-
Notifications
You must be signed in to change notification settings - Fork 54
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
whiteouts present when extracting images with multiple layers #599
Comments
@ibuildthecloud which version of cos-installer are you running? It might be just a old one. I've tried to repro, but it seems it was a problem only when My test: FROM alpine
RUN touch foo
RUN rm -rf foo Pushed as image: quay.io/costoolkit/test-images:wh
While the bug is present when using the old extraction way, which is based on the containerd snapshotter, but we have it disabled by default already in #509:
|
cos-toolkit version:
0.6.7
Describe the bug
Seems whiteouts are present when using derivative images with multiple layers
To Reproduce
cos-upgrade to an image with layers that are adding/removing the same file
Expected behavior
No whiteouts present
Additional context
Possible regression caused by #509 . A possible workaround would be to set
export LUET_PRIVILEGED_EXTRACT=true
in the cos config fileThe text was updated successfully, but these errors were encountered: