-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This is a proof-of-concept PR and needs few upstream PR from `c/image`. Proof of concept PR to demonstrate and new API added in `c/image`. Adds a new flag `--replicate <compression>` to `manifest push`, which when added will push exisiting manifest on host while replicating the instances with required `compression`. Example usage ```console ./buildah manifest create localhost:5000/list:latest ./buildah build -t test . ./buildah manifest add localhost:5000/list:latest test ./buildah manifest push --tls-verify=false --all --replicate zstd localhost:5000/list:latest ``` Signed-off-by: Aditya R <[email protected]>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.