mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #89307 from openshift-cherrypick-robot/cherry-pick-89177-to-enterprise-4.19
This commit is contained in:
@@ -6,7 +6,7 @@ ifdef::openshift-origin[]
|
||||
:registry-image: quay.io/operator-framework/opm:latest
|
||||
endif::[]
|
||||
ifndef::openshift-origin[]
|
||||
:registry-image: registry.redhat.io/openshift4/ose-operator-registry:v{product-version}
|
||||
:registry-image: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version}
|
||||
endif::[]
|
||||
|
||||
:_mod-docs-content-type: PROCEDURE
|
||||
|
||||
@@ -34,7 +34,7 @@ $ opm migrate <registry_image> <fbc_directory>
|
||||
----
|
||||
$ opm generate dockerfile <fbc_directory> \
|
||||
--binary-image \
|
||||
registry.redhat.io/openshift4/ose-operator-registry:v{product-version}
|
||||
registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version}
|
||||
----
|
||||
|
||||
.Next steps
|
||||
|
||||
@@ -7,7 +7,7 @@ ifdef::openshift-origin[]
|
||||
:catalog-name: catalog
|
||||
:index-image-pullspec: quay.io/operatorhubio/catalog:latest
|
||||
:index-image: catalog:latest
|
||||
:registry-image: quay.io/openshift/origin-operator-registry:4.9.0
|
||||
:registry-image: quay.io/openshift/origin-operator-registry:{product-version}
|
||||
:package1: couchdb-operator
|
||||
:package2: eclipse-che
|
||||
:package3: etcd
|
||||
@@ -16,7 +16,7 @@ ifndef::openshift-origin[]
|
||||
:catalog-name: redhat-operators
|
||||
:index-image-pullspec: registry.redhat.io/redhat/redhat-operator-index:v{product-version}
|
||||
:index-image: redhat-operator-index:v{product-version}
|
||||
:registry-image: registry.redhat.io/openshift4/ose-operator-registry:v4.9
|
||||
:registry-image: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version}
|
||||
:package1: advanced-cluster-management
|
||||
:package2: jaeger-product
|
||||
:package3: quay-operator
|
||||
|
||||
@@ -26,7 +26,7 @@ endif::openshift-dedicated,openshift-rosa[]
|
||||
[source,terminal,subs="attributes+"]
|
||||
----
|
||||
$ opm index add --binary-image \
|
||||
registry.redhat.io/openshift4/ose-operator-registry:v{product-version} \
|
||||
registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version} \
|
||||
--from-index <your_registry_image> \
|
||||
--bundles "" -t \<your_registry_image>
|
||||
----
|
||||
|
||||
@@ -6,7 +6,7 @@ ifdef::openshift-origin[]
|
||||
:registry-image: quay.io/operator-framework/opm:latest
|
||||
endif::[]
|
||||
ifndef::openshift-origin[]
|
||||
:registry-image: registry.redhat.io/openshift4/ose-operator-registry:v{product-version}
|
||||
:registry-image: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version}
|
||||
endif::[]
|
||||
|
||||
:_mod-docs-content-type: PROCEDURE
|
||||
|
||||
@@ -70,6 +70,6 @@ $ opm generate dockerfile <dcRootDir> [<flags>]
|
||||
ifndef::openshift-origin[]
|
||||
[NOTE]
|
||||
====
|
||||
To build with the official Red Hat image, use the `registry.redhat.io/openshift4/ose-operator-registry:v{product-version}` value with the `-i` flag.
|
||||
To build with the official Red Hat image, use the `registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version}` value with the `-i` flag.
|
||||
====
|
||||
endif::[]
|
||||
Reference in New Issue
Block a user