You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker now requires login to authenticate Docker Image requests.
The current build process requires that we SSH into any of the existing Production EC2 Instances, and run a command to login to Docker.
Task:
Please add an automated command to log in to Docker before the Docker Image is pulled from AWS ECR and so that the build process does not fail during automated builds.
The text was updated successfully, but these errors were encountered:
This file needs the docker login added before docker build in the build section. You should be able to echo in the AWS vars that you set in codebuild or in your env.
Docker now requires login to authenticate Docker Image requests.
The current build process requires that we SSH into any of the existing Production EC2 Instances, and run a command to login to Docker.
Task:
Please add an automated command to log in to Docker before the Docker Image is pulled from AWS ECR and so that the build process does not fail during automated builds.
The text was updated successfully, but these errors were encountered: