Open
Description
Feature request description
Recently we added a new command to manage oci artifatcs podman artifact
to pull an manage oci artifacts.
With #25397 they can mounted into the container similar to regualr images.
As artifacts must be present locally you would need a way to pull them before use. And podman artifact pull supports a similar option set like podman pull that would need to be exposed as options to quadlet user as well.
Suggest potential solution
I suggest adding a new unit type .artifact
with an [artifact]
section that then run podman artifact pull.
In a container unit it should then support the Mount=type=artifact,src= syntax like it does with images.
Have you considered any alternatives?
No response
Additional context
No response