type: ociArtifact[/VERSION]
[ATTRIBUTES]
Access of an OCI artifact stored in an OCI registry.
application/vnd.oci.image.manifest.v1+tar+gzip
: OCI image manifestsapplication/vnd.oci.image.index.v1+tar.gzip
: OCI index manifests
Depending on the repository appropriate docker legacy types might be used.
The following versions are supported
Attributes:
-
imageReference
stringOCI image/artifact reference following the possible docker schemes:
<repo>/<artifact>:<digest>@<tag>
<host>[<port>]/repo path>/<artifact>:<version>@<tag>