Skip to content

Commit

Permalink
add label
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Mar 7, 2024
1 parent 5f61a2c commit 3c1c754
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
FROM alpine:3.19

LABEL maintainer="M0nius <[email protected]>" \
alpine-version="3.19" \
nginx-version="1.25.3"

ENV XUSER="nginx" \
VER="1.25.3" \
NGINX_SRC="https://nginx.org/download/nginx-${VER}.tar.gz"

RUN echo "$NGINX_SRC" > /test
RUN echo "TEST: $NGINX_SRC" > /test

CMD ["cat", "/test"]

0 comments on commit 3c1c754

Please sign in to comment.