buildah-manifest-add(1) General Commands Manual buildah-manifest-add(1) (NAME) buildah-manifest-add - . (SYNOPSIS) buildah manifest add [options...] listNameOrIndexName imageOrArtifactName [...] (DESCRIPTION) (artifact) . (RETURN VALUE) (digest) . (OPTIONS) --all . . --all . --annotation annotation=value (annotation) . --arch . imageName . . --artifact . . --artifact-type . --artifact-annotation annotation=value . --artifact-config filename (blob) . . --artifact-config-type type MIME mediaType . ( OCI) . --artifact-exclude-titles "org.opencontainers.image.title" . . --artifact-layer-type type MIME mediaType . . --artifact-subject imageName subject . (subject) . --artifact-type type MIME artifactType . --authfile path . ${XDG_RUNTIME_DIR}/containers/auth.json . containers-auth.json(5) . buildah login . $HOME/.docker/config.json docker login . : REGISTRY_AUTH_FILE : export REGISTRY_AUTH_FILE=path --cert-dir path path (*.crt, *.cert, *.key) . /etc/containers/certs.d . --creds creds [username[:password]] . . (echo) . --features . . --os . imageName . --os-features . . --os-version . . --tls-verify bool-value HTTPS ( true). TLS . --variant (variant) . . (EXAMPLE) buildah manifest add mylist:v1.11 docker://fedora 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:f81f09918379d5442d20dff82a298f29698197035e737f76e511d5af422cabd7 buildah manifest add --all mylist:v1.11 docker://fedora 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:f81f09918379d5442d20dff82a298f29698197035e737f76e511d5af422cabd7 buildah manifest add --arch arm64 --variant v8 mylist:v1.11 docker://fedora@sha256:c829b1810d2dbb456e74a695fd3847530c8319e5a95dca623e9f1b1b89020d8b 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:c829b1810d2dbb456e74a695fd3847530c8319e5a95dca623e9f1b1b89020d8b buildah manifest add --artifact --artifact-type application/x-cd-image mylist:v1.11 ./imagefile.iso 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:1768fae728f6f8ff3d0f8c7df409d7f4f0ca5c89b070810bd4aa4a2ed2eca8bb (SEE ALSO) buildah(1), buildah-login(1), buildah-manifest(1), buildah-manifest- create(1), buildah-manifest-remove(1), buildah-manifest-annotate(1), buildah-manifest-inspect(1), buildah-manifest-push(1), buildah-rmi(1), docker-login(1), containers-auth.json(5) buildah September 2019 buildah-manifest-add(1)