forked from coreos/coreos-assembler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/cmd-push-container-manifest: support pushing build artifacts
This commit adds an --artifact option to `cosa push-container-manifest` which allows for pushing artifacts that were built as part of a pipeline build and are referenced in the `meta.json` file to a remote registry. It is multi-arch aware and defaults to pushing a manifest list with all the requested architectures available for that build. Example usage: cosa push-container-manifest \ --repo quay.io/dustymabe/fedora-coreos --tag stable --artifact=ostree \ --metajsonname=base-oscontainer --build=latest --arch=x86_64 --arch=aarch64
- Loading branch information
Showing
2 changed files
with
82 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters