-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd-push-container-manifest: add container tags pushed to
meta.json
For FCOS, we'll eventually want to add the oscontainer image in the stream metadata. We'll want it to be tag-based so that by default, users always use the latest release. Add a `tags` key to the image definition for this. We include all the tags instead of just e.g. the first one, because I think it's good practice to have `meta.json` reference all the external resources that it pushed to. This is important for example for GC.
- Loading branch information
Showing
6 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
mantle/vendor/github.com/coreos/coreos-assembler/pkg/builds/cosa_v1.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 12 additions & 1 deletion
13
mantle/vendor/github.com/coreos/coreos-assembler/pkg/builds/schema_doc.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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