Skip to content
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

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

nitesh-balla
Copy link
Contributor

No description provided.

phases:
pre_build:
commands:
- echo "Logging in to the docker"
Copy link
Contributor

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?

Copy link
Contributor Author

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"
Copy link
Contributor

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

Copy link
Contributor Author

@nitesh-balla nitesh-balla Feb 29, 2024

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:*",
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Add a flow to pull all the public images required for EKS and push it to AWS private ECR
2 participants