Commit Graph
3 Commits
Author SHA1 Message Date
Jason Hall 76f46cc1d1 upgrade to cosign v2.0.0-rc.0 (#933) 2023-01-16 11:42:41 -05:00
Matt Moore 8f228585b9 Have --image-refs list all images for multi-arch builds. (#761)
* Have `--image-refs` list all images for multi-arch builds.

This change alters the behavior of `--image-refs` to also include all of the image references when a multi-architecture build is being performed.

* Add test coverage for the new path

* Add ref count check to unit test
2022-07-12 09:06:42 -07:00
Matt Moore f5762bedf3 Add support for --image-refs (#555)
* Add support for `--image-refs`

This change adds a new `--image-refs=FILE` flag that can be used to
direct `ko` to write a file containing a `\n` delimited list of published
references.  In the common case, this will contain the list of digest
references, but if flags directing the use of tags are present this
will reflect the style of reference requested.

* Fix dates, interface check.
2021-12-20 09:51:43 -08:00