Uploaded image for project: 'SimplyE 2.0'
  1. SimplyE 2.0
  2. SIMPLY-3951

Update Bamboo build and deploy jobs with correct aws ecr login syntax

XMLWordPrintable

    • 3

      At some point the AWS CLI client changed the command it wants you to use for authenticating a Docker engine with Elastic Container Repository. Previously you would call

      eval $(aws ecr get-login --no-include-email --region us-east-1 --profile=$PROFILE)
      

      Where the new syntax requires this instead:

      aws ecr get-login-password --region us-east-1 --profile=$PROFILE | docker login --username AWS --password-stdin <DNS-OF-ECR-REPO>
      

      All of the SimplyE build and deploy jobs need to be reviewed to make sure this change is present, to make sure built images can still be pushed to ECR.

            NickBallenger Nick Ballenger (Inactive)
            NickBallenger Nick Ballenger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: