Add default values
All checks were successful
image just a test run
All checks were successful
image just a test run
This commit is contained in:
parent
5b448d9e42
commit
ccc20edac9
1 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue