- Más nuevo
- Más votos
- Más comentarios
Did you tag your image before trying to push to ECR? The error leads me to think you forgot to tag the image before pushing https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-push-ecr-image.html#:~:text=Tag%20your%20image%20with%20the%20Amazon%20ECR%20registry%2C
Below are the steps to push an image to ECR: https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-push-ecr-image.html
Looking at the error message, I can see that it is informing that the image 584817139776.dkr.ecr.us-east-1.amazonaws.com/hello-world:latest
is not available locally and this is a requirement.
Checking the command above the error message, I could see that the image URI is a bit different. It is showing dkr.ecr.region
instead of dkr.ecr.us-east-1
.
I'd recommend you to use docker tag
command to rename the image to use the expected URI.
Contenido relevante
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 2 años