redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
144 stars 34 forks source link

[FEATURE] Consider 'manifest' support #61

Closed tetchel closed 2 years ago

tetchel commented 3 years ago

If a user wants to publish multiple images under one index, eg when building multi-arch images, the 'manifest' command is used to bundle the images together.

https://github.com/redhat-actions/buildah-build/issues/60 https://github.com/containers/buildah/blob/main/docs/buildah-manifest.1.md https://github.com/containers/buildah/issues/1590

divyansh42 commented 2 years ago

This feature will be released post https://github.com/redhat-actions/buildah-build/issues/87

divyansh42 commented 2 years ago

Manifest support is released and can be used by referencing buildah-build@v2. Also to push the generated manifest, push-to-registry now supports pushing the manifest. This feature can be used by referencing push-to-registry@v2