Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update comment on NodeSSHImageRepository to fix aws command using dep…
Browse files Browse the repository at this point in the history
…recated docker flags. see: aws/aws-cli#1926
  • Loading branch information
jeff committed Jun 17, 2019
1 parent 501c91c commit 0569405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ci-common-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Resources:
# build image to:
#
# 1. Insert your Lightrail Dev credentials
# 2. run: eval $(aws ecr get-login) && docker pull 757264843183.dkr.ecr.us-west-2.amazonaws.com/lightrail-ci-resources-20170717-node-ssh
# 2. run: eval $(aws ecr get-login --no-include-email) && docker pull 757264843183.dkr.ecr.us-west-2.amazonaws.com/lightrail-ci-resources-20170717-node-ssh
# 3. run: docker tag 757264843183.dkr.ecr.us-west-2.amazonaws.com/lightrail-ci-resources-20170717-node-ssh [ACCOUNT_ID].dkr.ecr.us-west-2.amazonaws.com/lightrail-ci-resources-20170717-node-ssh
# 4. Swap in your credentials for the account you want to add the build image to
# 5. run: eval $(aws ecr get-login) && docker push [ACCOUNT_ID].dkr.ecr.us-west-2.amazonaws.com/lightrail-ci-resources-20170717-node-ssh
Expand Down

0 comments on commit 0569405

Please sign in to comment.