Deploy `amazon/aws-sam-cli-emulation-image-*` to public ECR
See original GitHub issueDescribe your idea/feature/enhancement
I want the SAM emulation image amazon/aws-sam-cli-emulation-image*-
to be deployed to the Amazon ECR Public Gallery. Because when I run tests (ex sam local invoke
) in CodeBuild, I run into the DockerHub image pull limit and the tests fail.
Proposal
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Publishing to Amazon ECR Public using the AWS CLI
This quick start guide walks you through the steps needed to create a Docker image, publish the image to a public repository, pull...
Read more >Automatically deploy private Docker images to Amazon ECR
Docker image registry: is a service that stores container images and is hosted either by a third-party or as a public/private registry such...
Read more >ECR Public Gallery
Amazon ECR Public Gallery is a website that allows anyone to browse and search for public container images, view developer-provided details, ...
Read more >Use Amazon ECR Public and EKS-D to deploy LTS Docker ...
Here I will show you how to create an Amazon EKS cluster on your computer or server, on which we will deploy a...
Read more >AWS ECR Public Vulnerability - Lightspin Blog
Nov 16, 2022: The fix was successfully deployed. ... Each AWS account is provided with a default Amazon ECR Public Registry that comes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
another use-case is running sam build via CodeBuild with-in a CodePipeline. ie) when using the cdk PythonFunction packaging feature it builds via this image under the covers. CodeBuild can be configured with a caching which should help but ideally this image should come from ECR where there are no rate limits applied.
Emulation images are on Public ECR. We have updated where SAM CLI pulls from and will be included in our next release.
Updating labels.