spiegel_podman/cmd/podman/artifact
Lewis Roy 99cfdc04db
feat: Add OCI Artifact support to the Podman REST API
This patch adds a new endpoint to the REST API called "artifacts" with
the following methods:
- Add
- Extract
- Inspect
- List
- Pull
- Push
- Remove

This API will be utilised by the Podman bindings to add OCI Artifact
support to our remote clients.

Jira: https://issues.redhat.com/browse/RUN-2711

Signed-off-by: Lewis Roy <lewis@redhat.com>
2025-06-04 15:49:34 +10:00
..
add.go feat: Add OCI Artifact support to the Podman REST API 2025-06-04 15:49:34 +10:00
artifact.go podman artifact 2025-01-21 12:47:30 -06:00
extract.go add podman artifact extract 2025-02-11 14:36:53 +01:00
inspect.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
list.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
pull.go wire up --retry-delay for artifact pull 2025-02-19 09:09:36 -06:00
push.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
rm.go Add --all to artifact rm 2025-02-20 09:38:50 -06:00