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

Mismatch between filesystem and manifest file #1

Open
elektro-wolle opened this issue Aug 9, 2023 · 0 comments
Open

Mismatch between filesystem and manifest file #1

elektro-wolle opened this issue Aug 9, 2023 · 0 comments
Assignees

Comments

@elektro-wolle
Copy link
Owner

The manifest file contains e.g. the following layer information:

         "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
         "size": 3330768,
         "digest": "sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d"

but the file pushed into the registry has the she256 sum of 9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d but is only 3330767 bytes long.

Therefore, if the image is pushed again, it is pushed with a different manifest file (with the sizes from the filesystem instead of the sizes from the original manifest).

@elektro-wolle elektro-wolle self-assigned this Aug 9, 2023
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