79137485

Date: 2024-10-29 13:49:53
Score: 0.5
Natty:
Report link
  1. get-login is deprecated. Use get-login-password instead.

  2. You must pass a token from aws ecr get-login-password to the docker login.

For example: aws ecr get-login-password --region "${REGION}" | docker login --username AWS --password-stdin ${ECR_REGISTRY}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eugene K