-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: transfer docker images from public registries to aws private ECR #103
Conversation
phases: | ||
pre_build: | ||
commands: | ||
- echo "Logging in to the docker" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this echo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
- echo "Logging in to the docker" | ||
build: | ||
commands: | ||
- echo "Building and pushing Docker images" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the message in the echo is different from the operations followed. Please use the proper comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not required, we can remove it
lib/aws/eks.ts
Outdated
statements: [ | ||
new iam.PolicyStatement({ | ||
actions: [ | ||
"ecr:*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give the exact permissions, instead of all
No description provided.