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

Data duplication in challenge image layers #327

Open
zardus opened this issue Feb 13, 2024 · 1 comment
Open

Data duplication in challenge image layers #327

zardus opened this issue Feb 13, 2024 · 1 comment

Comments

@zardus
Copy link
Contributor

zardus commented Feb 13, 2024

I suspect that docker's COPY --from=whatever / /, whether --link is used or not, duplicates the base data of shared and/or already-copied container layers. This is the result of building a challenge-granular on #258:

image

All those 1.5G layers should be empty, but I think they're just duplicating the data of the layers above them. This is a killer issue on the granular PR, but almost certainly hurts us anyways.

@zardus
Copy link
Contributor Author

zardus commented Feb 13, 2024

The issue: moby/moby#21950

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

No branches or pull requests

1 participant