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

Switch to using alpine container #810

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pschou
Copy link

@pschou pschou commented Feb 3, 2025

Alpine containers tend to have a smaller footprint. Consider switching to Alpine to speed up deployments.

Note that the RUN command has been split into two parts for many stages. The first RUN can be done before the files are copied over, which allows these container build process steps to be done in parallel.

@mickael-kerjean mickael-kerjean force-pushed the master branch 2 times, most recently from 5368c95 to 8d89c78 Compare February 27, 2025 02:25
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.

1 participant