Quantcast
Viewing all articles
Browse latest Browse all 5189

How to push Docker images to AWS’ Elastic Container Registry(ECR) [Tutorial]

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" ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles