Skip to content

v0.6.0 manifest-tool release

Pre-release
Pre-release
Compare
Choose a tag to compare
@estesp estesp released this 30 Jun 16:46
v0.6.0

The v0.6.0 release is a small release with one new capability and an important bug fix for private registries. In addition to these changes, the README.md has been significantly revamped with clearer examples and documentation on all the capabilities of manifest-tool.

Changes:

  • Added the capability to tag the target/final image with more than a single tag. Useful for the manifest list/multi-platform image creation by automated official image tooling which needs to handle many tags for a single final image (e.g. :3.6.2, :3.6, :3.6-alpine, :3, :latest). Extra tags are provided in the YAML input with a tags: entry that accepts a list of additional tags. (PR #32)
  • Fixed a bug with handling the manifest reference pushes (in the cross-repository push case) where for private registries the registry hostname:port information was not being trimmed when creating the push URL. This was reported in two issues (#33 and #34) where private registries were being used as well as the target image being a different repo name than the origin image(s). (PR #35)
  • Significant update to the README.md documentation for manifest-tool (PR #37)