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 up to 5 tags to filter
Sort by most recent
259 results
I have a private ECR image repository called "python-bot".
I wanted to add a Lifecycle Policy that would:
* Keep images with the tags `latest`, `main`, `cache` and any tag starting with `20` for 10...
I upload image to private ECR with tag "latest", I setup app runner with auto deploy. App run smoothly, then I modified code and create new image with tag "v2". But when I pushed image to ECR, App...
I'm using CodePipeline, and I have the following stages:
1. Source - fetch source from GitHub
2. Build - builds a Docker image and publishes it to ECR.
3. Test - runs tests
Is it possible to use the...
I want to create an ECR lifecycle policy rule in AWS that satisfies following conditions.
Expire images older than 60days
In some cases, the image in use is older than 60 days so should not be...
I would like to use Enhanced scanning for the bulk of my images. Some images require continuous scanning for a longer duration so I have been trying to use the API to automate this scanning daily, for...
I've created a Python script and requirements.txt in a Docker container. I've copied the requirements and installed them inside the docker image, then pushed the image to ECR and set up a Lambda using...
AWS OFFICIALUpdated 17 days ago
I have a public ECR and a couple of Docker images there. I am trying to run “docker pull” without being authenticated (no ~/.docker/config.json exists) but I am asked to login prior to pull.
How can...
I've encountered what I believe to be an unexpected behavior with ECR the past few months where Enhanced Scanning is showing false-positive vulnerabilities around the Linux kernel. It shouldn't be...
I deployed my Django Rest Framework (DRF) project to AWS Lightsail Containers, and everything works well with the DRF application. The DRF container is public, and I opened port 8000 for it. I do...
Hello,
I am trying to deploy the following project: https://github.com/aws-samples/bedrock-claude-chat
Following the instructions I've hit a wall with the deployment. I am getting the following...
I'm currently running an EC2 instance inside a vpc v2 environment. Inside the EC2 instance I'm trying to execute a docker pull command from a private repository on ECR. Doing a docker pull command...