Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Amazon Elastic Container Registry (ECR)
Fully managed container registry offering high-performance hosting, so you can reliably deploy application images and artifacts anywhere
Content language: English
Select tags to filter
Sort by most recent
283 results
EXPERT
published a day ago0 votes22 views
I created a sample configuration to push container images to ECR using GitHub Actions.
I’m deploying a Python 3.9 Lambda function using a Docker image. The entry point is set as:
CMD ["app.lambda_handler"]
Inside my container at runtime, the structure is correct. The file /var/task/te...
I have an ECS Cluster running ECS task for my backend container , and I have a pipeline in github actions which deploy my new code changes
1- logs to amazon ECR
2- build , tag and push docker imag...
EXPERT
published 2 months ago0 votes305 views
This collection summarizes container-focused sessions from AWS re:Invent 2024, covering Amazon EKS and Amazon ECS topics including Kubernetes management, container networking, security, resilience, se...
Hello AWS Community,
I'm experiencing issues with the ECS agent on my EC2 instance. The agent fails to start properly, and when I check the logs, I see multiple errors related to IAM role permissions...
https://mvnrepository.com/artifact/com.itextpdf/itextpdf/5.5.13.4 - this doesn't indicate vulnerability.
The reference is from the pom.xml file "META-INF/maven/com.itextpdf/itextpdf/pom.xml" inside o...
Hi, I created a SOCI index for an image that is in the ECR repository and then pushed it to this repository. Now, I see the image and the SOCI index in the repository, and I even see the digest of the...
We noticed a typo in our custom registry alias and wish to change it. The field in the console UI is greyed out (Public registry > Settings > Edit), and there doesn't seem to be a CLI method to make/r...
We are using ECR enhanced scanning to scan for security vulnerabilities in our containers. Since about a week it reports vulnerabilities of package versions that are not installed in our container.
F...
When setting up AWS ECR cross account replication with KMS, I would expect that the target account (account b) service role "AWSServiceRoleForECRReplication" would need permissions granted to the sour...
Hello, after the latest changes to the inspector, scans of our containers show active vulnerabilities for packages we have updated a long time ago. For example,
```
word-wrap
```
I have installed bot...