Add labels to image
This commit is contained in:
parent
0e78420088
commit
ef6f028f3f
1 changed files with 9 additions and 0 deletions
|
@ -1,2 +1,11 @@
|
||||||
FROM scratch
|
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
|
ENV HELLO=world
|
Loading…
Reference in a new issue