datamindedbe / conveyor-roadmap

This is the public roadmap for Conveyor.
https://conveyordata.com
1 stars 0 forks source link

[request]: Allow multi-stage docker building in notebook dockerfiles #52

Open din14970 opened 2 years ago

din14970 commented 2 years ago

Community Note

Tell us about your request In a regular conveyor build, one can use buildkit and therefore also builder images, see https://docs.docker.com/develop/develop-images/multistage-build/

However, in notebook dockerfiles this doesn't seem to work. A reason to do this is reduce the layers and therefore size of docker images.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

Are you currently working around this issue? Put everything in the a single stage build

Additional context

Attachments

pascal-knapen commented 2 years ago

@din14970 Let us have a look at what we can do about this