Chapter 9. Enabling OCI support with the Red Hat Quay Operator
Use the following procedure to configure Open Container Initiative (OCI) support for Red Hat Quay.
Procedure
Create a
quay-config-bundleYAML file that includes the following information:apiVersion: v1 stringData: config.yaml: | FEATURE_GENERAL_OCI_SUPPORT: true kind: Secret metadata: name: quay-config-bundle namespace: quay-enterprise type: OpaqueEnter the following command to create a the
quay-config-bundleobject in the appropriate namespace, passing in the necessary properties to enable OCI support. For example:$ oc create -n quay-enterprise -f quay-config-bundle.yaml
In your
quay-registry.yamlfile, reference the secret for thespec.configBundleSecretfield. For example:apiVersion: quay.redhat.com/v1 kind: QuayRegistry metadata: name: example-registry namespace: quay-enterprise spec: configBundleSecret: quay-config-bundle
Additional resources
For more information, see OCI Support and Red Hat Quay