Remix.run Logo
Filligree 5 hours ago

Why would I need the compressed layers?

XYen0n an hour ago | parent | next [-]

The OCI manifest references the hashes of these compressed layers, and re-compressing them does not guarantee obtaining the same hash

flakes 17 minutes ago | parent [-]

Recompressing should be guaranteed deterministic. It’s the packing/unpacking of tar archives to/from directories on disk that leads to the non-determinism (such as timestamps and ownership metadata). If the tar is left intact, both zstd and gzip should produce byte for byte identical outputs given the same compression parameters.

NewJazz 4 hours ago | parent | prev | next [-]

Pushing

cryptonym 4 hours ago | parent | prev [-]

To save disk space /s