-
Notifications
You must be signed in to change notification settings - Fork 1
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
DUPLO-16826 Add amazon-ecr-credential-helper #40
Conversation
This adds the credential helper to Ubuntu 20, 22 and AmazonLinux2 flavor builds. It does include this in the GCP images as well.
PR Description updated to latest commit (db1bbda)
|
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
## 2024-04-18 | ||
|
||
### Added | ||
- Installed `amazon-ecr-credential-helper` and configured Docker to use it across Ubuntu 20, Ubuntu 22, and AmazonLinux2 setups. | ||
|
||
### Changed | ||
- Corrected function name typo from `installDependancies` to `installDependencies` in setup scripts. | ||
- Updated GitHub Actions in the workflow file to use newer versions (v4) for better performance and features. |
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.
CHANGELOG.md update
Quality Gate passedIssues Measures |
User description
This adds the credential helper to Ubuntu 20, 22 and AmazonLinux2 flavor builds. It does include this in the GCP images as well.
Type
enhancement, bug_fix
Description
amazon-ecr-credential-helper
installation and Docker configuration across multiple setup scripts for different OS versions.installDependancies
toinstallDependencies
in several setup scripts.Changes walkthrough
Setup.sh
Install Amazon ECR Credential Helper and Fix Typo
AgentAmazonLinux2/Setup.sh
installDependancies
toinstallDependencies
.amazon-ecr-credential-helper
and configurationfor Docker to use it.
Setup.sh
Install Amazon ECR Credential Helper and Fix Typo
AgentUbuntu20/Setup.sh
installDependancies
toinstallDependencies
.amazon-ecr-credential-helper
and configurationfor Docker to use it.
Setup.sh
Install Amazon ECR Credential Helper and Fix Typo
AgentUbuntu22/Setup.sh
installDependancies
toinstallDependencies
.amazon-ecr-credential-helper
and configurationfor Docker to use it.
SetupPython3.sh
Install Amazon ECR Credential Helper and Fix Typo
AgentUbuntu22/SetupPython3.sh
installDependancies
toinstallDependencies
.amazon-ecr-credential-helper
and configurationfor Docker to use it.
build-image.yaml
Update GitHub Actions to Newer Versions
.github/workflows/build-image.yaml
credentials configuration, and repository checkout.