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

feat: Use Multi-stage builds to prevent COPY for modules and config #54

Merged
merged 5 commits into from
Feb 10, 2024

Conversation

gmpinder
Copy link
Member

@gmpinder gmpinder commented Feb 9, 2024

This allows us to prevent creating extra layers just to run the modules. Using the bind mount, we are able to connect to a working container that holds the files needed for building.

This allows us to prevent creating extra layers just to run the modules. Using the bind mount, we are able to connect to a working
container that holds the files needed for building.
templates/Containerfile Outdated Show resolved Hide resolved
@gmpinder gmpinder enabled auto-merge (squash) February 9, 2024 23:00
@gmpinder gmpinder merged commit 421ca61 into main Feb 10, 2024
1 check passed
@gmpinder gmpinder deleted the mutlti-stage-config-modules branch February 10, 2024 07:10
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