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 Docker multi-staged builds #181

Open
rosle opened this issue Mar 16, 2020 · 1 comment
Open

Use Docker multi-staged builds #181

rosle opened this issue Mar 16, 2020 · 1 comment

Comments

@rosle
Copy link
Contributor

rosle commented Mar 16, 2020

Because we're having the problem with the image layers limitation on Heroku, happens with the application that has many engines - #180. We could make a use of docker multi-staged builds to build the image.

We can have a stage where we install the dependencies and we copy those files into the final image. For each stage we need to push to the registry for caching.

This will remove an extra step we need to do in order to build the image.

@olivierobert olivierobert added this to the 4.2.0 milestone Jun 10, 2020
@andyduong1920 andyduong1920 removed this from the 4.2.0 milestone Oct 14, 2020
@rosle rosle modified the milestones: 6.0.0, 6.1.0 Mar 18, 2022
@malparty malparty removed this from the 5.2.0 milestone Sep 9, 2022
@andyduong1920
Copy link
Member

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

No branches or pull requests

4 participants