buildah-manifest(1) General Commands Manual buildah-manifest(1) (NAME) buildah-manifest - . (SYNOPSIS) buildah manifest COMMAND [OPTIONS] [ARG...] (DESCRIPTION) buildah manifest : * OCI. * . * . * . * . * (push) . (SUBCOMMANDS) +----------------+---------------------------------+-----------------------------------+ | | | | +----------------+---------------------------------+-----------------------------------+ |add | buildah-manifest-add(1) | | | | | | | | | | | | | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ |annotate | buildah-manifest-annotate(1) | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ |create | buildah-manifest-create(1) | | | | | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ |exists | buildah-manifest-exists(1) | | | | | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ |inspect | buildah-manifest-inspect(1) | | | | | | | | | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ |push | buildah-manifest-push(1) | | | | | | | | | | | | | | | | | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ |remove | buildah-manifest-remove(1) | | | | | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ |rm | buildah-manifest-rm(1) | | | | | | | | | . | +----------------+---------------------------------+-----------------------------------+ (EXAMPLES) Containerfile Containerfile RUN . . shazam : $ platarch=linux/amd64,linux/ppc64le,linux/arm64,linux/s390x $ buildah build --jobs=4 --platform=$platarch --manifest shazam . : --jobs --manifest -t --tag . example.com/example/shazam:$arch example.com : $ REPO=example.com/example/shazam $ buildah manifest create $REPO:latest $ for IMGTAG in amd64 s390x ppc64le arm64; do buildah manifest add $REPO:latest docker://$REPO:IMGTAG; done $ buildah manifest push --all $REPO:latest : add . --all / . . manifest rm manifest push --all . : $ buildah tag localhost/shazam example.com/example/shazam $ buildah manifest rm localhost/shazam $ buildah manifest push --all example.com/example/shazam (SEE ALSO) buildah(1), buildah-manifest-create(1), buildah-manifest-add(1), buildah-manifest-remove(1), buildah-manifest-annotate(1), buildah- manifest-inspect(1), buildah-manifest-push(1), buildah-manifest-rm(1) buildah September 2019 buildah-manifest(1)