|
|
|
|
|
by orkj
957 days ago
|
|
If you are using some of the library packages (i.e nodejs / ubuntu / golang), you can resort to using ECR Public: https://www.docker.com/blog/news-from-aws-reinvent-docker-of... To quote the example in the article: You can pull the images by simply switching from using docker pull ubuntu:16.04 to docker pull public.ecr.aws/docker/library/ubuntu:16.04. We automatically push images to ECR Public when they are updated on Docker Hub so you will get all the latest releases wherever you pull from. |
|