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

fix(docker): avoid installing curl for the RDS certificates #480

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

malept
Copy link
Member

@malept malept commented Apr 11, 2024

What this PR does / why we need it

In Alpine Linux, curl isn't installed by default, but busybox is. busybox contains a wget applet which has the equivalent functionality for what we need here. When the image layer isn't cached, it seems to go from 1.1s to 0.2s.

@malept malept requested a review from a team as a code owner April 11, 2024 16:55
Copy link
Contributor

@yj-yan yj-yan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Less installment in Docker, nice

@malept malept merged commit 9b5e60a into main Apr 11, 2024
3 checks passed
@malept malept deleted the malept/fix/avoid-curl-in-dockerfile branch April 11, 2024 17:07
@getoutreach-ci-2
Copy link

🎉 This PR is included in version 1.22.0-rc.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@getoutreach-ci-2
Copy link

🎉 This PR is included in version 1.22.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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