manifest-tool

Create and query container image manifest lists and indexes

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to create and query container image manifest list/indexes

Commands

manifest-tool

Examples

Create a manifest list combining images for multiple architectures$ manifest-tool create myrepo/myimage:latest --amend myrepo/myimage:amd64-v1.0 --amend myrepo/myimage:arm64-v1.0
Inspect a manifest list to see included images and their details$ manifest-tool inspect myrepo/myimage:latest
Push a manifest list to a container registry$ manifest-tool push myrepo/myimage:latest