podman-artifact - Man Page

Manage OCI artifacts

WARNING: Experimental command

This command is considered experimental and still in development. Inputs, options, and outputs are all subject to change.

Synopsis

podman artifact subcommand

Description

podman artifact is a set of subcommands that manage OCI artifacts.

OCI artifacts are a common way to distribute files that are associated with OCI images and containers. Podman is capable of managing (pulling, inspecting, pushing) these artifacts from its local "artifact store".

Subcommands

CommandMan PageDescription
addpodman-artifact-add(1)Add an OCI artifact to the local store
inspectpodman-artifact-inspect(1)Inspect an OCI artifact
lspodman-artifact-ls(1)List OCI artifacts in local store
pullpodman-artifact-pull(1)Pulls an artifact from a registry and stores it locally
pushpodman-artifact-push(1)Push an OCI artifact from local storage to an image registry
rmpodman-artifact-rm(1)Remove an OCI from local storage

See Also

podman(1)

History

Sept 2024, Originally compiled by Brent Baude bbaude@redhat.com ⟨mailto:bbaude@redhat.com⟩

Referenced By

podman(1), podman-artifact-add(1), podman-artifact-inspect(1), podman-artifact-ls(1), podman-artifact-pull(1), podman-artifact-push(1), podman-artifact-rm(1).