Image¶
Warning
IMPORTANT This feature requires Kubernetes version >= 1.33 and a compatible container runtime!
When you want to mount the contents of an OCI object (a container image or artifact) you will want to use the image
persistence type.
See the Kubernetes docs for more information.
Field | Mandatory | Docs / Description |
---|---|---|
image | Yes | OCI artifact reference to be used. |
pullPolicy | No | Configure the image pull behavior. |
Minimal configuration¶
This will create an image volume based on the quay.io/crio/artifact:v2
OCI artifact and mount it to /config
.