Resource: proxmox_oci_image¶
Manages OCI images pulled from OCI registries using PVE oci-registry-pull API. Pulls OCI container images and stores them as tar files in Proxmox VE datastores.
Schema¶
Required¶
datastore_id(String) The identifier for the target datastore.node_name(String) The node name.reference(String) The reference to the OCI image.
Optional¶
file_name(String) The file name for the pulled OCI image. If not provided, it will be generated automatically. The file will be stored as a .tar file.overwrite(Boolean) By defaulttrue. Iftrueand the OCI image size has changed in the datastore, it will be replaced. Iffalse, there will be no check.overwrite_unmanaged(Boolean) Iftrueand an OCI image with the same name already exists in the datastore, it will be deleted and the new image will be pulled. Iffalseand the image already exists, an error will be returned.upload_timeout(Number) The OCI image pull timeout in seconds. Default is 600 (10min).