Add default values
image just a test run

This commit is contained in:
paul 2020-08-10 00:31:43 +02:00
parent 5b448d9e42
commit ccc20edac9
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ RUN \
FROM scratch
ARG GIT_COMMIT=
ARG BUILD_DATE=
# these values will be replaced by the automatic build pipeline.
ARG GIT_COMMIT=unknown
ARG BUILD_DATE=0001-01-01T00:00:00Z
# Image annotations, see https://github.com/opencontainers/image-spec/blob/master/annotations.md
LABEL \
org.opencontainers.image.vendor=Zombi \