Image may be NSFW.
Clik here to view.
Adding a label to your image is done at build time ... Here is an example Dockerfile: FROM scratch ARG SHA ARG BEAR=Paddington LABEL git-commit=$GIT_COMMIT \ favorite-bear=$BEAR \ marmalade="5 jars" ...
Clik here to view.

Adding a label to your image is done at build time ... Here is an example Dockerfile: FROM scratch ARG SHA ARG BEAR=Paddington LABEL git-commit=$GIT_COMMIT \ favorite-bear=$BEAR \ marmalade="5 jars" ...