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

Use multi-stage for building docker images #3243

Open
wants to merge 2 commits into
base: albatross
Choose a base branch
from

Conversation

jsdanielh
Copy link
Member

  • Add multi-stage build support for docker to enable multi-platform support and to decouple the building of the code from the image generation.
  • Update the base image to Ubuntu 24.04 from 22.04.
  • Allow Github Actions to also build docker images using multi-stage. Theoretically this can enable building images for linux/arm64 but as of now there is no publicly available native GH runners for this architecture.

Pull request checklist

  • All tests pass. The project builds and runs.
  • I have resolved any merge conflicts.
  • I have resolved all clippy and rustfmt warnings.

Add multi-stage build support for docker to enable multi-platform
support and to decouple the building of the code from the image
generation.
Allow Github Actions to also build docker images using multi-stage.
Theoretically this can enable building images for linux/arm64 but
as of now there is no publicly available native GH runners for this
architecture.
@sisou
Copy link
Member

sisou commented Jan 16, 2025

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.

2 participants