flux v2.0.1

OCIRepository.spec.layerSelector

LayerSelector specifies which layer should be extracted from the OCI artifact. When not specified, the first layer found in the artifact is selected.

2 fields
OCIRepository.spec.layerSelector fields and descriptions
Field / TypeDescription
mediaType
string

MediaType specifies the OCI media type of the layer which should be extracted from the OCI Artifact. The first layer matching this type is selected.

operation
string

Operation specifies how the selected layer should be processed. By default, the layer compressed content is extracted to storage. When the operation is set to 'copy', the layer compressed content is persisted to storage as it is.

  • enum: ["extract","copy"]