Whiteouts generated when building a layer on top of an existing one #57
ariel-miculas
started this conversation in
General
Replies: 1 comment 5 replies
-
This sounds correct to me. It seems like we should simply let the file be removed from (, not exist in) the generated filesystem. @tych0 if you have time to comment on this, that would be great. (If you don't, I'll understand). I think this was OCIv1 thinking sneaking into the puzzlefs implementation. I'm going to open another issue to discuss a closely related question. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/anuvu/puzzlefs/blob/master/builder/src/lib.rs#L220
If we're building the new layer as a self-contained filesystem, then whiteouts shouldn't be generated.
Beta Was this translation helpful? Give feedback.
All reactions