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

DM-42937: Simplify the Docker configuration #153

Merged
merged 2 commits into from
Feb 19, 2024
Merged

DM-42937: Simplify the Docker configuration #153

merged 2 commits into from
Feb 19, 2024

Conversation

rra
Copy link
Member

@rra rra commented Feb 19, 2024

Use a three-stage build instead of a four-stage build by combining the dependencies image and the install image, since we do not take advantage of their separation for caching. Move git to the install image from the base image, since setuptools_scm only requires it during install.

Use a three-stage build instead of a four-stage build by combining
the dependencies image and the install image, since we do not take
advantage of their separation for caching. Move git to the install
image from the base image, since setuptools_scm only requires it
during install.
@rra rra merged commit a60206f into main Feb 19, 2024
3 checks passed
@rra rra deleted the tickets/DM-42937 branch February 19, 2024 23:46
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