hello-world/Dockerfile
2020-08-09 20:51:19 +02:00

11 lines
No EOL
297 B
Docker

FROM scratch
ARG GIT_COMMIT=
# Image labels, see http://label-schema.org/rc1/
LABEL \
org.label-schema.schema-version=1.0 \
org.label-schema.vendor=Zombi \
org.label-schema.vcs-url=https://gitea.zom.bi/images/hello-world.git \
org.label-schema.vcs-ref=$GIT_COMMIT
ENV HELLO=world