hello-world/Dockerfile

10 lines
327 B
Docker

FROM scratch
ARG GIT_COMMIT=
# Image annotations, see https://github.com/opencontainers/image-spec/blob/master/annotations.md
LABEL \
org.opencontainers.image.vendor=Zombi \
org.opencontainers.image.source=https://gitea.zom.bi/images/hello-world.git \
org.opencontainers.image.revision=$GIT_COMMIT
ENV HELLO=world