logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

podmanartifact 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".

History

       Sept 2024, Originally compiled by Brent Baude bbaude@redhat.commailto:bbaude@redhat.compodman-artifact(1)

Name

       podman-artifact - Manage OCI artifacts

See Also

podman(1)

Subcommands

       ┌─────────┬────────────────────────────┬──────────────────────────────┐
       │ CommandManPageDescription                  │
       ├─────────┼────────────────────────────┼──────────────────────────────┤
       │ add     │ podman-artifact-add(1)     │ Add an OCI artifact  to  the │
       │         │                            │ local store                  │
       ├─────────┼────────────────────────────┼──────────────────────────────┤
       │ inspect │ podman-artifact-inspect(1) │ Inspect an OCI artifact      │
       ├─────────┼────────────────────────────┼──────────────────────────────┤
       │ ls      │ podman-artifact-ls(1)      │ List  OCI artifacts in local │
       │         │                            │ store                        │
       ├─────────┼────────────────────────────┼──────────────────────────────┤
       │ pull    │ podman-artifact-pull(1)    │ Pulls  an  artifact  from  a │
       │         │                            │ registry   and   stores   it │
       │         │                            │ locally                      │
       ├─────────┼────────────────────────────┼──────────────────────────────┤
       │ push    │ podman-artifact-push(1)    │ Push an  OCI  artifact  from │
       │         │                            │ local  storage  to  an image │
       │         │                            │ registry                     │
       ├─────────┼────────────────────────────┼──────────────────────────────┤
       │ rm      │ podman-artifact-rm(1)      │ Remove  an  OCI  from  local │
       │         │                            │ storage                      │
       └─────────┴────────────────────────────┴──────────────────────────────┘

Synopsis

podmanartifactsubcommand

Warning: Experimental Command

Thiscommandisconsideredexperimentalandstillindevelopment.Inputs,options,andoutputsareallsubjecttochange.

See Also