Questions tagged [aws-ecr]

Amazon Elastic Container Registry (ECR) is a fully managed container registry that makes it easy for developers to store, manage, and deploy container images. Amazon ECR eliminates the need to operate your own container registry or worry about scaling the underlying infrastructure. Amazon ECR hosts your images in a highly available and scalable architecture, allowing you to reliably deploy containers for your applications. Integration with AWS Identity and Access Management (IAM) provides resource-level control of each repository.

For more details about the product, click here. To get started with Amazon ECR, please see the User Guide.

111 questions
0
votes
0 answers

How to evaluate expression result with batch commands

In the batch file I wrote, I want to login to aws ecr to pull down docker images. To login, I need to run aws ecr get-login --region=xxx which returns docker login {login-credential} The actual commands to login. So I need to evaluate the result…
Anna Morning
  • 522
  • 1
  • 5
  • 18
0
votes
1 answer

Replicating a docker registry from azure to aws

I'm searching for a replication solution for a private docker registry from azure to aws (managed container service aws ecr, or my own private hosted docker registry if needed, hopefully not). is there a builtin docker registry option to do that? or…
alonisser
  • 11,542
  • 21
  • 85
  • 139
0
votes
1 answer

Docker swarm not updating private repository credentials from time to time

I'm using docker swarm, and storing images in AWS ECR. I'm using auto-scaling, so instances go up and down all the time. When nodes start, they join the cluster and docker swarm deploys the container. That works fine for a few hours after I create…
Natan
  • 4,686
  • 5
  • 30
  • 48
-1
votes
1 answer

How to use a base image for docker and build your own image out of it?

I have found a docker image that has everything i need to setup my application but its large to download so that's why i'm trying to download it to AWS ECR so that the build process can speed up is there any way i can pull docker image and use that…
Saif Ali
  • 429
  • 5
  • 23
-1
votes
1 answer

Problem with elasticbeanstalk and a docker image in ecr

I have a docker image in ECR and I want to deploy with beanstalk. I keep getting ERROR Failed to authenticate with ECR for registry 'xxxxxx' in 'us-east-2' In my Jenkins I have surrounded my eb commands (in shell with this) script {…
user4447899
  • 320
  • 7
  • 21
-1
votes
4 answers

Jenkins Permission Denied on shell execute

I'm trying to do a shell execute in Jenkins build step. I have a binary executable in /home/ubuntu/.local/bin/aws which is called from Jenkins executable script. In the build output log, it reads /tmp/jenkins2312.sh: line 2:…
Om Prakash
  • 29
  • 2
  • 5
1 2 3 4 5 6 7
8