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...
1
answers
0
votes
24
views
Steve
asked 2 days ago
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...
1
answers
0
votes
26
views
Thanh
asked 3 days ago
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...
1
answers
0
votes
36
views
profile picture
m0ltar
asked 7 days ago
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...
1
answers
0
votes
26
views
asked 9 days ago
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...
1
answers
0
votes
28
views
asked 10 days ago
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...
3
answers
0
votes
46
views
Nick
asked 12 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...
3
answers
0
votes
37
views
Ivan M
asked 16 days ago
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...
0
answers
0
votes
36
views
asked 21 days ago
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...
0
answers
0
votes
30
views
Bruno
asked 25 days ago
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...
1
answers
0
votes
34
views
asked a month ago
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...
3
answers
0
votes
103
views
deca
asked a month ago