-
Notifications
You must be signed in to change notification settings - Fork 28
Turn on zstd:chunked #239
Copy link
Copy link
Open
Labels
kind/enhancementNew feature, don't implement without a spec and consensusNew feature, don't implement without a spec and consensuskind/github-actionAnything having to do with GHA and automationAnything having to do with GHA and automation
Description
https://bootc-dev.github.io/bootc/experimental-unified-storage.html
Synced with Joseph at kubecon, we can start turning on zstd:chunked in our workflows (I think we do it on push?). Systems that don't support it fail back gracefully.
Note that this is complementary to chunkah, so they shouldn't block each other - endstate is having both.
Something like this:
podman push \
--compression-format=zstd:chunked \
--compression-level=3 \
ghcr.io/ublue-os/...:${TAG}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature, don't implement without a spec and consensusNew feature, don't implement without a spec and consensuskind/github-actionAnything having to do with GHA and automationAnything having to do with GHA and automation
Type
Projects
Status
Todo