Top "Aws-ecr" questions

Amazon ECR stands for "Amazon Elastic Container Registry". It is a part of Amazon Web Services (AWS) and is a managed Docker container registry that stores and manages Docker container images.

Can't push image to Amazon ECR - fails with "no basic auth credentials"

I'm trying to push a docker image to an Amazon ECR registry. I'm using docker client Docker version 1.9.1, build a34…

amazon-web-services docker aws-ecr
docker login unknown shorthand flag: 'e'

I just updated my docker version and found out that command aws ecr get-login is not working anymore. Got error: …

docker aws-ecr
Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY

Just configured the AWS CLI on my computer with my AWS Access and Secret Key. When I try to use …

amazon-web-services aws-cli secret-key aws-ecr
How to use Docker Image in ECR with AWS EKS

I have created EKS Cluster. I also have docker image in ECR. I am not sure how to use the …

amazon-web-services aws-ecr amazon-eks
How to auto deploy Docker containers from Amazon ECR to Kubernetes using Jenkins

This is our environment: I have a Kubernetes cluster running on Amazon. Jenkins CI/CD running on Amazon that connects …

jenkins kubernetes devops continuous-deployment aws-ecr
Copy docker image from one AWS ECR repo to another

We want to copy a docker image from non-prod to prod ECR account. Is it possible without pulling, retaging and …

amazon-web-services aws-ecr
"no basic auth credentials" when trying to pull an image from a private ECR

I have the following line somewhere in the middle of my Dockerfile to retrieve an image from my private ECR. …

amazon-web-services docker dockerfile aws-ecr
I get AWS ECR exit status 255 despite using AWS ubuntu containers

I am trying to build a docker container in AWS code build as a means to deploy a container to …

amazon-ecs aws-codebuild aws-ecr
Push to ECR from Jenkins pipeline

I have Jenkins server on-preminse. I have Jenkins file which create Docker image now i want to push that image …

amazon-web-services docker jenkins aws-ecr
Problem in getting result from 'aws ecr get-login'

I am getting following error when given following command. aws ecr get-login --region eu-central-1 Error An error occurred (AccessDeniedException) when …

amazon-web-services aws-lambda aws-cli aws-ecr