You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sha256 checksum for each platform-specific image variant -- aarch64 and x86_64 -- does not change. But after running the build multiple times I can see that the tarball contents are laid down in a non-deterministic manner.
As far as I can tell, both manifest.json and index.json are identical. The problem is that the platform-specific layers themselves are added inconsistently.
Please let me know if there's any additional information I can provide.
The text was updated successfully, but these errors were encountered:
This is a possible duplicate of #669.
Apko version:
I'm using the following apko definition to build a multi-architecture busybox image:
And this command to build the image:
The sha256 checksum for each platform-specific image variant -- aarch64 and x86_64 -- does not change. But after running the build multiple times I can see that the tarball contents are laid down in a non-deterministic manner.
For example:
vs.
As far as I can tell, both
manifest.json
andindex.json
are identical. The problem is that the platform-specific layers themselves are added inconsistently.Please let me know if there's any additional information I can provide.
The text was updated successfully, but these errors were encountered: