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

investigate possibility to store dolmades as additional docker layer #48

Open
katakombi opened this issue Dec 25, 2018 · 1 comment
Open
Labels
wontfix This will not be worked on

Comments

@katakombi
Copy link
Contributor

it should be possible to manage a stack of snapshot layers for dolmades and create them just on demand when they are being run. However, after running (and modification), a new layer has to be created or the previous has to be updated.
This mechanism could also guide during recipe creation when intermediate errors occur and it is tedious to repeat the entire building progress from beginning.

how to create a layer for a dolmade

  • create a clean base image
  • if the layer is relative to a previous layer, subsequently apply all layers below this layer
  • perform a diff (sha256+size) on the entire file system tree
  • create the layer based on the diff (yet unclear in detail - how is the format?)
@katakombi katakombi added the wontfix This will not be worked on label Dec 20, 2019
@katakombi
Copy link
Contributor Author

there are probably more promising ways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant