diff --git a/SOURCES/containers-policy.json.5.md b/SOURCES/containers-policy.json.5.md
index f0d416e..7e1f10a 100644
--- a/SOURCES/containers-policy.json.5.md
+++ b/SOURCES/containers-policy.json.5.md
@@ -65,7 +65,8 @@ The `atomic:` transport refers to images in an Atomic Registry.
 
 Supported scopes use the form _hostname_[`:`_port_][`/`_namespace_[`/`_imagestream_ [`:`_tag_]]],
 i.e. either specifying a complete name of a tagged image, or prefix denoting
-a host/namespace/image stream.
+a host/namespace/image stream or a wildcarded expression for matching all
+subdomains. For wildcarded subdomain matching, `*.example.com` is a valid case, but `example*.*.com` is not.
 
 *Note:* The _hostname_ and _port_ refer to the Docker registry host and port (the one used
 e.g. for `docker pull`), _not_ to the OpenShift API host and port.
@@ -90,7 +91,9 @@ Scopes matching individual images are named Docker references *in the fully expa
 using a tag or digest. For example, `docker.io/library/busybox:latest` (*not* `busybox:latest`).
 
 More general scopes are prefixes of individual-image scopes, and specify a repository (by omitting the tag or digest),
-a repository namespace, or a registry host (by only specifying the host name).
+a repository namespace, or a registry host (by only specifying the host name)
+or a wildcarded expression for matching all subdomains. For wildcarded subdomain
+matching, `*.example.com` is a valid case, but `example*.*.com` is not.
 
 ### `oci:`
 
@@ -253,6 +256,8 @@ selectively allow individual transports and scopes as desired.
             /* Similarly, allow installing the “official” busybox images.  Note how the fully expanded
                form, with the explicit /library/, must be used. */
             "docker.io/library/busybox": [{"type": "insecureAcceptAnything"}]
+            /* Allow installing images from all subdomains */
+            "*.temporary-project.example.com": [{"type": "insecureAcceptAnything"}]
             /* Other docker: images use the global default policy and are rejected */
         },
         "dir": {
diff --git a/SOURCES/containers-registries.conf.5.md b/SOURCES/containers-registries.conf.5.md
index 98b8a8d..2e9c10d 100644
--- a/SOURCES/containers-registries.conf.5.md
+++ b/SOURCES/containers-registries.conf.5.md
@@ -164,10 +164,10 @@ If `short-name-mode` is not specified at all or left empty, default to the
 `permissive` mode.  If the user-specified short name was not aliased already,
 the `enforcing` and `permissive` mode if prompted, will record a new alias
 after a successful pull.  Note that the recorded alias will be written to
-`$XDG_CONFIG_HOME/containers/short-name-aliases.conf` to have a clear
+`/var/cache/containers/short-name-aliases.conf` for root to have a clear
 separation between possibly human-edited registries.conf files and the
-machine-generated `short-name-aliases-conf`.  Note that `$HOME/.config` is used
-if `$XDG_CONFIG_HOME` is not set.  If an alias is specified in a
+machine-generated `short-name-aliases-conf`.  Note that `$HOME/.cache` is used
+for rootless users.  If an alias is specified in a
 `registries.conf` file and also the machine-generated
 `short-name-aliases.conf`, the `short-name-aliases.conf` file has precedence.
 
diff --git a/SOURCES/containers.conf b/SOURCES/containers.conf
index de4ec28..366af67 100644
--- a/SOURCES/containers.conf
+++ b/SOURCES/containers.conf
@@ -299,6 +299,7 @@ default_sysctls = [
 # Selects which logging mechanism to use for container engine events.
 # Valid values are `journald`, `file` and `none`.
 #
+# events_logger = "journald"
 events_logger = "file"
 
 # Path to OCI hooks directories for automatically executed hooks.
@@ -321,6 +322,7 @@ events_logger = "file"
 # reserving the pods resources for the lifetime of the pod.
 #
 # infra_image = "k8s.gcr.io/pause:3.2"
+infra_image = "registry.access.redhat.com/ubi8/pause"
 
 # Specify the locking mechanism to use; valid values are "shm" and "file".
 # Change the default only if you are sure of what you are doing, in general
@@ -393,6 +395,7 @@ events_logger = "file"
 # Default OCI runtime
 #
 # runtime = "crun"
+runtime = "runc"
 
 # List of the OCI runtimes that support --format=json.  When json is supported
 # engine will use it for reporting nicer errors.
diff --git a/SOURCES/rhel-shortnames.conf b/SOURCES/rhel-shortnames.conf
index 232a7ee..da12478 100644
--- a/SOURCES/rhel-shortnames.conf
+++ b/SOURCES/rhel-shortnames.conf
@@ -1,143 +1,94 @@
 [aliases]
 "2ndquadrant/cloud-native-postgresql" = "quay.io/2ndquadrant/cloud-native-postgresql"
-"3scale-amp2/3scale-rhel7-operator-metadata" = "registry.access.redhat.com/3scale-amp2/3scale-rhel7-operator-metadata"
-"3scale-amp2/3scale-rhel7-operator" = "registry.access.redhat.com/3scale-amp2/3scale-rhel7-operator"
+"3scale-amp2/3scale-rhel7-operator-metadata" = "registry.redhat.io/3scale-amp2/3scale-rhel7-operator-metadata"
+"3scale-amp2/3scale-rhel7-operator" = "registry.redhat.io/3scale-amp2/3scale-rhel7-operator"
+"3scale-amp2/3scale-rhel8-operator" = "registry.redhat.io/3scale-amp2/3scale-rhel8-operator"
 "3scale-amp24/wildcard-router" = "registry.access.redhat.com/3scale-amp24/wildcard-router"
 "3scale-amp25/memcached" = "registry.access.redhat.com/3scale-amp25/memcached"
-"3scale-amp26/memcached" = "registry.access.redhat.com/3scale-amp26/memcached"
-"3scale-amp2/apicast-gateway-rhel8" = "registry.access.redhat.com/3scale-amp2/apicast-gateway-rhel8"
-"3scale-amp2/apicast-rhel7-operator" = "registry.access.redhat.com/3scale-amp2/apicast-rhel7-operator"
-"3scale-amp2/backend-rhel7" = "registry.access.redhat.com/3scale-amp2/backend-rhel7"
-"3scale-amp2/memcached-rhel7" = "registry.access.redhat.com/3scale-amp2/memcached-rhel7"
-"3scale-amp2/system-rhel7" = "registry.access.redhat.com/3scale-amp2/system-rhel7"
-"3scale-amp2/toolbox-rhel7" = "registry.access.redhat.com/3scale-amp2/toolbox-rhel7"
-"3scale-amp2/zync-rhel7" = "registry.access.redhat.com/3scale-amp2/zync-rhel7"
-"agile-lab/wasp-consumers-batch" = "registry.connect.redhat.com/agile-lab/wasp-consumers-batch"
-"agile-lab/wasp-consumers-streaming" = "registry.connect.redhat.com/agile-lab/wasp-consumers-streaming"
-"agile-lab/wasp-db" = "registry.connect.redhat.com/agile-lab/wasp-db"
-"agile-lab/wasp-master" = "registry.connect.redhat.com/agile-lab/wasp-master"
-"agile-lab/wasp-producers" = "registry.connect.redhat.com/agile-lab/wasp-producers"
-"alachisoft-ncache/alachisoft-ncache" = "registry.connect.redhat.com/alachisoft-ncache/alachisoft-ncache"
-"alcide/kaudit-operator-bundle" = "registry.connect.redhat.com/alcide/kaudit-operator-bundle"
-"alcide/kaudit-operator" = "docker.io/alcide/kaudit-operator"
-"allegroai/trains-0-15" = "registry.connect.redhat.com/allegroai/trains-0-15"
+"3scale-amp26/memcached" = "registry.redhat.io/3scale-amp26/memcached"
+"3scale-amp2/apicast-gateway-rhel8" = "registry.redhat.io/3scale-amp2/apicast-gateway-rhel8"
+"3scale-amp2/apicast-rhel7-operator" = "registry.redhat.io/3scale-amp2/apicast-rhel7-operator"
+"3scale-amp2/backend-rhel7" = "registry.redhat.io/3scale-amp2/backend-rhel7"
+"3scale-amp2/memcached-rhel7" = "registry.redhat.io/3scale-amp2/memcached-rhel7"
+"3scale-amp2/system-rhel7" = "registry.redhat.io/3scale-amp2/system-rhel7"
+"3scale-amp2/toolbox-rhel7" = "registry.redhat.io/3scale-amp2/toolbox-rhel7"
+"3scale-amp2/zync-rhel7" = "registry.redhat.io/3scale-amp2/zync-rhel7"
+"advanced-cluster-security/rhacs-main-rhel8" = "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8"
+"advanced-cluster-security/rhacs-operator-bundle" = "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle"
+"advanced-cluster-security/rhacs-rhel8-operator" = "registry.access.redhat.com/advanced-cluster-security/rhacs-rhel8-operator"
+"allegroai/trains-0-15" = "registry.redhat.io/allegroai/trains-0-15"
 "allegroai/trains-server-operator" = "registry.connect.redhat.com/allegroai/trains-server-operator"
 "allegroai/trains-server" = "registry.connect.redhat.com/allegroai/trains-server"
-"amq7/amq-broker-init-rhel7" = "registry.access.redhat.com/amq7/amq-broker-init-rhel7"
-"amq7/amq-broker-lts-operator-bundle" = "registry.access.redhat.com/amq7/amq-broker-lts-operator-bundle"
-"amq7/amq-broker-lts-rhel7-operator" = "registry.access.redhat.com/amq7/amq-broker-lts-rhel7-operator"
-"amq7/amq-broker-lts-rhel7" = "registry.access.redhat.com/amq7/amq-broker-lts-rhel7"
-"amq7/amq-broker-openj9-11-rhel8" = "registry.access.redhat.com/amq7/amq-broker-openj9-11-rhel8"
-"amq7/amq-broker-operator-bundle" = "registry.access.redhat.com/amq7/amq-broker-operator-bundle"
-"amq7/amq-broker" = "registry.access.redhat.com/amq7/amq-broker"
-"amq7/amq-broker-rhel7-operator" = "registry.access.redhat.com/amq7/amq-broker-rhel7-operator"
-"amq7/amq-broker-rhel8-operator" = "registry.access.redhat.com/amq7/amq-broker-rhel8-operator"
-"amq7/amq-cert-manager" = "registry.access.redhat.com/amq7/amq-cert-manager"
-"amq7/amq-interconnect-operator" = "registry.access.redhat.com/amq7/amq-interconnect-operator"
+"amq7/amq-broker-init-openj9-11-rhel8" = "registry.redhat.io/amq7/amq-broker-init-openj9-11-rhel8"
+"amq7/amq-broker-init-rhel7" = "registry.redhat.io/amq7/amq-broker-init-rhel7"
+"amq7/amq-broker-init-rhel8" = "registry.redhat.io/amq7/amq-broker-init-rhel8"
+"amq7/amq-broker-openj9-11-rhel8" = "registry.redhat.io/amq7/amq-broker-openj9-11-rhel8"
+"amq7/amq-broker-operator-bundle" = "registry.redhat.io/amq7/amq-broker-operator-bundle"
+"amq7/amq-broker" = "registry.redhat.io/amq7/amq-broker"
+"amq7/amq-broker-rhel7-operator" = "registry.redhat.io/amq7/amq-broker-rhel7-operator"
+"amq7/amq-broker-rhel8-operator-bundle" = "registry.redhat.io/amq7/amq-broker-rhel8-operator-bundle"
+"amq7/amq-broker-rhel8-operator" = "registry.redhat.io/amq7/amq-broker-rhel8-operator"
+"amq7/amq-broker-rhel8" = "registry.redhat.io/amq7/amq-broker-rhel8"
+"amq7/amq-cert-manager" = "registry.redhat.io/amq7/amq-cert-manager"
+"amq7/amq-interconnect-operator" = "registry.redhat.io/amq7/amq-interconnect-operator"
 "amq7/amq-interconnect" = "registry.access.redhat.com/amq7/amq-interconnect"
 "amq7/amq-online-1-address-space-controller" = "registry.access.redhat.com/amq7/amq-online-1-address-space-controller"
 "amq7/amq-online-1-agent" = "registry.access.redhat.com/amq7/amq-online-1-agent"
 "amq7/amq-online-1-auth-plugin" = "registry.access.redhat.com/amq7/amq-online-1-auth-plugin"
 "amq7/amq-online-1-broker-plugin" = "registry.access.redhat.com/amq7/amq-online-1-broker-plugin"
-"amq7/amq-online-1-console-init" = "registry.access.redhat.com/amq7/amq-online-1-console-init"
-"amq7/amq-online-1-console-server-rhel7" = "registry.access.redhat.com/amq7/amq-online-1-console-server-rhel7"
-"amq7/amq-online-1-controller-manager-rhel7-operator" = "registry.access.redhat.com/amq7/amq-online-1-controller-manager-rhel7-operator"
-"amq7/amq-online-1-mqtt-gateway" = "registry.access.redhat.com/amq7/amq-online-1-mqtt-gateway"
-"amq7/amq-online-1-mqtt-lwt" = "registry.access.redhat.com/amq7/amq-online-1-mqtt-lwt"
-"amq7/amq-online-1-none-auth-service" = "registry.access.redhat.com/amq7/amq-online-1-none-auth-service"
+"amq7/amq-online-1-console-init" = "registry.redhat.io/amq7/amq-online-1-console-init"
+"amq7/amq-online-1-console-server-rhel7" = "registry.redhat.io/amq7/amq-online-1-console-server-rhel7"
+"amq7/amq-online-1-controller-manager-rhel7-operator" = "registry.redhat.io/amq7/amq-online-1-controller-manager-rhel7-operator"
+"amq7/amq-online-1-none-auth-service" = "registry.redhat.io/amq7/amq-online-1-none-auth-service"
 "amq7/amq-online-1-service-broker" = "registry.access.redhat.com/amq7/amq-online-1-service-broker"
 "amq7/amq-online-1-standard-controller" = "registry.access.redhat.com/amq7/amq-online-1-standard-controller"
 "amq7/amq-online-1-topic-forwarder" = "registry.access.redhat.com/amq7/amq-online-1-topic-forwarder"
-"amq7/amq-streams-bridge-rhel7" = "registry.access.redhat.com/amq7/amq-streams-bridge-rhel7"
-"amq7/amq-streams-kafka-25-rhel7" = "registry.access.redhat.com/amq7/amq-streams-kafka-25-rhel7"
-"amq7/amq-streams-kafka-26-rhel7" = "registry.access.redhat.com/amq7/amq-streams-kafka-26-rhel7"
-"amq7/amqstreams-rhel7-operator-metadata" = "registry.access.redhat.com/amq7/amqstreams-rhel7-operator-metadata"
-"amq7/amq-streams-rhel7-operator" = "registry.access.redhat.com/amq7/amq-streams-rhel7-operator"
+"amq7/amq-streams-bridge-rhel7" = "registry.redhat.io/amq7/amq-streams-bridge-rhel7"
+"amq7/amq-streams-kafka-25-rhel7" = "registry.redhat.io/amq7/amq-streams-kafka-25-rhel7"
+"amq7/amq-streams-kafka-26-rhel7" = "registry.redhat.io/amq7/amq-streams-kafka-26-rhel7"
+"amq7/amq-streams-kafka-27-rhel7" = "registry.redhat.io/amq7/amq-streams-kafka-27-rhel7"
+"amq7/amq-streams-operator-operator" = "registry.redhat.io/amq7/amq-streams-operator-operator"
+"amq7/amqstreams-rhel7-operator-metadata" = "registry.redhat.io/amq7/amqstreams-rhel7-operator-metadata"
+"amq7/amq-streams-rhel7-operator" = "registry.redhat.io/amq7/amq-streams-rhel7-operator"
+"amq7/amq-streams-rhel8-operator" = "registry.redhat.io/amq7/amq-streams-rhel8-operator"
 "amq7/ams-interconnect" = "registry.access.redhat.com/amq7/ams-interconnect"
-"anchore/anchore-enterprise-bundle" = "registry.connect.redhat.com/anchore/anchore-enterprise-bundle"
-"anchore/anchore-enterprise-operator" = "registry.connect.redhat.com/anchore/anchore-enterprise-operator"
-"anchore/engine0" = "registry.connect.redhat.com/anchore/engine0"
-"anchore/enterprise-operator" = "registry.connect.redhat.com/anchore/enterprise-operator"
-"anchore/enterprise" = "registry.connect.redhat.com/anchore/enterprise"
-"anchore/enterprise-ui" = "registry.connect.redhat.com/anchore/enterprise-ui"
-"ansible-tower-36/ansible-runner-rhel7" = "registry.access.redhat.com/ansible-tower-36/ansible-runner-rhel7"
-"ansible-tower-36/ansible-tower-memcached" = "registry.access.redhat.com/ansible-tower-36/ansible-tower-memcached"
-"ansible-tower-36/ansible-tower-messaging" = "registry.access.redhat.com/ansible-tower-36/ansible-tower-messaging"
-"ansible-tower-36/ansible-tower" = "registry.access.redhat.com/ansible-tower-36/ansible-tower"
-"ansible-tower-37/ansible-runner-rhel7" = "registry.access.redhat.com/ansible-tower-37/ansible-runner-rhel7"
-"ansible-tower-37/ansible-tower-memcached-rhel7" = "registry.access.redhat.com/ansible-tower-37/ansible-tower-memcached-rhel7"
-"ansible-tower-37/ansible-tower-rhel7" = "registry.access.redhat.com/ansible-tower-37/ansible-tower-rhel7"
-"ansible-tower-38/ansible-runner-rhel7" = "registry.access.redhat.com/ansible-tower-38/ansible-runner-rhel7"
-"ansible-tower-38/ansible-tower-rhel7" = "registry.access.redhat.com/ansible-tower-38/ansible-tower-rhel7"
-"aporeto/enforcerd" = "registry.connect.redhat.com/aporeto/enforcerd"
-"appdynamics/cluster-agent-operator-bundle" = "registry.connect.redhat.com/appdynamics/cluster-agent-operator-bundle"
-"appdynamics/cluster-agent-operator" = "registry.connect.redhat.com/appdynamics/cluster-agent-operator"
-"appdynamics/cluster-agent" = "registry.connect.redhat.com/appdynamics/cluster-agent"
+"anchore/engine4" = "registry.connect.redhat.com/anchore/engine4"
+"anchore/enterprise-operator" = "registry.redhat.io/anchore/enterprise-operator"
+"ansible-automation-platform-20-early-access/ansible-builder-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/ansible-builder-rhel8"
+"ansible-automation-platform-20-early-access/ansible-python-base-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/ansible-python-base-rhel8"
+"ansible-automation-platform-20-early-access/ansible-python-toolkit-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/ansible-python-toolkit-rhel8"
+"ansible-automation-platform-20-early-access/controller-rhel8-operator" = "registry.redhat.io/ansible-automation-platform-20-early-access/controller-rhel8-operator"
+"ansible-automation-platform-20-early-access/controller-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/controller-rhel8"
+"ansible-automation-platform-20-early-access/ee-29-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/ee-29-rhel8"
+"ansible-automation-platform-20-early-access/ee-minimal-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/ee-minimal-rhel8"
+"ansible-automation-platform-20-early-access/ee-supported-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/ee-supported-rhel8"
+"ansible-automation-platform-20-early-access/hub-rhel8-operator" = "registry.redhat.io/ansible-automation-platform-20-early-access/hub-rhel8-operator"
+"ansible-automation-platform-20-early-access/hub-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/hub-rhel8"
+"ansible-automation-platform-20-early-access/hub-web-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/hub-web-rhel8"
+"ansible-automation-platform-20-early-access/platform-resource-rhel8-operator" = "registry.redhat.io/ansible-automation-platform-20-early-access/platform-resource-rhel8-operator"
+"ansible-automation-platform-20-early-access/platform-resource-runner-rhel8" = "registry.redhat.io/ansible-automation-platform-20-early-access/platform-resource-runner-rhel8"
+"ansible-automation-platform/platform-operator-bundle" = "registry.redhat.io/ansible-automation-platform/platform-operator-bundle"
+"ansible-tower-37/ansible-runner-rhel7" = "registry.redhat.io/ansible-tower-37/ansible-runner-rhel7"
+"ansible-tower-37/ansible-tower-memcached-rhel7" = "registry.redhat.io/ansible-tower-37/ansible-tower-memcached-rhel7"
+"ansible-tower-37/ansible-tower-rhel7" = "registry.redhat.io/ansible-tower-37/ansible-tower-rhel7"
+"ansible-tower-38/ansible-runner-rhel7" = "registry.redhat.io/ansible-tower-38/ansible-runner-rhel7"
+"ansible-tower-38/ansible-tower-rhel7" = "registry.redhat.io/ansible-tower-38/ansible-tower-rhel7"
 "appdynamics/java-agent" = "registry.connect.redhat.com/appdynamics/java-agent"
-"appdynamics/machine-agent-analytics" = "registry.connect.redhat.com/appdynamics/machine-agent-analytics"
-"appdynamics/machine-agent-netviz" = "registry.connect.redhat.com/appdynamics/machine-agent-netviz"
-"appranix/apx-controller" = "registry.connect.redhat.com/appranix/apx-controller"
-"appranix/apx-manager" = "registry.connect.redhat.com/appranix/apx-manager"
-"appranix/apx-operator-bundle" = "registry.connect.redhat.com/appranix/apx-operator-bundle"
-"appranix/apx-operator" = "registry.connect.redhat.com/appranix/apx-operator"
-"aquasec/aquasec-operator-bundle" = "registry.connect.redhat.com/aquasec/aquasec-operator-bundle"
-"aquasec/aquasec" = "registry.connect.redhat.com/aquasec/aquasec"
-"aquasec/console" = "registry.connect.redhat.com/aquasec/console"
-"aquasec/database" = "registry.connect.redhat.com/aquasec/database"
-"aquasec/enforcer" = "registry.connect.redhat.com/aquasec/enforcer"
-"aquasec/gateway" = "registry.connect.redhat.com/aquasec/gateway"
-"aquasec/kube-bench" = "registry.connect.redhat.com/aquasec/kube-bench"
-"aquasec/kube-enforcer" = "registry.connect.redhat.com/aquasec/kube-enforcer"
-"aquasec/scanner" = "registry.connect.redhat.com/aquasec/scanner"
-"arangodb/arangodb-exporter" = "registry.connect.redhat.com/arangodb/arangodb-exporter"
-"arangodb/enterprise" = "registry.connect.redhat.com/arangodb/enterprise"
-"arangodb/kube-arangodb-bundle" = "registry.connect.redhat.com/arangodb/kube-arangodb-bundle"
-"arangodb/kube-arangodb" = "registry.connect.redhat.com/arangodb/kube-arangodb"
-"arista/openstack13" = "registry.connect.redhat.com/arista/openstack13"
-"armory/armory-operator-bundle" = "registry.connect.redhat.com/armory/armory-operator-bundle"
-"armory/armory-operator" = "registry.connect.redhat.com/armory/armory-operator"
-"armory/clouddriver" = "registry.connect.redhat.com/armory/clouddriver"
-"armory/deck" = "registry.connect.redhat.com/armory/deck"
-"armory/dinghy" = "registry.connect.redhat.com/armory/dinghy"
-"armory/echo" = "registry.connect.redhat.com/armory/echo"
-"armory/fiat" = "registry.connect.redhat.com/armory/fiat"
-"armory/front50" = "registry.connect.redhat.com/armory/front50"
-"armory/gate" = "registry.connect.redhat.com/armory/gate"
-"armory/halyard-armory" = "registry.connect.redhat.com/armory/halyard-armory"
-"armory/igor" = "registry.connect.redhat.com/armory/igor"
-"armory/kayenta" = "registry.connect.redhat.com/armory/kayenta"
-"armory/orca" = "registry.connect.redhat.com/armory/orca"
-"armory/redis" = "registry.connect.redhat.com/armory/redis"
-"armory/rosco" = "registry.connect.redhat.com/armory/rosco"
-"armory/terraformer" = "registry.connect.redhat.com/armory/terraformer"
-"atomicorp/atomicorp-aeo-hub-bundle" = "registry.connect.redhat.com/atomicorp/atomicorp-aeo-hub-bundle"
-"atomicorp/atomicorp-aeo-hub" = "registry.connect.redhat.com/atomicorp/atomicorp-aeo-hub"
-"atomicorp/atomicorp-aeo-v6" = "registry.connect.redhat.com/atomicorp/atomicorp-aeo-v6"
-"atomicorp/ossec-hids-server" = "registry.connect.redhat.com/atomicorp/ossec-hids-server"
-"axibase/atsd" = "registry.connect.redhat.com/axibase/atsd"
-"axibase/collector" = "registry.connect.redhat.com/axibase/collector"
-"azul/zulu-jdk-6u113" = "registry.connect.redhat.com/azul/zulu-jdk-6u113"
-"azul/zulu-jdk-7u191" = "registry.connect.redhat.com/azul/zulu-jdk-7u191"
-"azul/zulu-jdk-8u181" = "registry.connect.redhat.com/azul/zulu-jdk-8u181"
-"bacula-enterprise/bacula-enterprise-openshift-plugin-1260" = "registry.connect.redhat.com/bacula-enterprise/bacula-enterprise-openshift-plugin-1260"
-"balabit/syslog-ng-ose" = "registry.connect.redhat.com/balabit/syslog-ng-ose"
-"blackducksoftware/blackduck-connector-operator-bundle" = "registry.connect.redhat.com/blackducksoftware/blackduck-connector-operator-bundle"
-"blackducksoftware/blackduck-connector-operator" = "registry.connect.redhat.com/blackducksoftware/blackduck-connector-operator"
+"avocado/asc" = "registry.connect.redhat.com/avocado/asc"
+"bigid/bigid" = "registry.redhat.io/bigid/bigid"
 "blackducksoftware/blackduck-operator" = "registry.connect.redhat.com/blackducksoftware/blackduck-operator"
 "blackducksoftware/blackduck-operator-v2" = "registry.connect.redhat.com/blackducksoftware/blackduck-operator-v2"
 "blackducksoftware/opssight-core" = "registry.connect.redhat.com/blackducksoftware/opssight-core"
 "blackducksoftware/opssight-deployer" = "registry.connect.redhat.com/blackducksoftware/opssight-deployer"
 "blackducksoftware/opssight-image-getter" = "registry.connect.redhat.com/blackducksoftware/opssight-image-getter"
+"blackducksoftware/opssight-image-getter-v2" = "registry.connect.redhat.com/blackducksoftware/opssight-image-getter-v2"
 "blackducksoftware/opssight-image-processor" = "registry.connect.redhat.com/blackducksoftware/opssight-image-processor"
 "blackducksoftware/opssight-pod-processor" = "registry.connect.redhat.com/blackducksoftware/opssight-pod-processor"
 "blackducksoftware/opssight-scanner" = "registry.connect.redhat.com/blackducksoftware/opssight-scanner"
-"blackducksoftware/synopsys-operator-bundle" = "registry.connect.redhat.com/blackducksoftware/synopsys-operator-bundle"
-"blackducksoftware/synopsys-operator" = "registry.connect.redhat.com/blackducksoftware/synopsys-operator"
-"bleemeo/bleemeo-agent" = "registry.connect.redhat.com/bleemeo/bleemeo-agent"
+"blackducksoftware/synopsys-operator" = "registry.redhat.io/blackducksoftware/synopsys-operator"
 "c12e/cortex5-accounts" = "registry.connect.redhat.com/c12e/cortex5-accounts"
 "c12e/cortex5-actions" = "registry.connect.redhat.com/c12e/cortex5-actions"
 "c12e/cortex5-agents" = "registry.connect.redhat.com/c12e/cortex5-agents"
-"c12e/cortex5-catalog" = "registry.connect.redhat.com/c12e/cortex5-catalog"
 "c12e/cortex5-connections" = "registry.connect.redhat.com/c12e/cortex5-connections"
 "c12e/cortex5-connection-type-loader" = "registry.connect.redhat.com/c12e/cortex5-connection-type-loader"
 "c12e/cortex5-datasets" = "registry.connect.redhat.com/c12e/cortex5-datasets"
@@ -146,797 +97,317 @@
 "c12e/cortex5-graph" = "registry.connect.redhat.com/c12e/cortex5-graph"
 "c12e/cortex5-logs" = "registry.connect.redhat.com/c12e/cortex5-logs"
 "c12e/cortex5-models" = "registry.connect.redhat.com/c12e/cortex5-models"
+"c12e/cortex5-operator" = "registry.redhat.io/c12e/cortex5-operator"
 "c12e/cortex5-processor-gateway" = "registry.connect.redhat.com/c12e/cortex5-processor-gateway"
 "c12e/cortex5-sessions" = "registry.connect.redhat.com/c12e/cortex5-sessions"
 "c12e/cortex-accounts-service" = "registry.connect.redhat.com/c12e/cortex-accounts-service"
 "c12e/cortex-actions-service" = "registry.connect.redhat.com/c12e/cortex-actions-service"
 "c12e/cortex-admin-ui" = "registry.connect.redhat.com/c12e/cortex-admin-ui"
 "c12e/cortex-agents-service" = "registry.connect.redhat.com/c12e/cortex-agents-service"
-"c12e/cortex-catalog-service" = "registry.connect.redhat.com/c12e/cortex-catalog-service"
-"c12e/cortex-certifai-console" = "registry.connect.redhat.com/c12e/cortex-certifai-console"
-"c12e/cortex-certifai-operator-bundle" = "registry.connect.redhat.com/c12e/cortex-certifai-operator-bundle"
-"c12e/cortex-certifai-operator" = "registry.connect.redhat.com/c12e/cortex-certifai-operator"
-"c12e/cortex-certifai-policy-chooser" = "registry.connect.redhat.com/c12e/cortex-certifai-policy-chooser"
-"c12e/cortex-certifai-reference-model-server" = "registry.connect.redhat.com/c12e/cortex-certifai-reference-model-server"
-"c12e/cortex-certifai-reporting-etl" = "registry.connect.redhat.com/c12e/cortex-certifai-reporting-etl"
-"c12e/cortex-certifai-scanner" = "registry.connect.redhat.com/c12e/cortex-certifai-scanner"
 "c12e/cortex-connections-service" = "registry.connect.redhat.com/c12e/cortex-connections-service"
 "c12e/cortex-connection-type-loader" = "registry.connect.redhat.com/c12e/cortex-connection-type-loader"
 "c12e/cortex-datasets-service" = "registry.connect.redhat.com/c12e/cortex-datasets-service"
 "c12e/cortex-docs" = "registry.connect.redhat.com/c12e/cortex-docs"
-"c12e/cortex-fabric-operator-bundle" = "registry.connect.redhat.com/c12e/cortex-fabric-operator-bundle"
-"c12e/cortex-fabric-operator" = "registry.connect.redhat.com/c12e/cortex-fabric-operator"
 "c12e/cortex-graph" = "registry.connect.redhat.com/c12e/cortex-graph"
-"c12e/cortex-healthcare-hub-operator-bundle" = "registry.connect.redhat.com/c12e/cortex-healthcare-hub-operator-bundle"
-"c12e/cortex-healthcare-hub-operator" = "registry.connect.redhat.com/c12e/cortex-healthcare-hub-operator"
-"c12e/cortex-hub-operator-bundle" = "registry.connect.redhat.com/c12e/cortex-hub-operator-bundle"
-"c12e/cortex-hub-operator" = "registry.connect.redhat.com/c12e/cortex-hub-operator"
-"c12e/cortex-hub" = "registry.connect.redhat.com/c12e/cortex-hub"
 "c12e/cortex-kong-service" = "registry.connect.redhat.com/c12e/cortex-kong-service"
 "c12e/cortex-logs-service" = "registry.connect.redhat.com/c12e/cortex-logs-service"
 "c12e/cortex-metrics" = "registry.connect.redhat.com/c12e/cortex-metrics"
 "c12e/cortex-models-service" = "registry.connect.redhat.com/c12e/cortex-models-service"
 "c12e/cortex-processor-gateway" = "registry.connect.redhat.com/c12e/cortex-processor-gateway"
 "c12e/cortex-sessions" = "registry.connect.redhat.com/c12e/cortex-sessions"
-"ca/apm-openshiftmonitor" = "registry.connect.redhat.com/ca/apm-openshiftmonitor"
 "calico/cni" = "quay.io/calico/cni"
 "calico/dikastes" = "quay.io/calico/dikastes"
 "calico/kube-controllers" = "quay.io/calico/kube-controllers"
 "calico/node" = "quay.io/calico/node"
 "calico/pod2daemon-flexvol" = "quay.io/calico/pod2daemon-flexvol"
 "calico/typha" = "quay.io/calico/typha"
-"cambridgesemantics/anzograph-db" = "registry.connect.redhat.com/cambridgesemantics/anzograph-db"
-"cambridgesemantics/anzograph-frontend" = "registry.connect.redhat.com/cambridgesemantics/anzograph-frontend"
-"cambridgesemantics/anzograph-operator-bundle" = "registry.connect.redhat.com/cambridgesemantics/anzograph-operator-bundle"
-"cambridgesemantics/anzograph-operator" = "registry.connect.redhat.com/cambridgesemantics/anzograph-operator"
-"cambridgesemantics/anzograph" = "registry.connect.redhat.com/cambridgesemantics/anzograph"
-"cambridgesemantics/anzo-microservices-leader" = "registry.connect.redhat.com/cambridgesemantics/anzo-microservices-leader"
-"cambridgesemantics/anzo-operator-bundle" = "registry.connect.redhat.com/cambridgesemantics/anzo-operator-bundle"
-"cambridgesemantics/anzo-operator" = "registry.connect.redhat.com/cambridgesemantics/anzo-operator"
-"cambridgesemantics/anzo" = "registry.connect.redhat.com/cambridgesemantics/anzo"
-"cambridgesemantics/anzo-unstructured-operator-bundle" = "registry.connect.redhat.com/cambridgesemantics/anzo-unstructured-operator-bundle"
-"cambridgesemantics/anzo-unstructured-worker" = "registry.connect.redhat.com/cambridgesemantics/anzo-unstructured-worker"
-"cambridgesemantics/unstructured-operator" = "registry.connect.redhat.com/cambridgesemantics/unstructured-operator"
-"can-avanseus/can-app" = "registry.connect.redhat.com/can-avanseus/can-app"
-"can-avanseus/can-operator" = "registry.connect.redhat.com/can-avanseus/can-operator"
-"can-avanseus/can" = "registry.connect.redhat.com/can-avanseus/can"
-"can-avanseus/can-vbi" = "registry.connect.redhat.com/can-avanseus/can-vbi"
-"can-avanseus/can-workerapp" = "registry.connect.redhat.com/can-avanseus/can-workerapp"
-"captivateioltd/rabbitmq" = "registry.connect.redhat.com/captivateioltd/rabbitmq"
-"ca/uma-operator-bundle" = "registry.connect.redhat.com/ca/uma-operator-bundle"
+"cambridgesemantics/anzo-unstructured-worker" = "registry.redhat.io/cambridgesemantics/anzo-unstructured-worker"
 "cdk_beta/atomicapp" = "registry.access.redhat.com/cdk_beta/atomicapp"
-"cdmtech-inc/demo-app-fe" = "registry.connect.redhat.com/cdmtech-inc/demo-app-fe"
 "cisco/cisco-vts262-ga" = "registry.connect.redhat.com/cisco/cisco-vts262-ga"
-"citrix/citrix-adc-metrics-exporter" = "registry.connect.redhat.com/citrix/citrix-adc-metrics-exporter"
-"citrix/citrixadcsidecar" = "registry.connect.redhat.com/citrix/citrixadcsidecar"
-"citrix/citrix-api-gateway-bundle" = "registry.connect.redhat.com/citrix/citrix-api-gateway-bundle"
-"citrix/citrix-api-gateway" = "registry.connect.redhat.com/citrix/citrix-api-gateway"
-"citrix/citrix-ingress-controller" = "registry.connect.redhat.com/citrix/citrix-ingress-controller"
-"citrix/citrix-k8s-cpx-ingress-bundle" = "registry.connect.redhat.com/citrix/citrix-k8s-cpx-ingress-bundle"
-"citrix/citrix-k8s-cpx-ingress-controller" = "registry.connect.redhat.com/citrix/citrix-k8s-cpx-ingress-controller"
-"citrix/citrix-k8s-ingress-bundle" = "registry.connect.redhat.com/citrix/citrix-k8s-ingress-bundle"
-"citrix/citrix-k8s-ingress-controller" = "registry.connect.redhat.com/citrix/citrix-k8s-ingress-controller"
-"citrix/istioingressgateway-bundle" = "registry.connect.redhat.com/citrix/istioingressgateway-bundle"
-"citrix/istioingressgateway" = "registry.connect.redhat.com/citrix/istioingressgateway"
-"citrix/istiosidecarcitrix-bundle" = "registry.connect.redhat.com/citrix/istiosidecarcitrix-bundle"
-"cloudforms50/cfme-amazon-smartstate-rhel8" = "registry.access.redhat.com/cloudforms50/cfme-amazon-smartstate-rhel8"
-"cloudforms50/v2v-conversion-host-rhel8" = "registry.access.redhat.com/cloudforms50/v2v-conversion-host-rhel8"
-"cloudhedge/activity-service" = "registry.connect.redhat.com/cloudhedge/activity-service"
-"cloudhedge/analytics-service" = "registry.connect.redhat.com/cloudhedge/analytics-service"
-"cloudhedge/auth-gateway-service" = "registry.connect.redhat.com/cloudhedge/auth-gateway-service"
-"cloudhedge/aws-k8s-service" = "registry.connect.redhat.com/cloudhedge/aws-k8s-service"
+"cloudforms50/cfme-amazon-smartstate-rhel8" = "registry.redhat.io/cloudforms50/cfme-amazon-smartstate-rhel8"
+"cloudforms50/v2v-conversion-host-rhel8" = "registry.redhat.io/cloudforms50/v2v-conversion-host-rhel8"
 "cloudhedge/ch-operator" = "registry.connect.redhat.com/cloudhedge/ch-operator"
-"cloudhedge/ch-user-guide" = "registry.connect.redhat.com/cloudhedge/ch-user-guide"
-"cloudhedge/ci-service" = "registry.connect.redhat.com/cloudhedge/ci-service"
-"cloudhedge/cloudhegde-operator-bundle" = "registry.connect.redhat.com/cloudhedge/cloudhegde-operator-bundle"
-"cloudhedge/cloud-infra-service" = "registry.connect.redhat.com/cloudhedge/cloud-infra-service"
-"cloudhedge/cloud-lease-service" = "registry.connect.redhat.com/cloudhedge/cloud-lease-service"
-"cloudhedge/core-engine" = "registry.connect.redhat.com/cloudhedge/core-engine"
-"cloudhedge/discover-service-linux" = "registry.connect.redhat.com/cloudhedge/discover-service-linux"
-"cloudhedge/discover-service-windows" = "registry.connect.redhat.com/cloudhedge/discover-service-windows"
-"cloudhedge/distribute-service" = "registry.connect.redhat.com/cloudhedge/distribute-service"
-"cloudhedge/gc-k8s-service" = "registry.connect.redhat.com/cloudhedge/gc-k8s-service"
-"cloudhedge/infra-usage-analysis-engine" = "registry.connect.redhat.com/cloudhedge/infra-usage-analysis-engine"
-"cloudhedge/k8s-helm-service" = "registry.connect.redhat.com/cloudhedge/k8s-helm-service"
-"cloudhedge/license-service" = "registry.connect.redhat.com/cloudhedge/license-service"
-"cloudhedge/logging-agent" = "registry.connect.redhat.com/cloudhedge/logging-agent"
-"cloudhedge/logging-service" = "registry.connect.redhat.com/cloudhedge/logging-service"
-"cloudhedge/notification-service" = "registry.connect.redhat.com/cloudhedge/notification-service"
-"cloudhedge/openshift-service" = "registry.connect.redhat.com/cloudhedge/openshift-service"
-"cloudhedge/report-service" = "registry.connect.redhat.com/cloudhedge/report-service"
-"cloudhedge/repository-service" = "registry.connect.redhat.com/cloudhedge/repository-service"
-"cloudhedge/transform-service-linux" = "registry.connect.redhat.com/cloudhedge/transform-service-linux"
-"cloudhedge/transform-service-windows" = "registry.connect.redhat.com/cloudhedge/transform-service-windows"
-"cloudhedge/vault-service" = "registry.connect.redhat.com/cloudhedge/vault-service"
-"cloudhedge/webapp" = "registry.connect.redhat.com/cloudhedge/webapp"
-"cnvrg/cnvrg-app" = "docker.io/cnvrg/cnvrg-app"
-"cnvrg/cnvrg-es" = "docker.io/cnvrg/cnvrg-es"
-"cnvrg/cnvrg-minio" = "docker.io/cnvrg/cnvrg-minio"
-"cnvrg/cnvrg-operator" = "docker.io/cnvrg/cnvrg-operator"
-"cnvrg/cnvrg-seeder" = "docker.io/cnvrg/cnvrg-seeder"
-"cnvrg-core/cnvrg-app" = "registry.connect.redhat.com/cnvrg-core/cnvrg-app"
-"cnvrg-core/cnvrg-core" = "registry.connect.redhat.com/cnvrg-core/cnvrg-core"
-"cnvrg-core/cnvrg-es" = "registry.connect.redhat.com/cnvrg-core/cnvrg-es"
-"cnvrg-core/cnvrgio-operator-bundle" = "registry.connect.redhat.com/cnvrg-core/cnvrgio-operator-bundle"
-"cnvrg-core/cnvrgio-operator" = "registry.connect.redhat.com/cnvrg-core/cnvrgio-operator"
-"cnvrg-core/cnvrgio-seeder" = "registry.connect.redhat.com/cnvrg-core/cnvrgio-seeder"
-"cnvrg-core/cnvrg-minios" = "registry.connect.redhat.com/cnvrg-core/cnvrg-minios"
 "cnvrg-core/cnvrg" = "registry.connect.redhat.com/cnvrg-core/cnvrg"
-"cnv-tech-preview/virt-launcher-cpaas-mvp" = "registry.access.redhat.com/cnv-tech-preview/virt-launcher-cpaas-mvp"
+"cnv-tech-preview/virt-launcher-cpaas-mvp" = "registry.redhat.io/cnv-tech-preview/virt-launcher-cpaas-mvp"
 "cockroachdb/cockroachdb-operator-bundle" = "registry.connect.redhat.com/cockroachdb/cockroachdb-operator-bundle"
-"cockroachdb/cockroachdb-operator" = "registry.connect.redhat.com/cockroachdb/cockroachdb-operator"
-"cockroachdb/cockroach" = "registry.connect.redhat.com/cockroachdb/cockroach"
-"cockroachdb/request-cert" = "registry.connect.redhat.com/cockroachdb/request-cert"
-"codeready-workspaces/crw-2-rhel8-operator" = "registry.access.redhat.com/codeready-workspaces/crw-2-rhel8-operator"
-"codeready-workspaces/devfileregistry-rhel8" = "registry.access.redhat.com/codeready-workspaces/devfileregistry-rhel8"
-"codeready-workspaces/imagepuller-rhel8" = "registry.access.redhat.com/codeready-workspaces/imagepuller-rhel8"
-"codeready-workspaces/jwtproxy-rhel8" = "registry.access.redhat.com/codeready-workspaces/jwtproxy-rhel8"
-"codeready-workspaces/machineexec-rhel8" = "registry.access.redhat.com/codeready-workspaces/machineexec-rhel8"
-"codeready-workspaces/pluginbroker-artifacts-rhel8" = "registry.access.redhat.com/codeready-workspaces/pluginbroker-artifacts-rhel8"
-"codeready-workspaces/pluginbroker-metadata-rhel8" = "registry.access.redhat.com/codeready-workspaces/pluginbroker-metadata-rhel8"
-"codeready-workspaces/plugin-java11-openj9-rhel8" = "registry.access.redhat.com/codeready-workspaces/plugin-java11-openj9-rhel8"
-"codeready-workspaces/plugin-java11-rhel8" = "registry.access.redhat.com/codeready-workspaces/plugin-java11-rhel8"
-"codeready-workspaces/plugin-java8-openj9-rhel8" = "registry.access.redhat.com/codeready-workspaces/plugin-java8-openj9-rhel8"
-"codeready-workspaces/plugin-java8-rhel8" = "registry.access.redhat.com/codeready-workspaces/plugin-java8-rhel8"
-"codeready-workspaces/plugin-kubernetes-rhel8" = "registry.access.redhat.com/codeready-workspaces/plugin-kubernetes-rhel8"
-"codeready-workspaces/plugin-openshift-rhel8" = "registry.access.redhat.com/codeready-workspaces/plugin-openshift-rhel8"
-"codeready-workspaces/pluginregistry-rhel8" = "registry.access.redhat.com/codeready-workspaces/pluginregistry-rhel8"
-"codeready-workspaces/server-rhel8" = "registry.access.redhat.com/codeready-workspaces/server-rhel8"
-"codeready-workspaces/theia-endpoint-rhel8" = "registry.access.redhat.com/codeready-workspaces/theia-endpoint-rhel8"
-"codeready-workspaces/theia-rhel8" = "registry.access.redhat.com/codeready-workspaces/theia-rhel8"
-"container-native-virtualization/bridge-marker" = "registry.access.redhat.com/container-native-virtualization/bridge-marker"
-"container-native-virtualization/cluster-network-addons-operator" = "registry.access.redhat.com/container-native-virtualization/cluster-network-addons-operator"
-"container-native-virtualization/cnv-containernetworking-plugins" = "registry.access.redhat.com/container-native-virtualization/cnv-containernetworking-plugins"
-"container-native-virtualization/cnv-must-gather-rhel8" = "registry.access.redhat.com/container-native-virtualization/cnv-must-gather-rhel8"
-"container-native-virtualization/hostpath-provisioner-rhel8-operator" = "registry.access.redhat.com/container-native-virtualization/hostpath-provisioner-rhel8-operator"
-"container-native-virtualization/hostpath-provisioner-rhel8" = "registry.access.redhat.com/container-native-virtualization/hostpath-provisioner-rhel8"
-"container-native-virtualization/hyperconverged-cluster-operator" = "registry.access.redhat.com/container-native-virtualization/hyperconverged-cluster-operator"
-"container-native-virtualization/kubemacpool" = "registry.access.redhat.com/container-native-virtualization/kubemacpool"
-"container-native-virtualization/kubernetes-nmstate-handler-rhel8" = "registry.access.redhat.com/container-native-virtualization/kubernetes-nmstate-handler-rhel8"
-"container-native-virtualization/kubevirt-cpu-model-nfd-plugin" = "registry.access.redhat.com/container-native-virtualization/kubevirt-cpu-model-nfd-plugin"
-"container-native-virtualization/kubevirt-cpu-node-labeller" = "registry.access.redhat.com/container-native-virtualization/kubevirt-cpu-node-labeller"
-"container-native-virtualization/kubevirt-kvm-info-nfd-plugin" = "registry.access.redhat.com/container-native-virtualization/kubevirt-kvm-info-nfd-plugin"
-"container-native-virtualization/kubevirt-metrics-collector" = "registry.access.redhat.com/container-native-virtualization/kubevirt-metrics-collector"
-"container-native-virtualization/kubevirt-ssp-operator" = "registry.access.redhat.com/container-native-virtualization/kubevirt-ssp-operator"
-"container-native-virtualization/kubevirt-tekton-rhel8" = "registry.access.redhat.com/container-native-virtualization/kubevirt-tekton-rhel8"
-"container-native-virtualization/kubevirt-template-validator" = "registry.access.redhat.com/container-native-virtualization/kubevirt-template-validator"
-"container-native-virtualization/kubevirt-v2v-conversion" = "registry.access.redhat.com/container-native-virtualization/kubevirt-v2v-conversion"
-"container-native-virtualization/kubevirt-vmware" = "registry.access.redhat.com/container-native-virtualization/kubevirt-vmware"
-"container-native-virtualization/node-maintenance-operator" = "registry.access.redhat.com/container-native-virtualization/node-maintenance-operator"
-"container-native-virtualization/ovs-cni-marker" = "registry.access.redhat.com/container-native-virtualization/ovs-cni-marker"
-"container-native-virtualization/ovs-cni-plugin" = "registry.access.redhat.com/container-native-virtualization/ovs-cni-plugin"
-"container-native-virtualization/virt-api" = "registry.access.redhat.com/container-native-virtualization/virt-api"
-"container-native-virtualization/virt-cdi-apiserver" = "registry.access.redhat.com/container-native-virtualization/virt-cdi-apiserver"
-"container-native-virtualization/virt-cdi-cloner" = "registry.access.redhat.com/container-native-virtualization/virt-cdi-cloner"
-"container-native-virtualization/virt-cdi-controller" = "registry.access.redhat.com/container-native-virtualization/virt-cdi-controller"
-"container-native-virtualization/virt-cdi-importer" = "registry.access.redhat.com/container-native-virtualization/virt-cdi-importer"
-"container-native-virtualization/virt-cdi-operator" = "registry.access.redhat.com/container-native-virtualization/virt-cdi-operator"
-"container-native-virtualization/virt-cdi-uploadproxy" = "registry.access.redhat.com/container-native-virtualization/virt-cdi-uploadproxy"
-"container-native-virtualization/virt-cdi-uploadserver" = "registry.access.redhat.com/container-native-virtualization/virt-cdi-uploadserver"
-"container-native-virtualization/virt-controller" = "registry.access.redhat.com/container-native-virtualization/virt-controller"
-"container-native-virtualization/virt-handler" = "registry.access.redhat.com/container-native-virtualization/virt-handler"
-"container-native-virtualization/virtio-win" = "registry.access.redhat.com/container-native-virtualization/virtio-win"
-"container-native-virtualization/virt-launcher" = "registry.access.redhat.com/container-native-virtualization/virt-launcher"
-"container-native-virtualization/virt-operator" = "registry.access.redhat.com/container-native-virtualization/virt-operator"
-"container-native-virtualization/vm-import-controller-rhel8" = "registry.access.redhat.com/container-native-virtualization/vm-import-controller-rhel8"
-"container-native-virtualization/vm-import-operator-rhel8" = "registry.access.redhat.com/container-native-virtualization/vm-import-operator-rhel8"
-"container-native-virtualization/vm-import-rhel8-operator" = "registry.access.redhat.com/container-native-virtualization/vm-import-rhel8-operator"
-"container-native-virtualization/vm-import-virtv2v-rhel8" = "registry.access.redhat.com/container-native-virtualization/vm-import-virtv2v-rhel8"
-"containous/traefikee-operator-bundle" = "registry.connect.redhat.com/containous/traefikee-operator-bundle"
-"containous/traefikee-operator" = "registry.connect.redhat.com/containous/traefikee-operator"
-"containous/traefikee" = "registry.connect.redhat.com/containous/traefikee"
-"contrastsecurity/java-agent" = "registry.connect.redhat.com/contrastsecurity/java-agent"
-"coralogix/coralogix-fluentd" = "registry.connect.redhat.com/coralogix/coralogix-fluentd"
-"coralogix/coralogix-operator-bundle" = "registry.connect.redhat.com/coralogix/coralogix-operator-bundle"
-"coralogix/coralogix-operator" = "registry.connect.redhat.com/coralogix/coralogix-operator"
-"corentrepo/corent-jtrac-application" = "registry.connect.redhat.com/corentrepo/corent-jtrac-application"
-"corentrepo/corent-jtrac-operator" = "registry.connect.redhat.com/corentrepo/corent-jtrac-operator"
-"corentrepo/corent-operator-bundle" = "registry.connect.redhat.com/corentrepo/corent-operator-bundle"
-"coscale/coscale-agent" = "registry.connect.redhat.com/coscale/coscale-agent"
-"couchbase/admission-controller" = "registry.connect.redhat.com/couchbase/admission-controller"
-"couchbase/exporter" = "registry.connect.redhat.com/couchbase/exporter"
-"couchbase/operator-bundle" = "registry.connect.redhat.com/couchbase/operator-bundle"
-"couchbase/operator" = "registry.connect.redhat.com/couchbase/operator"
-"couchbase/server" = "registry.connect.redhat.com/couchbase/server"
-"couchbase/sync-gateway" = "registry.connect.redhat.com/couchbase/sync-gateway"
-"crunchydata/crunchy-admin" = "registry.connect.redhat.com/crunchydata/crunchy-admin"
-"crunchydata/crunchy-backrest-restore" = "registry.connect.redhat.com/crunchydata/crunchy-backrest-restore"
-"crunchydata/crunchy-backup" = "registry.connect.redhat.com/crunchydata/crunchy-backup"
-"crunchydata/crunchy-collect" = "registry.connect.redhat.com/crunchydata/crunchy-collect"
-"crunchydata/crunchydata" = "registry.connect.redhat.com/crunchydata/crunchydata"
-"crunchydata/crunchy-grafana" = "registry.connect.redhat.com/crunchydata/crunchy-grafana"
-"crunchydata/crunchy-pgadmin4" = "registry.connect.redhat.com/crunchydata/crunchy-pgadmin4"
-"crunchydata/crunchy-pgbackrest" = "registry.connect.redhat.com/crunchydata/crunchy-pgbackrest"
-"crunchydata/crunchy-pgbackrest-repo" = "registry.connect.redhat.com/crunchydata/crunchy-pgbackrest-repo"
-"crunchydata/crunchy-pgbadger" = "registry.connect.redhat.com/crunchydata/crunchy-pgbadger"
-"crunchydata/crunchy-pgbench" = "registry.connect.redhat.com/crunchydata/crunchy-pgbench"
-"crunchydata/crunchy-pgbouncer" = "registry.connect.redhat.com/crunchydata/crunchy-pgbouncer"
-"crunchydata/crunchy-pgdump" = "registry.connect.redhat.com/crunchydata/crunchy-pgdump"
-"crunchydata/crunchy-pgrestore" = "registry.connect.redhat.com/crunchydata/crunchy-pgrestore"
-"crunchydata/crunchy-postgres-exporter" = "registry.connect.redhat.com/crunchydata/crunchy-postgres-exporter"
-"crunchydata/crunchy-postgres-gis-ha" = "registry.connect.redhat.com/crunchydata/crunchy-postgres-gis-ha"
-"crunchydata/crunchy-postgres-gis" = "registry.connect.redhat.com/crunchydata/crunchy-postgres-gis"
-"crunchydata/crunchy-postgres-ha" = "registry.connect.redhat.com/crunchydata/crunchy-postgres-ha"
-"crunchydata/crunchy-postgres" = "registry.connect.redhat.com/crunchydata/crunchy-postgres"
-"crunchydata/crunchy-prometheus" = "registry.connect.redhat.com/crunchydata/crunchy-prometheus"
-"crunchydata/pgo-apiserver" = "registry.connect.redhat.com/crunchydata/pgo-apiserver"
-"crunchydata/pgo-backrest" = "registry.connect.redhat.com/crunchydata/pgo-backrest"
-"crunchydata/pgo-backrest-repo" = "registry.connect.redhat.com/crunchydata/pgo-backrest-repo"
-"crunchydata/pgo-backrest-repo-sync" = "registry.connect.redhat.com/crunchydata/pgo-backrest-repo-sync"
-"crunchydata/pgo-backrest-restore" = "registry.connect.redhat.com/crunchydata/pgo-backrest-restore"
+"cockroachdb/cockroachdb-operator" = "registry.redhat.io/cockroachdb/cockroachdb-operator"
+"codeready-workspaces/crw-2-rhel8-operator" = "registry.redhat.io/codeready-workspaces/crw-2-rhel8-operator"
+"codeready-workspaces/dashboard-rhel8" = "registry.redhat.io/codeready-workspaces/dashboard-rhel8"
+"codeready-workspaces/devfileregistry-rhel8" = "registry.redhat.io/codeready-workspaces/devfileregistry-rhel8"
+"codeready-workspaces/imagepuller-rhel8" = "registry.redhat.io/codeready-workspaces/imagepuller-rhel8"
+"codeready-workspaces/jwtproxy-rhel8" = "registry.redhat.io/codeready-workspaces/jwtproxy-rhel8"
+"codeready-workspaces/machineexec-rhel8" = "registry.redhat.io/codeready-workspaces/machineexec-rhel8"
+"codeready-workspaces/pluginbroker-artifacts-rhel8" = "registry.redhat.io/codeready-workspaces/pluginbroker-artifacts-rhel8"
+"codeready-workspaces/pluginbroker-metadata-rhel8" = "registry.redhat.io/codeready-workspaces/pluginbroker-metadata-rhel8"
+"codeready-workspaces/plugin-java11-openj9-rhel8" = "registry.redhat.io/codeready-workspaces/plugin-java11-openj9-rhel8"
+"codeready-workspaces/plugin-java11-rhel8" = "registry.redhat.io/codeready-workspaces/plugin-java11-rhel8"
+"codeready-workspaces/plugin-java8-openj9-rhel8" = "registry.redhat.io/codeready-workspaces/plugin-java8-openj9-rhel8"
+"codeready-workspaces/plugin-java8-rhel8" = "registry.redhat.io/codeready-workspaces/plugin-java8-rhel8"
+"codeready-workspaces/plugin-kubernetes-rhel8" = "registry.redhat.io/codeready-workspaces/plugin-kubernetes-rhel8"
+"codeready-workspaces/plugin-openshift-rhel8" = "registry.redhat.io/codeready-workspaces/plugin-openshift-rhel8"
+"codeready-workspaces/pluginregistry-rhel8" = "registry.redhat.io/codeready-workspaces/pluginregistry-rhel8"
+"codeready-workspaces/server-rhel8" = "registry.redhat.io/codeready-workspaces/server-rhel8"
+"codeready-workspaces/theia-endpoint-rhel8" = "registry.redhat.io/codeready-workspaces/theia-endpoint-rhel8"
+"codeready-workspaces/theia-rhel8" = "registry.redhat.io/codeready-workspaces/theia-rhel8"
+"commvault-hedvig/hedvig-operator1" = "registry.connect.redhat.com/commvault-hedvig/hedvig-operator1"
+"compliance/oc-compliance-rhel8" = "registry.redhat.io/compliance/oc-compliance-rhel8"
+"compliance/openshift-compliance-content-rhel8" = "registry.redhat.io/compliance/openshift-compliance-content-rhel8"
+"compliance/openshift-compliance-openscap-rhel8" = "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8"
+"compliance/openshift-compliance-operator-bundle" = "registry.redhat.io/compliance/openshift-compliance-operator-bundle"
+"compliance/openshift-compliance-rhel8-operator" = "registry.redhat.io/compliance/openshift-compliance-rhel8-operator"
+"compliance/openshift-file-integrity-operator-bundle" = "registry.redhat.io/compliance/openshift-file-integrity-operator-bundle"
+"compliance/openshift-file-integrity-rhel8-operator" = "registry.redhat.io/compliance/openshift-file-integrity-rhel8-operator"
+"container-native-virtualization/bridge-marker" = "registry.redhat.io/container-native-virtualization/bridge-marker"
+"container-native-virtualization/cluster-network-addons-operator" = "registry.redhat.io/container-native-virtualization/cluster-network-addons-operator"
+"container-native-virtualization/cnv-containernetworking-plugins" = "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins"
+"container-native-virtualization/cnv-must-gather-rhel8" = "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel8"
+"container-native-virtualization/hco-bundle-registry" = "registry.redhat.io/container-native-virtualization/hco-bundle-registry"
+"container-native-virtualization/hostpath-provisioner-rhel8-operator" = "registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel8-operator"
+"container-native-virtualization/hostpath-provisioner-rhel8" = "registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel8"
+"container-native-virtualization/hyperconverged-cluster-operator" = "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator"
+"container-native-virtualization/hyperconverged-cluster-webhook-rhel8" = "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel8"
+"container-native-virtualization/kubemacpool" = "registry.redhat.io/container-native-virtualization/kubemacpool"
+"container-native-virtualization/kubernetes-nmstate-handler-rhel8" = "registry.redhat.io/container-native-virtualization/kubernetes-nmstate-handler-rhel8"
+"container-native-virtualization/kubevirt-cpu-model-nfd-plugin" = "registry.redhat.io/container-native-virtualization/kubevirt-cpu-model-nfd-plugin"
+"container-native-virtualization/kubevirt-cpu-node-labeller" = "registry.redhat.io/container-native-virtualization/kubevirt-cpu-node-labeller"
+"container-native-virtualization/kubevirt-kvm-info-nfd-plugin" = "registry.redhat.io/container-native-virtualization/kubevirt-kvm-info-nfd-plugin"
+"container-native-virtualization/kubevirt-metrics-collector" = "registry.redhat.io/container-native-virtualization/kubevirt-metrics-collector"
+"container-native-virtualization/kubevirt-ssp-operator" = "registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator"
+"container-native-virtualization/kubevirt-tekton-rhel8" = "registry.redhat.io/container-native-virtualization/kubevirt-tekton-rhel8"
+"container-native-virtualization/kubevirt-template-validator" = "registry.redhat.io/container-native-virtualization/kubevirt-template-validator"
+"container-native-virtualization/kubevirt-v2v-conversion" = "registry.redhat.io/container-native-virtualization/kubevirt-v2v-conversion"
+"container-native-virtualization/kubevirt-vmware" = "registry.redhat.io/container-native-virtualization/kubevirt-vmware"
+"container-native-virtualization/node-maintenance-operator" = "registry.redhat.io/container-native-virtualization/node-maintenance-operator"
+"container-native-virtualization/ovs-cni-marker" = "registry.redhat.io/container-native-virtualization/ovs-cni-marker"
+"container-native-virtualization/ovs-cni-plugin" = "registry.redhat.io/container-native-virtualization/ovs-cni-plugin"
+"container-native-virtualization/virt-api" = "registry.redhat.io/container-native-virtualization/virt-api"
+"container-native-virtualization/virt-cdi-apiserver" = "registry.redhat.io/container-native-virtualization/virt-cdi-apiserver"
+"container-native-virtualization/virt-cdi-cloner" = "registry.redhat.io/container-native-virtualization/virt-cdi-cloner"
+"container-native-virtualization/virt-cdi-controller" = "registry.redhat.io/container-native-virtualization/virt-cdi-controller"
+"container-native-virtualization/virt-cdi-importer" = "registry.redhat.io/container-native-virtualization/virt-cdi-importer"
+"container-native-virtualization/virt-cdi-operator" = "registry.redhat.io/container-native-virtualization/virt-cdi-operator"
+"container-native-virtualization/virt-cdi-uploadproxy" = "registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy"
+"container-native-virtualization/virt-cdi-uploadserver" = "registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver"
+"container-native-virtualization/virt-controller" = "registry.redhat.io/container-native-virtualization/virt-controller"
+"container-native-virtualization/virt-handler" = "registry.redhat.io/container-native-virtualization/virt-handler"
+"container-native-virtualization/virtio-win" = "registry.redhat.io/container-native-virtualization/virtio-win"
+"container-native-virtualization/virt-launcher" = "registry.redhat.io/container-native-virtualization/virt-launcher"
+"container-native-virtualization/virt-operator" = "registry.redhat.io/container-native-virtualization/virt-operator"
+"container-native-virtualization/vm-import-controller" = "registry.redhat.io/container-native-virtualization/vm-import-controller"
+"container-native-virtualization/vm-import-controller-rhel8" = "registry.redhat.io/container-native-virtualization/vm-import-controller-rhel8"
+"container-native-virtualization/vm-import-operator-rhel8" = "registry.redhat.io/container-native-virtualization/vm-import-operator-rhel8"
+"container-native-virtualization/vm-import-rhel8-operator" = "registry.redhat.io/container-native-virtualization/vm-import-rhel8-operator"
+"container-native-virtualization/vm-import-virtv2v-rhel8" = "registry.redhat.io/container-native-virtualization/vm-import-virtv2v-rhel8"
+"costmanagement/costmanagement-metrics-operator-bundle" = "registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle"
+"costmanagement/costmanagement-metrics-rhel7-operator" = "registry.redhat.io/costmanagement/costmanagement-metrics-rhel7-operator"
+"costmanagement/costmanagement-metrics-rhel8-operator" = "registry.redhat.io/costmanagement/costmanagement-metrics-rhel8-operator"
+"crunchydata/crunchy-admin" = "registry.redhat.io/crunchydata/crunchy-admin"
+"crunchydata/crunchyadm" = "registry.connect.redhat.com/crunchydata/crunchyadm"
+"crunchydata/crunchydata" = "registry.redhat.io/crunchydata/crunchydata"
 "crunchydata/pgo-client" = "registry.connect.redhat.com/crunchydata/pgo-client"
-"crunchydata/pgo-deployer" = "registry.connect.redhat.com/crunchydata/pgo-deployer"
-"crunchydata/pgo-event" = "registry.connect.redhat.com/crunchydata/pgo-event"
-"crunchydata/pgo-load" = "registry.connect.redhat.com/crunchydata/pgo-load"
-"crunchydata/pgo-lspvc" = "registry.connect.redhat.com/crunchydata/pgo-lspvc"
-"crunchydata/pgo-rmdata" = "registry.connect.redhat.com/crunchydata/pgo-rmdata"
-"crunchydata/pgo-scheduler" = "registry.connect.redhat.com/crunchydata/pgo-scheduler"
-"crunchydata/pgo-sqlrunner" = "registry.connect.redhat.com/crunchydata/pgo-sqlrunner"
 "crunchydata/postgres-operator-bundle" = "registry.connect.redhat.com/crunchydata/postgres-operator-bundle"
-"crunchydata/postgres-operator" = "registry.connect.redhat.com/crunchydata/postgres-operator"
-"cyberark/conjur-nginx" = "registry.connect.redhat.com/cyberark/conjur-nginx"
-"cyberark/conjur-openshift-authenticator" = "registry.connect.redhat.com/cyberark/conjur-openshift-authenticator"
-"cyberark/conjur" = "registry.connect.redhat.com/cyberark/conjur"
-"cyberark/secretless-broker" = "registry.connect.redhat.com/cyberark/secretless-broker"
-"cyberark/secrets-provider-for-k8s" = "registry.connect.redhat.com/cyberark/secrets-provider-for-k8s"
-"cyber-armor/ca-controller" = "registry.connect.redhat.com/cyber-armor/ca-controller"
-"cyber-armor/ca-dashboard-connector" = "registry.connect.redhat.com/cyber-armor/ca-dashboard-connector"
-"cyber-armor/ca-operator-bundle" = "registry.connect.redhat.com/cyber-armor/ca-operator-bundle"
-"cyber-armor/ca-operator" = "registry.connect.redhat.com/cyber-armor/ca-operator"
-"cyber-armor/cyberarmor-controlpanel-connector" = "registry.connect.redhat.com/cyber-armor/cyberarmor-controlpanel-connector"
-"cyber-armor/notification-service" = "registry.connect.redhat.com/cyber-armor/notification-service"
-"cyber-armor/ocimage-service" = "registry.connect.redhat.com/cyber-armor/ocimage-service"
-"cyber-armor/oracle-service" = "registry.connect.redhat.com/cyber-armor/oracle-service"
-"datacore-software/openstack-cinder-volume-datacore-rhosp-16-1" = "registry.connect.redhat.com/datacore-software/openstack-cinder-volume-datacore-rhosp-16-1"
-"datadog/datadog-agent" = "registry.connect.redhat.com/datadog/datadog-agent"
-"datagrid/datagrid-8-prod-operator-bundle" = "registry.access.redhat.com/datagrid/datagrid-8-prod-operator-bundle"
-"datagrid/datagrid-8-rhel8-operator" = "registry.access.redhat.com/datagrid/datagrid-8-rhel8-operator"
-"datagrid/datagrid-8-rhel8" = "registry.access.redhat.com/datagrid/datagrid-8-rhel8"
-"datastax/cassandra" = "registry.connect.redhat.com/datastax/cassandra"
-"datastax/cass-config-builder" = "registry.connect.redhat.com/datastax/cass-config-builder"
-"datastax/cass-operator-bundle" = "registry.connect.redhat.com/datastax/cass-operator-bundle"
-"datastax/cass-operator" = "registry.connect.redhat.com/datastax/cass-operator"
-"datastax/dse-server" = "registry.connect.redhat.com/datastax/dse-server"
+"datacore-software/openstack-cinder-volume-datacore-rhosp-16-1" = "registry.redhat.io/datacore-software/openstack-cinder-volume-datacore-rhosp-16-1"
+"datagrid/datagrid-8-openj9-11-rhel8" = "registry.redhat.io/datagrid/datagrid-8-openj9-11-rhel8"
+"datagrid/datagrid-8-prod-operator-bundle" = "registry.redhat.io/datagrid/datagrid-8-prod-operator-bundle"
+"datagrid/datagrid-8-rhel8-operator" = "registry.redhat.io/datagrid/datagrid-8-rhel8-operator"
+"datagrid/datagrid-8-rhel8" = "registry.redhat.io/datagrid/datagrid-8-rhel8"
 "datera/rhosp13-openstack-cinder-volume-datera" = "registry.connect.redhat.com/datera/rhosp13-openstack-cinder-volume-datera"
 "datera/rhosp16-openstack-cinder-volume-datera" = "registry.connect.redhat.com/datera/rhosp16-openstack-cinder-volume-datera"
-"dellemc/csi-isilon" = "docker.io/dellemc/csi-isilon"
-"dellemc/csi-powermax" = "docker.io/dellemc/csi-powermax"
-"dellemc/csi-powerstore" = "docker.io/dellemc/csi-powerstore"
-"dellemc/csi-unity" = "docker.io/dellemc/csi-unity"
-"dellemc/csi-vxflexos" = "docker.io/dellemc/csi-vxflexos"
-"dell-emc/dell-csiop-bundle-110" = "registry.connect.redhat.com/dell-emc/dell-csiop-bundle-110"
-"dellemc/dell-csi-operator" = "docker.io/dellemc/dell-csi-operator"
-"dellemc/openstack-cinder-volume-dellemc" = "registry.connect.redhat.com/dellemc/openstack-cinder-volume-dellemc"
-"dellemc/openstack-cinder-volume-dellemc-rhosp14" = "registry.connect.redhat.com/dellemc/openstack-cinder-volume-dellemc-rhosp14"
-"dellemc/openstack-cinder-volume-dellemc-rhosp15" = "registry.connect.redhat.com/dellemc/openstack-cinder-volume-dellemc-rhosp15"
-"dellemc/openstack-cinder-volume-dellemc-rhosp16" = "registry.connect.redhat.com/dellemc/openstack-cinder-volume-dellemc-rhosp16"
-"dellemc/openstack-manila-share-dellemc" = "registry.connect.redhat.com/dellemc/openstack-manila-share-dellemc"
-"dellemc/openstack-manila-share-dellemc-rhosp14" = "registry.connect.redhat.com/dellemc/openstack-manila-share-dellemc-rhosp14"
-"dellemc/openstack-manila-share-dellemc-rhosp15" = "registry.connect.redhat.com/dellemc/openstack-manila-share-dellemc-rhosp15"
-"dellemc/openstack-manila-share-dellemc-rhosp16" = "registry.connect.redhat.com/dellemc/openstack-manila-share-dellemc-rhosp16"
-"dellemc/rhosp13-cinder-volume-dellemc-vxflexos" = "registry.connect.redhat.com/dellemc/rhosp13-cinder-volume-dellemc-vxflexos"
-"dellemc/rhosp13-glance-api-dellemc-vxflexos" = "registry.connect.redhat.com/dellemc/rhosp13-glance-api-dellemc-vxflexos"
-"dellemc/rhosp13-nova-compute-dellemc-vxflexos" = "registry.connect.redhat.com/dellemc/rhosp13-nova-compute-dellemc-vxflexos"
-"densify/container-data-collection-forwarder" = "registry.connect.redhat.com/densify/container-data-collection-forwarder"
-"densify/densify-operator-bundle" = "registry.connect.redhat.com/densify/densify-operator-bundle"
-"densify/densify-operator" = "registry.connect.redhat.com/densify/densify-operator"
+"dellemc/openstack-manila-share-dellemc-rhosp14" = "registry.redhat.io/dellemc/openstack-manila-share-dellemc-rhosp14"
 "deployhub/deployhub-pro" = "registry.connect.redhat.com/deployhub/deployhub-pro"
 "deployhub/deployhub" = "registry.connect.redhat.com/deployhub/deployhub"
 "devtools/go-toolset-rhel7" = "registry.access.redhat.com/devtools/go-toolset-rhel7"
-"devtools/llvm-toolset-rhel7" = "registry.access.redhat.com/devtools/llvm-toolset-rhel7"
-"devtools/rust-toolset-rhel7" = "registry.access.redhat.com/devtools/rust-toolset-rhel7"
-"distributed-tracing/jaeger-agent-rhel7" = "registry.access.redhat.com/distributed-tracing/jaeger-agent-rhel7"
-"distributed-tracing/jaeger-agent-rhel8" = "registry.access.redhat.com/distributed-tracing/jaeger-agent-rhel8"
-"distributed-tracing/jaeger-all-in-one-rhel7" = "registry.access.redhat.com/distributed-tracing/jaeger-all-in-one-rhel7"
-"distributed-tracing/jaeger-all-in-one-rhel8" = "registry.access.redhat.com/distributed-tracing/jaeger-all-in-one-rhel8"
-"distributed-tracing/jaeger-collector-rhel7" = "registry.access.redhat.com/distributed-tracing/jaeger-collector-rhel7"
-"distributed-tracing/jaeger-collector-rhel8" = "registry.access.redhat.com/distributed-tracing/jaeger-collector-rhel8"
-"distributed-tracing/jaeger-es-index-cleaner-rhel7" = "registry.access.redhat.com/distributed-tracing/jaeger-es-index-cleaner-rhel7"
-"distributed-tracing/jaeger-es-index-cleaner-rhel8" = "registry.access.redhat.com/distributed-tracing/jaeger-es-index-cleaner-rhel8"
-"distributed-tracing/jaeger-es-rollover-rhel7" = "registry.access.redhat.com/distributed-tracing/jaeger-es-rollover-rhel7"
-"distributed-tracing/jaeger-es-rollover-rhel8" = "registry.access.redhat.com/distributed-tracing/jaeger-es-rollover-rhel8"
-"distributed-tracing/jaeger-ingester-rhel7" = "registry.access.redhat.com/distributed-tracing/jaeger-ingester-rhel7"
-"distributed-tracing/jaeger-ingester-rhel8" = "registry.access.redhat.com/distributed-tracing/jaeger-ingester-rhel8"
-"distributed-tracing/jaeger-operator-bundle" = "registry.access.redhat.com/distributed-tracing/jaeger-operator-bundle"
-"distributed-tracing/jaeger-query-rhel7" = "registry.access.redhat.com/distributed-tracing/jaeger-query-rhel7"
-"distributed-tracing/jaeger-query-rhel8" = "registry.access.redhat.com/distributed-tracing/jaeger-query-rhel8"
-"distributed-tracing/jaeger-rhel7-operator" = "registry.access.redhat.com/distributed-tracing/jaeger-rhel7-operator"
-"distributed-tracing/jaeger-rhel8-operator" = "registry.access.redhat.com/distributed-tracing/jaeger-rhel8-operator"
+"devtools/llvm-toolset-60-rhel7" = "registry.access.redhat.com/devtools/llvm-toolset-60-rhel7"
+"distributed-tracing/jaeger-agent-rhel7" = "registry.redhat.io/distributed-tracing/jaeger-agent-rhel7"
+"distributed-tracing/jaeger-agent-rhel8" = "registry.redhat.io/distributed-tracing/jaeger-agent-rhel8"
+"distributed-tracing/jaeger-all-in-one-rhel7" = "registry.redhat.io/distributed-tracing/jaeger-all-in-one-rhel7"
+"distributed-tracing/jaeger-all-in-one-rhel8" = "registry.redhat.io/distributed-tracing/jaeger-all-in-one-rhel8"
+"distributed-tracing/jaeger-collector-rhel7" = "registry.redhat.io/distributed-tracing/jaeger-collector-rhel7"
+"distributed-tracing/jaeger-collector-rhel8" = "registry.redhat.io/distributed-tracing/jaeger-collector-rhel8"
+"distributed-tracing/jaeger-es-index-cleaner-rhel7" = "registry.redhat.io/distributed-tracing/jaeger-es-index-cleaner-rhel7"
+"distributed-tracing/jaeger-es-index-cleaner-rhel8" = "registry.redhat.io/distributed-tracing/jaeger-es-index-cleaner-rhel8"
+"distributed-tracing/jaeger-es-rollover-rhel7" = "registry.redhat.io/distributed-tracing/jaeger-es-rollover-rhel7"
+"distributed-tracing/jaeger-es-rollover-rhel8" = "registry.redhat.io/distributed-tracing/jaeger-es-rollover-rhel8"
+"distributed-tracing/jaeger-ingester-rhel7" = "registry.redhat.io/distributed-tracing/jaeger-ingester-rhel7"
+"distributed-tracing/jaeger-ingester-rhel8" = "registry.redhat.io/distributed-tracing/jaeger-ingester-rhel8"
+"distributed-tracing/jaeger-operator-bundle" = "registry.redhat.io/distributed-tracing/jaeger-operator-bundle"
+"distributed-tracing/jaeger-query-rhel7" = "registry.redhat.io/distributed-tracing/jaeger-query-rhel7"
+"distributed-tracing/jaeger-query-rhel8" = "registry.redhat.io/distributed-tracing/jaeger-query-rhel8"
+"distributed-tracing/jaeger-rhel7-operator" = "registry.redhat.io/distributed-tracing/jaeger-rhel7-operator"
+"distributed-tracing/jaeger-rhel8-operator" = "registry.redhat.io/distributed-tracing/jaeger-rhel8-operator"
 "dotnet/dotnet-21-jenkins-slave-rhel7" = "registry.access.redhat.com/dotnet/dotnet-21-jenkins-slave-rhel7"
 "dotnet/dotnet-21-rhel7" = "registry.access.redhat.com/dotnet/dotnet-21-rhel7"
 "dotnet/dotnet-21-runtime-rhel7" = "registry.access.redhat.com/dotnet/dotnet-21-runtime-rhel7"
-"dotnet/dotnet-31-jenkins-agent-rhel7" = "registry.access.redhat.com/dotnet/dotnet-31-jenkins-agent-rhel7"
-"dotnet/dotnet-31-rhel7" = "registry.access.redhat.com/dotnet/dotnet-31-rhel7"
-"dotnet/dotnet-31-runtime-rhel7" = "registry.access.redhat.com/dotnet/dotnet-31-runtime-rhel7"
+"dotnet/dotnet-31-jenkins-agent-rhel7" = "registry.redhat.io/dotnet/dotnet-31-jenkins-agent-rhel7"
+"dotnet/dotnet-31-rhel7" = "registry.redhat.io/dotnet/dotnet-31-rhel7"
+"dotnet/dotnet-31-runtime-rhel7" = "registry.redhat.io/dotnet/dotnet-31-runtime-rhel7"
 "dotscience/dotscience-deployer-ubi8" = "registry.connect.redhat.com/dotscience/dotscience-deployer-ubi8"
 "dotscience/operator-ubi8" = "registry.connect.redhat.com/dotscience/operator-ubi8"
-"drivescale/flexvolume" = "registry.connect.redhat.com/drivescale/flexvolume"
 "dynatrace/dynatrace-oneagent-operator-0-1-0" = "registry.connect.redhat.com/dynatrace/dynatrace-oneagent-operator-0-1-0"
-"dynatrace/dynatrace-oneagent-operator-bundle" = "registry.connect.redhat.com/dynatrace/dynatrace-oneagent-operator-bundle"
 "dynatrace/dynatrace-oneagent-operator" = "registry.connect.redhat.com/dynatrace/dynatrace-oneagent-operator"
-"dynatrace/dynatrace-operator" = "registry.connect.redhat.com/dynatrace/dynatrace-operator"
-"dynatrace/oneagent" = "registry.connect.redhat.com/dynatrace/oneagent"
+"e2e-container/e2e-cve-rebuilds-library" = "registry.redhat.io/e2e-container/e2e-cve-rebuilds-library"
+"e2e-container/rhel-8-e2e-container-test-product" = "registry.access.redhat.com/e2e-container/rhel-8-e2e-container-test-product"
 "e2e-container/workflow-test" = "registry.access.redhat.com/e2e-container/workflow-test"
 "edb/edb-operator" = "quay.io/edb/edb-operator"
-"elastic/apm" = "registry.connect.redhat.com/elastic/apm"
-"elastic/auditbeat" = "registry.connect.redhat.com/elastic/auditbeat"
-"elastic/eck-operator" = "registry.connect.redhat.com/elastic/eck-operator"
-"elastic/eck" = "registry.connect.redhat.com/elastic/eck"
-"elastic/elastic-agent" = "registry.connect.redhat.com/elastic/elastic-agent"
-"elastic/elasticsearch" = "registry.connect.redhat.com/elastic/elasticsearch"
-"elastic/enterprise-search" = "registry.connect.redhat.com/elastic/enterprise-search"
-"elastic/filebeat" = "registry.connect.redhat.com/elastic/filebeat"
-"elastic/heartbeat" = "registry.connect.redhat.com/elastic/heartbeat"
-"elastic/journalbeat" = "registry.connect.redhat.com/elastic/journalbeat"
-"elastic/kibana" = "registry.connect.redhat.com/elastic/kibana"
-"elastic/logstash" = "registry.connect.redhat.com/elastic/logstash"
-"elastic/metricbeat" = "registry.connect.redhat.com/elastic/metricbeat"
-"elos/erynis-bundle" = "registry.connect.redhat.com/elos/erynis-bundle"
-"elos/erynis-operator" = "registry.connect.redhat.com/elos/erynis-operator"
 "entando/entando-431" = "registry.connect.redhat.com/entando/entando-431"
 "entando/entando-eap71-openshift-imagick" = "registry.connect.redhat.com/entando/entando-eap71-openshift-imagick"
-"enterprisedb/edb-bart" = "registry.connect.redhat.com/enterprisedb/edb-bart"
+"enterprisedb/edb-bart" = "registry.redhat.io/enterprisedb/edb-bart"
 "enterprisedb/edb-epas-lite11" = "registry.connect.redhat.com/enterprisedb/edb-epas-lite11"
-"epsagon/epsagon-operator" = "registry.connect.redhat.com/epsagon/epsagon-operator"
-"eres/v70" = "registry.connect.redhat.com/eres/v70"
-"excelero/nvmesh-csi-driver" = "docker.io/excelero/nvmesh-csi-driver"
-"f5networks/cntr-ingress-svcs" = "registry.connect.redhat.com/f5networks/cntr-ingress-svcs"
-"f5networks/k8s-bigip-ctlr-operator-bundle" = "registry.connect.redhat.com/f5networks/k8s-bigip-ctlr-operator-bundle"
-"f5networks/k8s-bigip-ctlr-operator" = "registry.connect.redhat.com/f5networks/k8s-bigip-ctlr-operator"
-"f5networks/k8s-bigip-ctlr" = "registry.connect.redhat.com/f5networks/k8s-bigip-ctlr"
-"feedstock/rabbitmq3" = "registry.connect.redhat.com/feedstock/rabbitmq3"
-"findability-sciences/fp-predict-plus-operator-bundle" = "registry.connect.redhat.com/findability-sciences/fp-predict-plus-operator-bundle"
-"findability-sciences/fp-predict-plus-operator" = "registry.connect.redhat.com/findability-sciences/fp-predict-plus-operator"
-"findability-sciences/fp-predict-plus" = "registry.connect.redhat.com/findability-sciences/fp-predict-plus"
-"fujitsu/fujitsu-cinder-volume" = "registry.connect.redhat.com/fujitsu/fujitsu-cinder-volume"
+"enterprisedb/edb-pgpool" = "registry.redhat.io/enterprisedb/edb-pgpool"
+"esacalateai/cih-operator-bundle" = "registry.redhat.io/esacalateai/cih-operator-bundle"
+"fujitsu/fujitsu-enterprise-postgres-12-backup" = "quay.io/fujitsu/fujitsu-enterprise-postgres-12-backup"
+"fujitsu/fujitsu-enterprise-postgres-12-operator" = "quay.io/fujitsu/fujitsu-enterprise-postgres-12-operator"
+"fujitsu/fujitsu-enterprise-postgres-12-pgpool2" = "quay.io/fujitsu/fujitsu-enterprise-postgres-12-pgpool2"
+"fujitsu/fujitsu-enterprise-postgres-12-restore" = "registry.redhat.io/fujitsu/fujitsu-enterprise-postgres-12-restore"
+"fujitsu/fujitsu-enterprise-postgres-12-server" = "quay.io/fujitsu/fujitsu-enterprise-postgres-12-server"
 "fujitsu/fujitsu-enterprise-postgres-operator" = "quay.io/fujitsu/fujitsu-enterprise-postgres-operator"
-"fujitsu/fujitsu-enterprise-postgres-server" = "quay.io/fujitsu/fujitsu-enterprise-postgres-server"
 "fujitsu-postgres/fujitsu-enterprise-postgres-operator" = "registry.connect.redhat.com/fujitsu-postgres/fujitsu-enterprise-postgres-operator"
-"fujitsu/rhosp13-fujitsu-cinder-volume-161" = "registry.connect.redhat.com/fujitsu/rhosp13-fujitsu-cinder-volume-161"
-"fujitsu/rhosp15-fujitsu-cinder-volume-161" = "registry.connect.redhat.com/fujitsu/rhosp15-fujitsu-cinder-volume-161"
 "fuse7/fuse-apicurito-generator" = "registry.access.redhat.com/fuse7/fuse-apicurito-generator"
-"fuse7/fuse-apicurito-operator-bundle" = "registry.access.redhat.com/fuse7/fuse-apicurito-operator-bundle"
+"fuse7/fuse-apicurito-operator-bundle" = "registry.redhat.io/fuse7/fuse-apicurito-operator-bundle"
 "fuse7/fuse-apicurito" = "registry.access.redhat.com/fuse7/fuse-apicurito"
-"fuse7/fuse-apicurito-rhel7-operator" = "registry.access.redhat.com/fuse7/fuse-apicurito-rhel7-operator"
-"fuse7/fuse-console-operator-bundle" = "registry.access.redhat.com/fuse7/fuse-console-operator-bundle"
+"fuse7/fuse-apicurito-rhel7-operator" = "registry.redhat.io/fuse7/fuse-apicurito-rhel7-operator"
+"fuse7/fuse-console-operator-bundle" = "registry.redhat.io/fuse7/fuse-console-operator-bundle"
 "fuse7/fuse-console" = "registry.access.redhat.com/fuse7/fuse-console"
-"fuse7/fuse-console-rhel7-operator" = "registry.access.redhat.com/fuse7/fuse-console-rhel7-operator"
+"fuse7/fuse-console-rhel7-operator" = "registry.redhat.io/fuse7/fuse-console-rhel7-operator"
+"fuse7/fuse-eap-openshift-jdk11-rhel8" = "registry.redhat.io/fuse7/fuse-eap-openshift-jdk11-rhel8"
 "fuse7/fuse-eap-openshift" = "registry.access.redhat.com/fuse7/fuse-eap-openshift"
 "fuse7/fuse-ignite-meta" = "registry.access.redhat.com/fuse7/fuse-ignite-meta"
 "fuse7/fuse-ignite-s2i" = "registry.access.redhat.com/fuse7/fuse-ignite-s2i"
 "fuse7/fuse-ignite-server" = "registry.access.redhat.com/fuse7/fuse-ignite-server"
 "fuse7/fuse-ignite-ui" = "registry.access.redhat.com/fuse7/fuse-ignite-ui"
 "fuse7/fuse-ignite-upgrade" = "registry.access.redhat.com/fuse7/fuse-ignite-upgrade"
+"fuse7/fuse-java-openshift-jdk11-rhel8" = "registry.redhat.io/fuse7/fuse-java-openshift-jdk11-rhel8"
 "fuse7/fuse-java-openshift" = "registry.access.redhat.com/fuse7/fuse-java-openshift"
 "fuse7/fuse-karaf-openshift" = "registry.access.redhat.com/fuse7/fuse-karaf-openshift"
-"fuse7/fuse-online-operator-bundle" = "registry.access.redhat.com/fuse7/fuse-online-operator-bundle"
+"fuse7/fuse-online-operator-bundle" = "registry.redhat.io/fuse7/fuse-online-operator-bundle"
 "fuse7/fuse-online-operator" = "registry.access.redhat.com/fuse7/fuse-online-operator"
-"fuse7/fuse-postgres-exporter-rhel7" = "registry.access.redhat.com/fuse7/fuse-postgres-exporter-rhel7"
-"genuitec/codetogether" = "registry.connect.redhat.com/genuitec/codetogether"
-"gigaspaces/insightedge-enterprise-operator" = "registry.connect.redhat.com/gigaspaces/insightedge-enterprise-operator"
-"gigaspaces/insightedge" = "registry.connect.redhat.com/gigaspaces/insightedge"
-"gigaspaces/xap-enterprise-14-0" = "registry.connect.redhat.com/gigaspaces/xap-enterprise-14-0"
-"gigaspaces/xap" = "registry.connect.redhat.com/gigaspaces/xap"
-"gitlab/gitlab-operator-bundle" = "registry.connect.redhat.com/gitlab/gitlab-operator-bundle"
-"gluufederation/config-init" = "registry.connect.redhat.com/gluufederation/config-init"
-"gluufederation/key-rotation" = "registry.connect.redhat.com/gluufederation/key-rotation"
-"gluufederation/opendj" = "registry.connect.redhat.com/gluufederation/opendj"
-"gluufederation/oxauth" = "registry.connect.redhat.com/gluufederation/oxauth"
-"gluufederation/oxpassport" = "registry.connect.redhat.com/gluufederation/oxpassport"
-"gluufederation/oxshibboleth" = "registry.connect.redhat.com/gluufederation/oxshibboleth"
-"gluufederation/oxtrust" = "registry.connect.redhat.com/gluufederation/oxtrust"
+"fuse7/fuse-postgres-exporter-rhel7" = "registry.redhat.io/fuse7/fuse-postgres-exporter-rhel7"
+"genuitec/codetogether2-ubi8" = "registry.connect.redhat.com/genuitec/codetogether2-ubi8"
+"gigaspaces/insightedge-enterprise-14-0" = "registry.connect.redhat.com/gigaspaces/insightedge-enterprise-14-0"
 "gtsoftware/ivory-server" = "registry.connect.redhat.com/gtsoftware/ivory-server"
-"gtsoftware/ivory-service-architect-operator-bundle" = "registry.connect.redhat.com/gtsoftware/ivory-service-architect-operator-bundle"
-"guardicore/centra" = "registry.connect.redhat.com/guardicore/centra"
-"h2oai/driverless-ai-operator" = "registry.connect.redhat.com/h2oai/driverless-ai-operator"
-"h2oai/driverlessai-rhelubi7" = "registry.connect.redhat.com/h2oai/driverlessai-rhelubi7"
-"h2oai/h2o-operator-bundle" = "registry.connect.redhat.com/h2oai/h2o-operator-bundle"
-"h2oai/h2o-operator" = "registry.connect.redhat.com/h2oai/h2o-operator"
-"h2oai/h2o" = "registry.connect.redhat.com/h2oai/h2o"
-"haproxytech/haproxy" = "registry.connect.redhat.com/haproxytech/haproxy"
-"hashicorp/vault-enterprise" = "registry.connect.redhat.com/hashicorp/vault-enterprise"
-"hashicorp/vault-k8s" = "registry.connect.redhat.com/hashicorp/vault-k8s"
-"hashicorp/vault" = "registry.connect.redhat.com/hashicorp/vault"
-"hazelcast/hazelcast-3-rhel7" = "registry.connect.redhat.com/hazelcast/hazelcast-3-rhel7"
-"hazelcast/hazelcast-4-rhel8" = "registry.connect.redhat.com/hazelcast/hazelcast-4-rhel8"
-"hazelcast/hazelcast-enterprise-4-rhel8" = "registry.connect.redhat.com/hazelcast/hazelcast-enterprise-4-rhel8"
-"hazelcast/hazelcast-jet-enterprise-4" = "registry.connect.redhat.com/hazelcast/hazelcast-jet-enterprise-4"
-"hazelcast/hazelcast-jet-management-center-4" = "registry.connect.redhat.com/hazelcast/hazelcast-jet-management-center-4"
-"hazelcast/management-center-3-rhel7" = "registry.connect.redhat.com/hazelcast/management-center-3-rhel7"
-"hazelcast/management-center-4-rhel8" = "registry.connect.redhat.com/hazelcast/management-center-4-rhel8"
-"hedvig/proxy" = "registry.connect.redhat.com/hedvig/proxy"
-"heremaps/here-service-operator-bundle" = "registry.connect.redhat.com/heremaps/here-service-operator-bundle"
-"heremaps/here-service-operator" = "registry.connect.redhat.com/heremaps/here-service-operator"
-"hitachi/hspc-csi-driver" = "registry.connect.redhat.com/hitachi/hspc-csi-driver"
-"hitachi/hspc-csi-provisioner" = "registry.connect.redhat.com/hitachi/hspc-csi-provisioner"
-"hitachi/hspc-log-monitor" = "registry.connect.redhat.com/hitachi/hspc-log-monitor"
+"gtsoftware/ivoryserver" = "registry.connect.redhat.com/gtsoftware/ivoryserver"
 "hitachi/hspc-operator-bundle" = "registry.connect.redhat.com/hitachi/hspc-operator-bundle"
-"hitachi/hspc-operator" = "registry.connect.redhat.com/hitachi/hspc-operator"
-"hitachi/rhosp13-openstack-cinder-volume-hbsd" = "registry.connect.redhat.com/hitachi/rhosp13-openstack-cinder-volume-hbsd"
 "hitachi/rhosp14-openstack-cinder-volume-hbsd" = "registry.connect.redhat.com/hitachi/rhosp14-openstack-cinder-volume-hbsd"
-"hpam-7/rhpam73-controller-openshift" = "registry.access.redhat.com/hpam-7/rhpam73-controller-openshift"
+"hpam-7/rhpam73-controller-openshift" = "registry.redhat.io/hpam-7/rhpam73-controller-openshift"
 "hpe3parcinder/hpe3parcinder16-1" = "registry.connect.redhat.com/hpe3parcinder/hpe3parcinder16-1"
-"hpe3parcinder/hpe3parcinder16" = "registry.connect.redhat.com/hpe3parcinder/hpe3parcinder16"
-"hpe3parcinder/hpe3parcinder" = "registry.connect.redhat.com/hpe3parcinder/hpe3parcinder"
-"hpestorage/csi-driver-operator-bundle" = "registry.connect.redhat.com/hpestorage/csi-driver-operator-bundle"
-"hpestorage/csi-driver-operator" = "registry.connect.redhat.com/hpestorage/csi-driver-operator"
-"hpestorage/csi-driver" = "registry.connect.redhat.com/hpestorage/csi-driver"
-"hpestorage/hpe3parprimera-csp" = "registry.connect.redhat.com/hpestorage/hpe3parprimera-csp"
-"hpestorage/nfs-provisioner" = "registry.connect.redhat.com/hpestorage/nfs-provisioner"
-"hpestorage/nimble-csp" = "registry.connect.redhat.com/hpestorage/nimble-csp"
+"hpe3parcinder/openstack-cinder-volume-hpe3parcinder16-1" = "registry.redhat.io/hpe3parcinder/openstack-cinder-volume-hpe3parcinder16-1"
 "hpestorage/xspc-csi-driver-operator" = "registry.connect.redhat.com/hpestorage/xspc-csi-driver-operator"
 "hpestorage/xspc-csi-driver" = "registry.connect.redhat.com/hpestorage/xspc-csi-driver"
-"hpestorage/xspc-csi-log-monitor" = "registry.connect.redhat.com/hpestorage/xspc-csi-log-monitor"
-"hpestorage/xspc-csi-operator-bundle" = "registry.connect.redhat.com/hpestorage/xspc-csi-operator-bundle"
-"hpestorage/xspc-csi-provisioner" = "registry.connect.redhat.com/hpestorage/xspc-csi-provisioner"
-"humio/humio-operator-bundle" = "registry.connect.redhat.com/humio/humio-operator-bundle"
-"hytrust/ht-getkey1" = "registry.connect.redhat.com/hytrust/ht-getkey1"
-"ibm/appsody-application-operator" = "registry.connect.redhat.com/ibm/appsody-application-operator"
-"ibm/appsody-operator-certified-bundle" = "registry.connect.redhat.com/ibm/appsody-operator-certified-bundle"
+"hpestorage/xspc-csi-operator-bundle" = "registry.redhat.io/hpestorage/xspc-csi-operator-bundle"
 "ibm/aspera-hsts-aej" = "registry.connect.redhat.com/ibm/aspera-hsts-aej"
 "ibm/aspera-hsts-ascp-server" = "registry.connect.redhat.com/ibm/aspera-hsts-ascp-server"
 "ibm/aspera-hsts-asperanode" = "registry.connect.redhat.com/ibm/aspera-hsts-asperanode"
-"ibm/aspera-hsts-catalog" = "registry.connect.redhat.com/ibm/aspera-hsts-catalog"
-"ibm/aspera-hsts-configurator" = "registry.connect.redhat.com/ibm/aspera-hsts-configurator"
 "ibm/aspera-hsts-election" = "registry.connect.redhat.com/ibm/aspera-hsts-election"
-"ibm/aspera-hsts-engine" = "registry.connect.redhat.com/ibm/aspera-hsts-engine"
-"ibm/aspera-hsts-kms" = "registry.connect.redhat.com/ibm/aspera-hsts-kms"
-"ibm/aspera-hsts-operator" = "registry.connect.redhat.com/ibm/aspera-hsts-operator"
-"ibm/aspera-hsts-scheduler" = "registry.connect.redhat.com/ibm/aspera-hsts-scheduler"
 "ibm/aspera-hsts-tcp-proxy" = "registry.connect.redhat.com/ibm/aspera-hsts-tcp-proxy"
 "ibm/aspera-hsts-utils" = "registry.connect.redhat.com/ibm/aspera-hsts-utils"
-"ibm/cadvisor-ppc64le" = "registry.connect.redhat.com/ibm/cadvisor-ppc64le"
-"ibm/caffe" = "registry.connect.redhat.com/ibm/caffe"
-"ibm/cassandra-ppc64le" = "registry.connect.redhat.com/ibm/cassandra-ppc64le"
-"ibmcom/acecc-ecp" = "docker.io/ibmcom/acecc-ecp"
-"ibmcom/acecc-proxy" = "docker.io/ibmcom/acecc-proxy"
-"ibmcom/cem-operator" = "docker.io/ibmcom/cem-operator"
-"ibmcom/datapower" = "docker.io/ibmcom/datapower"
-"ibmcom/datapower-operator-conversion-webhook" = "docker.io/ibmcom/datapower-operator-conversion-webhook"
-"ibmcom/datapower-operator" = "docker.io/ibmcom/datapower-operator"
-"ibmcom" = "docker.io/ibmcom"
-"ibmcom/ibmcloud-object-storage-driver" = "docker.io/ibmcom/ibmcloud-object-storage-driver"
-"ibmcom/ibm-eventstreams-operator" = "docker.io/ibmcom/ibm-eventstreams-operator"
-"ibmcom/ibm-eventstreams-operator-init" = "docker.io/ibmcom/ibm-eventstreams-operator-init"
-"ibmcom/ibm-itx-rs-operator" = "docker.io/ibmcom/ibm-itx-rs-operator"
-"ibmcom/ibm-mq-operator" = "docker.io/ibmcom/ibm-mq-operator"
-"ibmcom/ibm-sample-panamax-operator" = "docker.io/ibmcom/ibm-sample-panamax-operator"
-"ibmcom/ibp-operator" = "docker.io/ibmcom/ibp-operator"
-"ibmcom/mq" = "docker.io/ibmcom/mq"
-"ibm/compare-and-comply" = "registry.connect.redhat.com/ibm/compare-and-comply"
-"ibmcom/voice-agent-tester" = "docker.io/ibmcom/voice-agent-tester"
-"ibmcom/voice-gateway-codec-g729" = "docker.io/ibmcom/voice-gateway-codec-g729"
-"ibmcom/voice-gateway-mr" = "docker.io/ibmcom/voice-gateway-mr"
-"ibmcom/voice-gateway-sms" = "docker.io/ibmcom/voice-gateway-sms"
-"ibmcom/voice-gateway-so" = "docker.io/ibmcom/voice-gateway-so"
-"ibmcom/voice-gateway-stt-adapter" = "docker.io/ibmcom/voice-gateway-stt-adapter"
-"ibmcom/voice-gateway-tts-adapter" = "docker.io/ibmcom/voice-gateway-tts-adapter"
-"ibm/couchdb2" = "registry.connect.redhat.com/ibm/couchdb2"
-"ibm/couchdb-operator-certified-bundle" = "registry.connect.redhat.com/ibm/couchdb-operator-certified-bundle"
-"ibm/couchdb-operator-mgmt" = "registry.connect.redhat.com/ibm/couchdb-operator-mgmt"
-"ibm/couchdb-operator" = "registry.connect.redhat.com/ibm/couchdb-operator"
-"ibm-edge/airgap-download-ui" = "registry.connect.redhat.com/ibm-edge/airgap-download-ui"
-"ibm-edge/bas-operator-dashboard" = "registry.connect.redhat.com/ibm-edge/bas-operator-dashboard"
-"ibm-edge/behavior-analytics-services-operator-bundle" = "registry.connect.redhat.com/ibm-edge/behavior-analytics-services-operator-bundle"
-"ibm-edge/behavior-analytics-services-operator" = "registry.connect.redhat.com/ibm-edge/behavior-analytics-services-operator"
-"ibm-edge/data-explorer-dashboard" = "registry.connect.redhat.com/ibm-edge/data-explorer-dashboard"
-"ibm-edge/data-explorer-operator-bundle" = "registry.connect.redhat.com/ibm-edge/data-explorer-operator-bundle"
-"ibm-edge/dataexplorer-operator-bundle" = "registry.connect.redhat.com/ibm-edge/dataexplorer-operator-bundle"
-"ibm-edge/data-explorer-operator" = "registry.connect.redhat.com/ibm-edge/data-explorer-operator"
-"ibm-edge/event-api" = "registry.connect.redhat.com/ibm-edge/event-api"
-"ibm-edge/event-reader" = "registry.connect.redhat.com/ibm-edge/event-reader"
-"ibm-edge/event-scheduler" = "registry.connect.redhat.com/ibm-edge/event-scheduler"
-"ibm-edge/growth-stack-base" = "registry.connect.redhat.com/ibm-edge/growth-stack-base"
-"ibm-edge/growth-stack-operator-bundle" = "registry.connect.redhat.com/ibm-edge/growth-stack-operator-bundle"
-"ibm-edge/growth-stack-operator" = "registry.connect.redhat.com/ibm-edge/growth-stack-operator"
-"ibm-edge/node-red-backup-restore" = "registry.connect.redhat.com/ibm-edge/node-red-backup-restore"
-"ibm-edge/node-red-operator-bundle" = "registry.connect.redhat.com/ibm-edge/node-red-operator-bundle"
-"ibm-edge/node-red-operator" = "registry.connect.redhat.com/ibm-edge/node-red-operator"
-"ibm-edge/node-red" = "registry.connect.redhat.com/ibm-edge/node-red"
-"ibm-edge/pgo-client" = "registry.connect.redhat.com/ibm-edge/pgo-client"
-"ibm-edge/prometheus-scheduler" = "registry.connect.redhat.com/ibm-edge/prometheus-scheduler"
-"ibm-edge/reverse-proxy" = "registry.connect.redhat.com/ibm-edge/reverse-proxy"
-"ibm-edge/store-api" = "registry.connect.redhat.com/ibm-edge/store-api"
-"ibm/fluentd1" = "registry.connect.redhat.com/ibm/fluentd1"
-"ibm/gerrit3" = "registry.connect.redhat.com/ibm/gerrit3"
-"ibm/guardium-external-s-tap-v113" = "registry.connect.redhat.com/ibm/guardium-external-s-tap-v113"
-"ibm/ibm-acecc-configurator-dev" = "registry.connect.redhat.com/ibm/ibm-acecc-configurator-dev"
-"ibm/ibm-acecc-configurator-prod" = "registry.connect.redhat.com/ibm/ibm-acecc-configurator-prod"
-"ibm/ibm-acecc-infra-dev" = "registry.connect.redhat.com/ibm/ibm-acecc-infra-dev"
-"ibm/ibm-acecc-infra-prod" = "registry.connect.redhat.com/ibm/ibm-acecc-infra-prod"
-"ibm/ibm-app-connect-flowdoc-authoring-prod" = "registry.connect.redhat.com/ibm/ibm-app-connect-flowdoc-authoring-prod"
-"ibm/ibm-app-connect-proxy-prod" = "registry.connect.redhat.com/ibm/ibm-app-connect-proxy-prod"
-"ibm/ibm-app-connect-runtime-prod" = "registry.connect.redhat.com/ibm/ibm-app-connect-runtime-prod"
-"ibm/ibm-app-connect-ui-prod" = "registry.connect.redhat.com/ibm/ibm-app-connect-ui-prod"
-"ibm/ibm-block-csi-operator-bundle" = "registry.connect.redhat.com/ibm/ibm-block-csi-operator-bundle"
-"ibm/ibm-block-csi-operator" = "registry.connect.redhat.com/ibm/ibm-block-csi-operator"
-"ibm/ibmjava8-jre-ubi8-minimal" = "registry.connect.redhat.com/ibm/ibmjava8-jre-ubi8-minimal"
-"ibm/ibmjava8-jre-ubi8" = "registry.connect.redhat.com/ibm/ibmjava8-jre-ubi8"
+"ibm/db2-eventstore" = "registry.connect.redhat.com/ibm/db2-eventstore"
+"ibm/ibm-cics-tx-on-cloud" = "registry.connect.redhat.com/ibm/ibm-cics-tx-on-cloud"
+"ibm/ibmjava8-sdko-ubi8" = "registry.connect.redhat.com/ibm/ibmjava8-sdko-ubi8"
 "ibm/ibmjava8-sdk-ubi8-minimal" = "registry.connect.redhat.com/ibm/ibmjava8-sdk-ubi8-minimal"
 "ibm/ibmjava8-sdk-ubi8" = "registry.connect.redhat.com/ibm/ibmjava8-sdk-ubi8"
-"ibm/ibmjava8-sfj-ubi8" = "registry.connect.redhat.com/ibm/ibmjava8-sfj-ubi8"
-"ibm/ibm-spectrum-scale-csi-driver" = "registry.connect.redhat.com/ibm/ibm-spectrum-scale-csi-driver"
-"ibm/ibm-spectrum-scale-csi-operator-bundle" = "registry.connect.redhat.com/ibm/ibm-spectrum-scale-csi-operator-bundle"
+"ibm/ibm-spectrum-scale-csi-driver" = "registry.redhat.io/ibm/ibm-spectrum-scale-csi-driver"
 "ibm/ibm-spectrum-scale-csi-operator" = "registry.connect.redhat.com/ibm/ibm-spectrum-scale-csi-operator"
-"ibm/ibm-tas-bundle" = "registry.connect.redhat.com/ibm/ibm-tas-bundle"
-"ibm/ibmtririgaoperatorbundlelatest" = "registry.connect.redhat.com/ibm/ibmtririgaoperatorbundlelatest"
-"ibm/influxdb" = "registry.connect.redhat.com/ibm/influxdb"
-"ibm/memcached-ppc64le" = "registry.connect.redhat.com/ibm/memcached-ppc64le"
-"ibm/odm-dbserver" = "registry.connect.redhat.com/ibm/odm-dbserver"
-"ibm/odm-decisioncenter" = "registry.connect.redhat.com/ibm/odm-decisioncenter"
-"ibm/odm-decisionrunner" = "registry.connect.redhat.com/ibm/odm-decisionrunner"
-"ibm/odm-decisionserverconsole" = "registry.connect.redhat.com/ibm/odm-decisionserverconsole"
-"ibm/odm-decisionserverruntime" = "registry.connect.redhat.com/ibm/odm-decisionserverruntime"
-"ibm/open-liberty-operator-bundle" = "registry.connect.redhat.com/ibm/open-liberty-operator-bundle"
-"ibm/open-liberty-operator" = "registry.connect.redhat.com/ibm/open-liberty-operator"
-"ibm/open-liberty-samples" = "registry.connect.redhat.com/ibm/open-liberty-samples"
-"ibm/pai4sk" = "registry.connect.redhat.com/ibm/pai4sk"
-"ibm/pytorch" = "registry.connect.redhat.com/ibm/pytorch"
-"ibm/redis3" = "registry.connect.redhat.com/ibm/redis3"
-"ibm/runtime-component-operator-bundle" = "registry.connect.redhat.com/ibm/runtime-component-operator-bundle"
-"ibm/runtime-component-operator" = "registry.connect.redhat.com/ibm/runtime-component-operator"
-"ibm/spectrum-symphony-operator-bundle" = "registry.connect.redhat.com/ibm/spectrum-symphony-operator-bundle"
-"ibm/spectrum-symphony-operator" = "registry.connect.redhat.com/ibm/spectrum-symphony-operator"
-"ibm/tensorflow" = "registry.connect.redhat.com/ibm/tensorflow"
-"ibm/tidb-ppc64le" = "registry.connect.redhat.com/ibm/tidb-ppc64le"
-"ibm/trans-advisor-operator-bundle" = "registry.connect.redhat.com/ibm/trans-advisor-operator-bundle"
-"ibm/trans-advisor-operator" = "registry.connect.redhat.com/ibm/trans-advisor-operator"
-"ibm/transformation-advisor-operator-testproject" = "registry.connect.redhat.com/ibm/transformation-advisor-operator-testproject"
-"ibm/wmlce" = "registry.connect.redhat.com/ibm/wmlce"
-"ibm/xgboost" = "registry.connect.redhat.com/ibm/xgboost"
-"infinidat/cinder-volume" = "registry.connect.redhat.com/infinidat/cinder-volume"
-"infinidat/infinibox-csidriver-certified" = "registry.connect.redhat.com/infinidat/infinibox-csidriver-certified"
-"infinidat/infinibox-operator-certified-bundle" = "registry.connect.redhat.com/infinidat/infinibox-operator-certified-bundle"
-"infinidat/infinibox-operator-certified" = "registry.connect.redhat.com/infinidat/infinibox-operator-certified"
-"infinidat/infinidat-csi-operator" = "docker.io/infinidat/infinidat-csi-operator"
-"influxdata/influxdb-1x" = "registry.connect.redhat.com/influxdata/influxdb-1x"
-"influxdata/telegraf-1x" = "registry.connect.redhat.com/influxdata/telegraf-1x"
-"infoblox/rhosp13-infoblox-ipam-agent" = "registry.connect.redhat.com/infoblox/rhosp13-infoblox-ipam-agent"
+"ibm/operator-image" = "registry.connect.redhat.com/ibm/operator-image"
+"ibm/pai4sk" = "registry.redhat.io/ibm/pai4sk"
+"ibm/pfs-prod" = "registry.connect.redhat.com/ibm/pfs-prod"
+"ibm/rapids" = "registry.redhat.io/ibm/rapids"
+"ibm/trans-advisor-operator" = "registry.redhat.io/ibm/trans-advisor-operator"
+"ibm/transformation-advisor-operator-testproject" = "registry.redhat.io/ibm/transformation-advisor-operator-testproject"
+"infoblox/rhosp13-infoblox-ipam-agent" = "registry.redhat.io/infoblox/rhosp13-infoblox-ipam-agent"
 "instana/agent" = "registry.connect.redhat.com/instana/agent"
-"instana/instana-agent-operator-bundle" = "registry.connect.redhat.com/instana/instana-agent-operator-bundle"
-"integration/rh-integration-operator-bundle" = "registry.access.redhat.com/integration/rh-integration-operator-bundle"
-"integration/rh-integration-rhel8-operator" = "registry.access.redhat.com/integration/rh-integration-rhel8-operator"
-"integration/rhi-rhel8-operator" = "registry.access.redhat.com/integration/rhi-rhel8-operator"
-"integration/service-registry-rhel8-operator-metadata" = "registry.access.redhat.com/integration/service-registry-rhel8-operator-metadata"
-"integration/service-registry-rhel8-operator" = "registry.access.redhat.com/integration/service-registry-rhel8-operator"
-"integration/service-registry-streams-rhel8" = "registry.access.redhat.com/integration/service-registry-streams-rhel8"
-"intel/n3000-daemon" = "registry.connect.redhat.com/intel/n3000-daemon"
-"intel/n3000-driver" = "registry.connect.redhat.com/intel/n3000-driver"
-"intel/n3000-labeler" = "registry.connect.redhat.com/intel/n3000-labeler"
-"intel/n3000-monitoring" = "registry.connect.redhat.com/intel/n3000-monitoring"
-"intel/n3000-operator-bundle" = "registry.connect.redhat.com/intel/n3000-operator-bundle"
-"intel/n3000-operator" = "registry.connect.redhat.com/intel/n3000-operator"
-"intel/sriov-fec-daemon" = "registry.connect.redhat.com/intel/sriov-fec-daemon"
-"intel/sriov-fec-operator-bundle" = "registry.connect.redhat.com/intel/sriov-fec-operator-bundle"
-"intel/sriov-fec-operator" = "registry.connect.redhat.com/intel/sriov-fec-operator"
-"introspective-networks/smokevpn1" = "registry.connect.redhat.com/introspective-networks/smokevpn1"
-"isovalent/cilium-olm" = "registry.connect.redhat.com/isovalent/cilium-olm"
-"isovalent/cilium" = "registry.connect.redhat.com/isovalent/cilium"
+"integration/camel-k-rhel8-operator-bundle" = "registry.redhat.io/integration/camel-k-rhel8-operator-bundle"
+"integration/camel-k-rhel8-operator" = "registry.redhat.io/integration/camel-k-rhel8-operator"
+"integration/rh-integration-operator-bundle" = "registry.redhat.io/integration/rh-integration-operator-bundle"
+"integration/rh-integration-rhel8-operator" = "registry.redhat.io/integration/rh-integration-rhel8-operator"
+"integration/rhi-rhel8-operator" = "registry.redhat.io/integration/rhi-rhel8-operator"
+"integration/service-registry-kafkasql-rhel8" = "registry.redhat.io/integration/service-registry-kafkasql-rhel8"
+"integration/service-registry-rhel8-operator-metadata" = "registry.redhat.io/integration/service-registry-rhel8-operator-metadata"
+"integration/service-registry-rhel8-operator" = "registry.redhat.io/integration/service-registry-rhel8-operator"
+"integration/service-registry-sql-rhel8" = "registry.redhat.io/integration/service-registry-sql-rhel8"
+"integration/service-registry-streams-rhel8" = "registry.redhat.io/integration/service-registry-streams-rhel8"
+"intel/tensorflow-mpi-horovod" = "registry.connect.redhat.com/intel/tensorflow-mpi-horovod"
+"intel/tensorflow" = "registry.redhat.io/intel/tensorflow"
 "isovalent/operator-generic" = "registry.connect.redhat.com/isovalent/operator-generic"
 "jboss-amq-6/amq63-openshift" = "registry.access.redhat.com/jboss-amq-6/amq63-openshift"
-"jboss-datagrid-7/datagrid73-openj9-11-openshift-rhel8" = "registry.access.redhat.com/jboss-datagrid-7/datagrid73-openj9-11-openshift-rhel8"
+"jboss-datagrid-7/datagrid73-openj9-11-openshift-rhel8" = "registry.redhat.io/jboss-datagrid-7/datagrid73-openj9-11-openshift-rhel8"
 "jboss-datagrid-7/datagrid73-openshift" = "registry.access.redhat.com/jboss-datagrid-7/datagrid73-openshift"
 "jboss-datavirt-6/datavirt64-driver-openshift" = "registry.access.redhat.com/jboss-datavirt-6/datavirt64-driver-openshift"
 "jboss-datavirt-6/datavirt64-openshift" = "registry.access.redhat.com/jboss-datavirt-6/datavirt64-openshift"
 "jboss-eap-6/eap64-openshift" = "registry.access.redhat.com/jboss-eap-6/eap64-openshift"
-"jboss-eap-7/eap72-openj9-11-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap72-openj9-11-openshift-rhel8"
-"jboss-eap-7/eap73-openj9-11-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap73-openj9-11-openshift-rhel8"
-"jboss-eap-7/eap73-openj9-11-runtime-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap73-openj9-11-runtime-openshift-rhel8"
-"jboss-eap-7/eap73-openjdk11-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap73-openjdk11-openshift-rhel8"
-"jboss-eap-7/eap73-openjdk11-runtime-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap73-openjdk11-runtime-openshift-rhel8"
-"jboss-eap-7/eap73-openjdk8-openshift-rhel7" = "registry.access.redhat.com/jboss-eap-7/eap73-openjdk8-openshift-rhel7"
-"jboss-eap-7/eap73-openjdk8-runtime-openshift-rhel7" = "registry.access.redhat.com/jboss-eap-7/eap73-openjdk8-runtime-openshift-rhel7"
-"jboss-eap-7/eap73-rhel8-operator-bundle" = "registry.access.redhat.com/jboss-eap-7/eap73-rhel8-operator-bundle"
-"jboss-eap-7/eap73-rhel8-operator" = "registry.access.redhat.com/jboss-eap-7/eap73-rhel8-operator"
-"jboss-eap-7/eap-xp1-openj9-11-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp1-openj9-11-openshift-rhel8"
-"jboss-eap-7/eap-xp1-openj9-11-runtime-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp1-openj9-11-runtime-openshift-rhel8"
-"jboss-eap-7/eap-xp1-openjdk11-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp1-openjdk11-openshift-rhel8"
-"jboss-eap-7/eap-xp1-openjdk11-runtime-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp1-openjdk11-runtime-openshift-rhel8"
-"jboss-eap-7/eap-xp1-openjdk8-openshift-rhel7" = "registry.access.redhat.com/jboss-eap-7/eap-xp1-openjdk8-openshift-rhel7"
-"jboss-eap-7/eap-xp1-openjdk8-runtime-openshift-rhel7" = "registry.access.redhat.com/jboss-eap-7/eap-xp1-openjdk8-runtime-openshift-rhel7"
-"jboss-eap-7/eap-xp2-openj9-11-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp2-openj9-11-openshift-rhel8"
-"jboss-eap-7/eap-xp2-openj9-11-runtime-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp2-openj9-11-runtime-openshift-rhel8"
-"jboss-eap-7/eap-xp2-openjdk11-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp2-openjdk11-openshift-rhel8"
-"jboss-eap-7/eap-xp2-openjdk11-runtime-openshift-rhel8" = "registry.access.redhat.com/jboss-eap-7/eap-xp2-openjdk11-runtime-openshift-rhel8"
-"jboss-eap-7/eap-xp2-openjdk8-openshift-rhel7" = "registry.access.redhat.com/jboss-eap-7/eap-xp2-openjdk8-openshift-rhel7"
-"jboss-eap-7/eap-xp2-openjdk8-runtime-openshift-rhel7" = "registry.access.redhat.com/jboss-eap-7/eap-xp2-openjdk8-runtime-openshift-rhel7"
+"jboss-eap-7/eap72-openj9-11-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap72-openj9-11-openshift-rhel8"
+"jboss-eap-7/eap73-openj9-11-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap73-openj9-11-openshift-rhel8"
+"jboss-eap-7/eap73-openj9-11-runtime-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap73-openj9-11-runtime-openshift-rhel8"
+"jboss-eap-7/eap73-openjdk11-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap73-openjdk11-openshift-rhel8"
+"jboss-eap-7/eap73-openjdk11-runtime-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap73-openjdk11-runtime-openshift-rhel8"
+"jboss-eap-7/eap73-openjdk8-openshift-rhel7" = "registry.redhat.io/jboss-eap-7/eap73-openjdk8-openshift-rhel7"
+"jboss-eap-7/eap73-openjdk8-runtime-openshift-rhel7" = "registry.redhat.io/jboss-eap-7/eap73-openjdk8-runtime-openshift-rhel7"
+"jboss-eap-7/eap73-rhel8-operator-bundle" = "registry.redhat.io/jboss-eap-7/eap73-rhel8-operator-bundle"
+"jboss-eap-7/eap73-rhel8-operator" = "registry.redhat.io/jboss-eap-7/eap73-rhel8-operator"
+"jboss-eap-7/eap74-openjdk11-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap74-openjdk11-openshift-rhel8"
+"jboss-eap-7/eap74-openjdk8-openshift-rhel7" = "registry.redhat.io/jboss-eap-7/eap74-openjdk8-openshift-rhel7"
+"jboss-eap-7/eap-xp2-openj9-11-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap-xp2-openj9-11-openshift-rhel8"
+"jboss-eap-7/eap-xp2-openj9-11-runtime-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap-xp2-openj9-11-runtime-openshift-rhel8"
+"jboss-eap-7/eap-xp2-openjdk11-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap-xp2-openjdk11-openshift-rhel8"
+"jboss-eap-7/eap-xp2-openjdk11-runtime-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap-xp2-openjdk11-runtime-openshift-rhel8"
+"jboss-eap-7/eap-xp2-openjdk8-openshift-rhel7" = "registry.redhat.io/jboss-eap-7/eap-xp2-openjdk8-openshift-rhel7"
+"jboss-eap-7/eap-xp2-openjdk8-runtime-openshift-rhel7" = "registry.redhat.io/jboss-eap-7/eap-xp2-openjdk8-runtime-openshift-rhel7"
+"jboss-eap-7/eap-xp3-openj9-11-openshift-rhel8" = "registry.redhat.io/jboss-eap-7/eap-xp3-openj9-11-openshift-rhel8"
 "jboss-fuse-6/fis-java-openshift" = "registry.access.redhat.com/jboss-fuse-6/fis-java-openshift"
 "jboss-fuse-6/fis-karaf-openshift" = "registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift"
-"jboss-webserver-3/webserver31-tomcat7-openshift" = "registry.access.redhat.com/jboss-webserver-3/webserver31-tomcat7-openshift"
-"jboss-webserver-3/webserver31-tomcat8-openshift" = "registry.access.redhat.com/jboss-webserver-3/webserver31-tomcat8-openshift"
-"jboss-webserver-5/webserver54-openj9-11-tomcat9-openshift-rhel8" = "registry.access.redhat.com/jboss-webserver-5/webserver54-openj9-11-tomcat9-openshift-rhel8"
-"jboss-webserver-5/webserver54-openjdk11-tomcat9-openshift-rhel7" = "registry.access.redhat.com/jboss-webserver-5/webserver54-openjdk11-tomcat9-openshift-rhel7"
-"jboss-webserver-5/webserver54-openjdk11-tomcat9-openshift-rhel8" = "registry.access.redhat.com/jboss-webserver-5/webserver54-openjdk11-tomcat9-openshift-rhel8"
-"jboss-webserver-5/webserver54-openjdk8-tomcat9-openshift-rhel7" = "registry.access.redhat.com/jboss-webserver-5/webserver54-openjdk8-tomcat9-openshift-rhel7"
-"jboss-webserver-5/webserver54-openjdk8-tomcat9-openshift-rhel8" = "registry.access.redhat.com/jboss-webserver-5/webserver54-openjdk8-tomcat9-openshift-rhel8"
-"jennifersoft/java-agent" = "registry.connect.redhat.com/jennifersoft/java-agent"
+"jboss-webserver-5/webserver55-openj9-11-tomcat9-openshift-rhel8" = "registry.redhat.io/jboss-webserver-5/webserver55-openj9-11-tomcat9-openshift-rhel8"
+"jboss-webserver-5/webserver55-openjdk11-tomcat9-openshift-rhel8" = "registry.redhat.io/jboss-webserver-5/webserver55-openjdk11-tomcat9-openshift-rhel8"
+"jboss-webserver-5/webserver55-openjdk8-tomcat9-openshift-rhel8" = "registry.redhat.io/jboss-webserver-5/webserver55-openjdk8-tomcat9-openshift-rhel8"
+"jboss-webserver-5/webserver-openjdk8-operator-bundle" = "registry.redhat.io/jboss-webserver-5/webserver-openjdk8-operator-bundle"
+"jboss-webserver-5/webserver-openjdk8-rhel8-operator" = "registry.redhat.io/jboss-webserver-5/webserver-openjdk8-rhel8-operator"
 "jetstack/cert-manager-operator-bundle" = "registry.connect.redhat.com/jetstack/cert-manager-operator-bundle"
-"jfrog/artifactory-operator-bundle" = "registry.connect.redhat.com/jfrog/artifactory-operator-bundle"
-"jfrog/artifactory-operator" = "registry.connect.redhat.com/jfrog/artifactory-operator"
-"jfrog/artifactory-pro" = "registry.connect.redhat.com/jfrog/artifactory-pro"
-"jfrog/init" = "registry.connect.redhat.com/jfrog/init"
-"jfrog/pipelines-api" = "registry.connect.redhat.com/jfrog/pipelines-api"
-"jfrog/pipelines-init" = "registry.connect.redhat.com/jfrog/pipelines-init"
-"jfrog/pipelines-installer" = "registry.connect.redhat.com/jfrog/pipelines-installer"
-"jfrog/pipelines-micro" = "registry.connect.redhat.com/jfrog/pipelines-micro"
-"jfrog/pipelines-node" = "registry.connect.redhat.com/jfrog/pipelines-node"
-"jfrog/pipelines-operator-bundle" = "registry.connect.redhat.com/jfrog/pipelines-operator-bundle"
-"jfrog/pipelines-operator" = "registry.connect.redhat.com/jfrog/pipelines-operator"
-"jfrog/pipelines-rabbitmq" = "registry.connect.redhat.com/jfrog/pipelines-rabbitmq"
-"jfrog/pipelines-router" = "registry.connect.redhat.com/jfrog/pipelines-router"
-"jfrog/pipelines-vault-init" = "registry.connect.redhat.com/jfrog/pipelines-vault-init"
-"jfrog/pipelines-vault" = "registry.connect.redhat.com/jfrog/pipelines-vault"
-"jfrog/pipelines-www" = "registry.connect.redhat.com/jfrog/pipelines-www"
-"jfrog/xray-analysis" = "registry.connect.redhat.com/jfrog/xray-analysis"
-"jfrog/xray-indexer" = "registry.connect.redhat.com/jfrog/xray-indexer"
-"jfrog/xray-operator-bundle" = "registry.connect.redhat.com/jfrog/xray-operator-bundle"
-"jfrog/xray-operator" = "registry.connect.redhat.com/jfrog/xray-operator"
-"jfrog/xray-persist" = "registry.connect.redhat.com/jfrog/xray-persist"
-"jfrog/xray-rabbitmq" = "registry.connect.redhat.com/jfrog/xray-rabbitmq"
-"jfrog/xray-router" = "registry.connect.redhat.com/jfrog/xray-router"
-"jfrog/xray-server" = "registry.connect.redhat.com/jfrog/xray-server"
-"jinfonet/jreport-server15" = "registry.connect.redhat.com/jinfonet/jreport-server15"
 "joget/joget-dx7-eap7" = "registry.connect.redhat.com/joget/joget-dx7-eap7"
-"joget/joget-dx-operator-bundle" = "registry.connect.redhat.com/joget/joget-dx-operator-bundle"
-"joget/joget-dx-operator" = "registry.connect.redhat.com/joget/joget-dx-operator"
-"kasten/k10-operator" = "registry.connect.redhat.com/kasten/k10-operator"
-"kasten/kasten-bundle" = "registry.connect.redhat.com/kasten/kasten-bundle"
-"kong/kong-ingress-controller" = "registry.connect.redhat.com/kong/kong-ingress-controller"
-"kong/kong-offline-operator1-bundle" = "registry.connect.redhat.com/kong/kong-offline-operator1-bundle"
-"kong/kong-offline-operator1" = "registry.connect.redhat.com/kong/kong-offline-operator1"
+"joget/v6013" = "registry.connect.redhat.com/joget/v6013"
 "kong/kong-operator1" = "registry.connect.redhat.com/kong/kong-operator1"
-"kong/kong" = "registry.connect.redhat.com/kong/kong"
-"kubemq/kubemq-bridges" = "registry.connect.redhat.com/kubemq/kubemq-bridges"
-"kubemq/kubemq-operator-bundle" = "registry.connect.redhat.com/kubemq/kubemq-operator-bundle"
-"kubemq/kubemq-operator" = "registry.connect.redhat.com/kubemq/kubemq-operator"
-"kubemq/kubemq-sources" = "registry.connect.redhat.com/kubemq/kubemq-sources"
-"kubemq/kubemq-targets" = "registry.connect.redhat.com/kubemq/kubemq-targets"
-"kubemq/kubemq-uni" = "registry.connect.redhat.com/kubemq/kubemq-uni"
-"kx/kdb" = "registry.connect.redhat.com/kx/kdb"
-"labsai/eddi-operator-bundle" = "registry.connect.redhat.com/labsai/eddi-operator-bundle"
-"labsai/eddi-operator" = "registry.connect.redhat.com/labsai/eddi-operator"
-"labsai/eddi" = "registry.connect.redhat.com/labsai/eddi"
-"lacework/lacework-agent" = "registry.connect.redhat.com/lacework/lacework-agent"
-"layers/splunk/splunk/7.3-redhat/images/sha256-55050c2097d994abc0e6d1c9f7fd0f0c2fb5f4019a9b1e094ffdf33a70a" = "hub.docker.com/layers/splunk/splunk/7.3-redhat/images/sha256-55050c2097d994abc0e6d1c9f7fd0f0c2fb5f4019a9b1e094ffdf33a70a"
-"lightbend/akka-cluster-demo" = "registry.connect.redhat.com/lightbend/akka-cluster-demo"
-"linbit/drbd-9" = "registry.connect.redhat.com/linbit/drbd-9"
-"linbit/linstor-controller" = "registry.connect.redhat.com/linbit/linstor-controller"
+"linbit/linstor-client" = "registry.redhat.io/linbit/linstor-client"
+"linbit/linstor-controller2" = "registry.connect.redhat.com/linbit/linstor-controller2"
+"linbit/linstor-controller" = "registry.redhat.io/linbit/linstor-controller"
 "linbit/linstor-csi" = "registry.connect.redhat.com/linbit/linstor-csi"
-"linbit/linstor-operator-bundle" = "registry.connect.redhat.com/linbit/linstor-operator-bundle"
-"linbit/linstor-operator" = "registry.connect.redhat.com/linbit/linstor-operator"
-"linbit/linstor-satellite" = "registry.connect.redhat.com/linbit/linstor-satellite"
-"lucep/omnipath" = "registry.connect.redhat.com/lucep/omnipath"
-"maprtech/csi-kdfplugin" = "registry.connect.redhat.com/maprtech/csi-kdfplugin"
-"maprtech/csi-kdfprovisioner" = "registry.connect.redhat.com/maprtech/csi-kdfprovisioner"
-"maprtech/csi-nfsplugin" = "registry.connect.redhat.com/maprtech/csi-nfsplugin"
-"maprtech/hpe-ezmeral-csi-operator-bundle" = "registry.connect.redhat.com/maprtech/hpe-ezmeral-csi-operator-bundle"
-"maprtech/hpe-ezmeral-csi-operator" = "registry.connect.redhat.com/maprtech/hpe-ezmeral-csi-operator"
-"mattermost/mattermost-410-enterprise-edition" = "registry.connect.redhat.com/mattermost/mattermost-410-enterprise-edition"
-"mattermost/mattermost-enterprise-edition-5" = "registry.connect.redhat.com/mattermost/mattermost-enterprise-edition-5"
-"mayadata/m-apiserver" = "registry.connect.redhat.com/mayadata/m-apiserver"
-"mayadata/m-exporter" = "registry.connect.redhat.com/mayadata/m-exporter"
-"memsql/node" = "registry.connect.redhat.com/memsql/node"
-"memsql/operator-bundle" = "registry.connect.redhat.com/memsql/operator-bundle"
-"memsql/operator" = "registry.connect.redhat.com/memsql/operator"
-"memsql/quickstart" = "registry.connect.redhat.com/memsql/quickstart"
-"mongodb/enterprise-database" = "registry.connect.redhat.com/mongodb/enterprise-database"
-"mongodb/enterprise-operator-bundle" = "registry.connect.redhat.com/mongodb/enterprise-operator-bundle"
-"mongodb/enterprise-operator" = "registry.connect.redhat.com/mongodb/enterprise-operator"
+"linbit/linstor" = "registry.redhat.io/linbit/linstor"
+"migration-toolkit-virtualization/mtv-controller-rhel8" = "registry.redhat.io/migration-toolkit-virtualization/mtv-controller-rhel8"
+"migration-toolkit-virtualization/mtv-must-gather-rhel8" = "registry.access.redhat.com/migration-toolkit-virtualization/mtv-must-gather-rhel8"
+"migration-toolkit-virtualization/mtv-operator-bundle" = "registry.redhat.io/migration-toolkit-virtualization/mtv-operator-bundle"
+"migration-toolkit-virtualization/mtv-rhel8-operator" = "registry.access.redhat.com/migration-toolkit-virtualization/mtv-rhel8-operator"
+"migration-toolkit-virtualization/mtv-ui-rhel8" = "registry.access.redhat.com/migration-toolkit-virtualization/mtv-ui-rhel8"
+"migration-toolkit-virtualization/mtv-validation-rhel8" = "registry.access.redhat.com/migration-toolkit-virtualization/mtv-validation-rhel8"
+"minio/minio-operator1" = "registry.redhat.io/minio/minio-operator1"
+"minio/minio-operator" = "registry.redhat.io/minio/minio-operator"
 "mongodb/init-appdb" = "registry.connect.redhat.com/mongodb/init-appdb"
-"mongodb/mongodb-enterprise-appdb" = "registry.connect.redhat.com/mongodb/mongodb-enterprise-appdb"
-"mongodb/mongodb-enterprise-init-appdb" = "registry.connect.redhat.com/mongodb/mongodb-enterprise-init-appdb"
-"mongodb/mongodb-enterprise-init-database" = "registry.connect.redhat.com/mongodb/mongodb-enterprise-init-database"
-"mongodb/mongodb-enterprise-init-ops-manager" = "registry.connect.redhat.com/mongodb/mongodb-enterprise-init-ops-manager"
-"mongodb/mongodb-enterprise-ops-manager" = "registry.connect.redhat.com/mongodb/mongodb-enterprise-ops-manager"
-"montier/od1" = "registry.connect.redhat.com/montier/od1"
-"nastel/nastel-activemq" = "registry.connect.redhat.com/nastel/nastel-activemq"
-"nastel/nastel-ap-domain" = "registry.connect.redhat.com/nastel/nastel-ap-domain"
-"nastel/nastel-domain" = "registry.connect.redhat.com/nastel/nastel-domain"
-"nastel/nastel-kafka" = "registry.connect.redhat.com/nastel/nastel-kafka"
-"nastel/nastel-solr" = "registry.connect.redhat.com/nastel/nastel-solr"
-"nastel/nastel-storm" = "registry.connect.redhat.com/nastel/nastel-storm"
-"nastel/nastel-zookeeper" = "registry.connect.redhat.com/nastel/nastel-zookeeper"
-"nastel/navigator-cm" = "registry.connect.redhat.com/nastel/navigator-cm"
-"nastel/navigator-operator-bundle" = "registry.connect.redhat.com/nastel/navigator-operator-bundle"
-"nastel/navigator-operator" = "registry.connect.redhat.com/nastel/navigator-operator"
-"nastel/navigator-ui" = "registry.connect.redhat.com/nastel/navigator-ui"
-"nastel/navigator-wgs" = "registry.connect.redhat.com/nastel/navigator-wgs"
-"nastel/xray-cep" = "registry.connect.redhat.com/nastel/xray-cep"
-"nastel/xray-dbapi-solr" = "registry.connect.redhat.com/nastel/xray-dbapi-solr"
-"nastel/xray-ml" = "registry.connect.redhat.com/nastel/xray-ml"
-"nastel/xray-storm" = "registry.connect.redhat.com/nastel/xray-storm"
-"nastel/xray-ui" = "registry.connect.redhat.com/nastel/xray-ui"
 "navops-command/web-ui-v13" = "registry.connect.redhat.com/navops-command/web-ui-v13"
+"ncipher/nshieldcontaineroptionpackv1" = "registry.connect.redhat.com/ncipher/nshieldcontaineroptionpackv1"
 "nearform/nearform-s2i-nodejs10" = "registry.connect.redhat.com/nearform/nearform-s2i-nodejs10"
 "nearform/nearform-s2i-nodejs11" = "registry.connect.redhat.com/nearform/nearform-s2i-nodejs11"
 "nearform/nearform-s2i-nodejs8" = "registry.connect.redhat.com/nearform/nearform-s2i-nodejs8"
 "nebulon/csi-driver" = "quay.io/nebulon/csi-driver"
-"neuvector/allinone" = "registry.connect.redhat.com/neuvector/allinone"
-"neuvector/controller" = "registry.connect.redhat.com/neuvector/controller"
-"neuvector/enforcer" = "registry.connect.redhat.com/neuvector/enforcer"
-"neuvector/manager" = "registry.connect.redhat.com/neuvector/manager"
 "neuvector/neuvector-operator-bundle" = "registry.connect.redhat.com/neuvector/neuvector-operator-bundle"
-"neuvector/neuvector-operator" = "registry.connect.redhat.com/neuvector/neuvector-operator"
-"neuvector/scanner" = "registry.connect.redhat.com/neuvector/scanner"
-"newrelic-openshift/java-agent" = "registry.connect.redhat.com/newrelic-openshift/java-agent"
-"newrelic-openshift/newrelic-infra-agent" = "registry.connect.redhat.com/newrelic-openshift/newrelic-infra-agent"
-"newrelic-openshift/newrelic-infrastructure-k8s-1" = "registry.connect.redhat.com/newrelic-openshift/newrelic-infrastructure-k8s-1"
-"newrelic-openshift/newrelic-python-agent" = "registry.connect.redhat.com/newrelic-openshift/newrelic-python-agent"
-"nexenta/rhosp13-openstack-cinder-volume-nexenta" = "registry.connect.redhat.com/nexenta/rhosp13-openstack-cinder-volume-nexenta"
-"nextlabs/pc" = "registry.connect.redhat.com/nextlabs/pc"
-"nginx/nginx-ingress-operator-bundle" = "registry.connect.redhat.com/nginx/nginx-ingress-operator-bundle"
-"nginx/nginx-ingress-operator" = "registry.connect.redhat.com/nginx/nginx-ingress-operator"
-"nginx/nginx-ingress" = "registry.hub.docker.com/nginx/nginx-ingress"
-"nginx" = "registry.hub.docker.com/nginx"
-"nodesource/nsolid-console-rhel7-latest" = "registry.connect.redhat.com/nodesource/nsolid-console-rhel7-latest"
-"nodesource/nsolid-rhel7-latest" = "registry.connect.redhat.com/nodesource/nsolid-rhel7-latest"
-"noiro/aci-containers-controller" = "docker.io/noiro/aci-containers-controller"
-"noiro/cnideploy" = "docker.io/noiro/cnideploy"
-"nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u16" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u16"
-"nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u3"
-"nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u4" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u4"
-"nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u5"
-"nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u6" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u6"
-"nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u9"
+"nextlabs/pc" = "registry.redhat.io/nextlabs/pc"
+"nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u16" = "registry.redhat.io/nuagenetworks/rhosp13-openstack-heat-api-5-4-1-u16"
 "nuagenetworks/rhosp13-openstack-heat-api-6-0-10" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-6-0-10"
-"nuagenetworks/rhosp13-openstack-heat-api-6-0-3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-6-0-3"
-"nuagenetworks/rhosp13-openstack-heat-api-6-0-5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-6-0-5"
 "nuagenetworks/rhosp13-openstack-heat-api-6-0-7" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-6-0-7"
 "nuagenetworks/rhosp13-openstack-heat-api-6-0-9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-6-0-9"
 "nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u16" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u16"
-"nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u3"
-"nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u4" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u4"
-"nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u5"
-"nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u6" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u6"
-"nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-5-4-1-u9"
 "nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-10" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-10"
-"nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-3"
-"nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-5"
 "nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-7" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-7"
 "nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-api-cfn-6-0-9"
 "nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u16" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u16"
-"nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u3"
-"nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u4" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u4"
-"nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u5"
-"nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u6" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u6"
-"nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-5-4-1-u9"
 "nuagenetworks/rhosp13-openstack-heat-engine-6-0-10" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-6-0-10"
-"nuagenetworks/rhosp13-openstack-heat-engine-6-0-3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-6-0-3"
-"nuagenetworks/rhosp13-openstack-heat-engine-6-0-5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-6-0-5"
 "nuagenetworks/rhosp13-openstack-heat-engine-6-0-7" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-6-0-7"
 "nuagenetworks/rhosp13-openstack-heat-engine-6-0-9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-heat-engine-6-0-9"
 "nuagenetworks/rhosp13-openstack-horizon-5-4-1-u16" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-5-4-1-u16"
-"nuagenetworks/rhosp13-openstack-horizon-5-4-1-u3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-5-4-1-u3"
-"nuagenetworks/rhosp13-openstack-horizon-5-4-1-u4" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-5-4-1-u4"
-"nuagenetworks/rhosp13-openstack-horizon-5-4-1-u5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-5-4-1-u5"
-"nuagenetworks/rhosp13-openstack-horizon-5-4-1-u6" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-5-4-1-u6"
-"nuagenetworks/rhosp13-openstack-horizon-5-4-1-u9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-5-4-1-u9"
 "nuagenetworks/rhosp13-openstack-horizon-6-0-10" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-6-0-10"
-"nuagenetworks/rhosp13-openstack-horizon-6-0-3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-6-0-3"
-"nuagenetworks/rhosp13-openstack-horizon-6-0-5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-6-0-5"
 "nuagenetworks/rhosp13-openstack-horizon-6-0-7" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-6-0-7"
 "nuagenetworks/rhosp13-openstack-horizon-6-0-9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-horizon-6-0-9"
 "nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u16" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u16"
-"nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u3"
-"nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u4" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u4"
-"nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u5"
-"nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u6" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u6"
-"nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-5-4-1-u9"
 "nuagenetworks/rhosp13-openstack-neutron-server-6-0-10" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-6-0-10"
-"nuagenetworks/rhosp13-openstack-neutron-server-6-0-3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-6-0-3"
-"nuagenetworks/rhosp13-openstack-neutron-server-6-0-5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-6-0-5"
 "nuagenetworks/rhosp13-openstack-neutron-server-6-0-7" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-6-0-7"
 "nuagenetworks/rhosp13-openstack-neutron-server-6-0-9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-neutron-server-6-0-9"
 "nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u16" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u16"
-"nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u3"
-"nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u4" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u4"
-"nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u5"
-"nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u6" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u6"
-"nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u9" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-5-4-1-u9"
 "nuagenetworks/rhosp13-openstack-nova-compute-6-0-10" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-6-0-10"
-"nuagenetworks/rhosp13-openstack-nova-compute-6-0-3" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-6-0-3"
-"nuagenetworks/rhosp13-openstack-nova-compute-6-0-5" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-6-0-5"
-"nuagenetworks/rhosp13-openstack-nova-compute-6-0-7" = "registry.connect.redhat.com/nuagenetworks/rhosp13-openstack-nova-compute-6-0-7"
+"nuagenetworks/rhosp13-openstack-nova-compute-6-0-7" = "registry.redhat.io/nuagenetworks/rhosp13-openstack-nova-compute-6-0-7"
 "nuagenetworks/rhosp16-openstack-heat-api-20-10-1" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-heat-api-20-10-1"
 "nuagenetworks/rhosp16-openstack-heat-api-20-10-2" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-heat-api-20-10-2"
 "nuagenetworks/rhosp16-openstack-heat-api-20-10-3" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-heat-api-20-10-3"
@@ -953,7 +424,7 @@
 "nuagenetworks/rhosp16-openstack-heat-engine-20-5-2" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-heat-engine-20-5-2"
 "nuagenetworks/rhosp16-openstack-heat-engine-20-5-3" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-heat-engine-20-5-3"
 "nuagenetworks/rhosp16-openstack-horizon-20-10-1" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-horizon-20-10-1"
-"nuagenetworks/rhosp16-openstack-horizon-20-10-2" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-horizon-20-10-2"
+"nuagenetworks/rhosp16-openstack-horizon-20-10-2" = "registry.redhat.io/nuagenetworks/rhosp16-openstack-horizon-20-10-2"
 "nuagenetworks/rhosp16-openstack-horizon-20-10-3" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-horizon-20-10-3"
 "nuagenetworks/rhosp16-openstack-horizon-20-5-2" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-horizon-20-5-2"
 "nuagenetworks/rhosp16-openstack-horizon-20-5-3" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-horizon-20-5-3"
@@ -970,28 +441,21 @@
 "nuagenetworks/rhosp16-openstack-nova-compute-20-10-3" = "registry.connect.redhat.com/nuagenetworks/rhosp16-openstack-nova-compute-20-10-3"
 "nuodb/nuodb-ce" = "registry.connect.redhat.com/nuodb/nuodb-ce"
 "nuodb/nuodb-operator-bundle" = "registry.connect.redhat.com/nuodb/nuodb-operator-bundle"
-"nuodb/nuodb-operator" = "registry.connect.redhat.com/nuodb/nuodb-operator"
-"nuxeo/nuxeo" = "registry.connect.redhat.com/nuxeo/nuxeo"
-"nvidia/container-toolkit" = "docker.io/nvidia/container-toolkit"
-"nvidia/dcgm-exporter" = "docker.io/nvidia/dcgm-exporter"
-"nvidia/driver" = "docker.io/nvidia/driver"
-"nvidia/gpu-operator-bundle" = "registry.connect.redhat.com/nvidia/gpu-operator-bundle"
-"nvidia/gpu-operator" = "docker.io/nvidia/gpu-operator"
-"nvidia/k8s-device-plugin" = "docker.io/nvidia/k8s-device-plugin"
-"nvidia/samples" = "docker.io/nvidia/samples"
+"ocp-tools-45/odo-init-container-rhel8" = "registry.redhat.io/ocp-tools-45/odo-init-container-rhel8"
+"ocp-tools-4/jenkins-rhel8" = "registry.redhat.io/ocp-tools-4/jenkins-rhel8"
 "ocp-tools-4/odo-init-container-rhel8" = "registry.access.redhat.com/ocp-tools-4/odo-init-container-rhel8"
-"ocs4/cephcsi-rhel8" = "registry.access.redhat.com/ocs4/cephcsi-rhel8"
-"ocs4/mcg-core-rhel8" = "registry.access.redhat.com/ocs4/mcg-core-rhel8"
-"ocs4/mcg-rhel8-operator" = "registry.access.redhat.com/ocs4/mcg-rhel8-operator"
-"ocs4/ocs-must-gather-rhel8" = "registry.access.redhat.com/ocs4/ocs-must-gather-rhel8"
-"ocs4/ocs-olm-rhel8-operator" = "registry.access.redhat.com/ocs4/ocs-olm-rhel8-operator"
-"ocs4/ocs-operator-bundle" = "registry.access.redhat.com/ocs4/ocs-operator-bundle"
-"ocs4/ocs-rhel8-operator" = "registry.access.redhat.com/ocs4/ocs-rhel8-operator"
-"ocs4/rook-ceph-rhel8-operator" = "registry.access.redhat.com/ocs4/rook-ceph-rhel8-operator"
-"octarinesec/idcontroller" = "registry.connect.redhat.com/octarinesec/idcontroller"
+"ocs4/cephcsi-rhel8" = "registry.redhat.io/ocs4/cephcsi-rhel8"
+"ocs4/mcg-core-rhel8" = "registry.redhat.io/ocs4/mcg-core-rhel8"
+"ocs4/mcg-rhel8-operator" = "registry.redhat.io/ocs4/mcg-rhel8-operator"
+"ocs4/ocs-must-gather-rhel8" = "registry.redhat.io/ocs4/ocs-must-gather-rhel8"
+"ocs4/ocs-olm-rhel8-operator" = "registry.redhat.io/ocs4/ocs-olm-rhel8-operator"
+"ocs4/ocs-operator-bundle" = "registry.redhat.io/ocs4/ocs-operator-bundle"
+"ocs4/ocs-rhel8-operator" = "registry.redhat.io/ocs4/ocs-rhel8-operator"
+"ocs4/rook-ceph-rhel8-operator" = "registry.redhat.io/ocs4/rook-ceph-rhel8-operator"
+"ocs4/volume-replication-rhel8-operator" = "registry.redhat.io/ocs4/volume-replication-rhel8-operator"
 "opencloudio/alertmanager" = "quay.io/opencloudio/alertmanager"
 "opencloudio/audit-garbage-collector" = "quay.io/opencloudio/audit-garbage-collector"
-"opencloudio/audit-policy-controller" = "quay.io/opencloudio/audit-policy-controller"
+"opencloudio/audit-policy-controller" = "registry.redhat.io/opencloudio/audit-policy-controller"
 "opencloudio/audit-syslog-service" = "quay.io/opencloudio/audit-syslog-service"
 "opencloudio/collectd-exporter" = "quay.io/opencloudio/collectd-exporter"
 "opencloudio/common-service-operator-amd64" = "quay.io/opencloudio/common-service-operator-amd64"
@@ -1000,7 +464,7 @@
 "opencloudio/common-web-ui" = "quay.io/opencloudio/common-web-ui"
 "opencloudio/configmap-reload" = "quay.io/opencloudio/configmap-reload"
 "opencloudio/curl-ppc64le" = "quay.io/opencloudio/curl-ppc64le"
-"opencloudio/curl" = "quay.io/opencloudio/curl"
+"opencloudio/curl" = "registry.redhat.io/opencloudio/curl"
 "opencloudio/dashboard-controller" = "quay.io/opencloudio/dashboard-controller"
 "opencloudio/fluentd" = "quay.io/opencloudio/fluentd"
 "opencloudio/grafana-ocpthanos-proxy" = "quay.io/opencloudio/grafana-ocpthanos-proxy"
@@ -1011,22 +475,22 @@
 "opencloudio/ibm-auditlogging-operator" = "quay.io/opencloudio/ibm-auditlogging-operator"
 "opencloudio/ibm-catalog-ui-operator" = "quay.io/opencloudio/ibm-catalog-ui-operator"
 "opencloudio/ibm-cert-manager-operator" = "quay.io/opencloudio/ibm-cert-manager-operator"
-"opencloudio/ibm-commonui-operator" = "quay.io/opencloudio/ibm-commonui-operator"
+"opencloudio/ibm-commonui-operator" = "registry.redhat.io/opencloudio/ibm-commonui-operator"
 "opencloudio/ibm-cs-upgrade-to3.4" = "quay.io/opencloudio/ibm-cs-upgrade-to3.4"
 "opencloudio/ibm-cs-webhook-amd64" = "quay.io/opencloudio/ibm-cs-webhook-amd64"
 "opencloudio/ibm-cs-webhook-ppc64le" = "quay.io/opencloudio/ibm-cs-webhook-ppc64le"
 "opencloudio/ibm-cs-webhook" = "quay.io/opencloudio/ibm-cs-webhook"
-"opencloudio/ibm-dashboard-data-collector" = "quay.io/opencloudio/ibm-dashboard-data-collector"
+"opencloudio/ibm-dashboard-data-collector" = "registry.redhat.io/opencloudio/ibm-dashboard-data-collector"
 "opencloudio/ibm-elastic-stack-operator" = "quay.io/opencloudio/ibm-elastic-stack-operator"
 "opencloudio/ibm-events-kafka-2.6.0" = "quay.io/opencloudio/ibm-events-kafka-2.6.0"
 "opencloudio/ibm-events-operator" = "quay.io/opencloudio/ibm-events-operator"
 "opencloudio/ibm-healthcheck-operator" = "quay.io/opencloudio/ibm-healthcheck-operator"
 "opencloudio/ibm-helm-api-operator" = "quay.io/opencloudio/ibm-helm-api-operator"
 "opencloudio/ibm-helm-repo-operator" = "quay.io/opencloudio/ibm-helm-repo-operator"
-"opencloudio/ibm-iam-operator" = "quay.io/opencloudio/ibm-iam-operator"
+"opencloudio/ibm-iam-operator" = "registry.redhat.io/opencloudio/ibm-iam-operator"
 "opencloudio/ibm-ingress-nginx-operator" = "quay.io/opencloudio/ibm-ingress-nginx-operator"
 "opencloudio/ibm-licensing-operator" = "quay.io/opencloudio/ibm-licensing-operator"
-"opencloudio/ibm-licensing" = "quay.io/opencloudio/ibm-licensing"
+"opencloudio/ibm-licensing" = "registry.redhat.io/opencloudio/ibm-licensing"
 "opencloudio/ibm-management-ingress-operator" = "quay.io/opencloudio/ibm-management-ingress-operator"
 "opencloudio/ibm-metering-operator" = "quay.io/opencloudio/ibm-metering-operator"
 "opencloudio/ibm-mongodb-exporter-ppc64le" = "quay.io/opencloudio/ibm-mongodb-exporter-ppc64le"
@@ -1037,9 +501,9 @@
 "opencloudio/ibm-mongodb-ppc64le" = "quay.io/opencloudio/ibm-mongodb-ppc64le"
 "opencloudio/ibm-mongodb" = "quay.io/opencloudio/ibm-mongodb"
 "opencloudio/ibm-monitoring-exporters-operator" = "quay.io/opencloudio/ibm-monitoring-exporters-operator"
-"opencloudio/ibm-monitoring-grafana-operator" = "quay.io/opencloudio/ibm-monitoring-grafana-operator"
-"opencloudio/ibm-monitoring-prometheusext-operator" = "quay.io/opencloudio/ibm-monitoring-prometheusext-operator"
-"opencloudio/ibm-namespace-scope-operator" = "quay.io/opencloudio/ibm-namespace-scope-operator"
+"opencloudio/ibm-monitoring-grafana-operator" = "registry.redhat.io/opencloudio/ibm-monitoring-grafana-operator"
+"opencloudio/ibm-monitoring-prometheusext-operator" = "registry.redhat.io/opencloudio/ibm-monitoring-prometheusext-operator"
+"opencloudio/ibm-namespace-scope-operator" = "registry.redhat.io/opencloudio/ibm-namespace-scope-operator"
 "opencloudio/ibm-platform-api-operator" = "quay.io/opencloudio/ibm-platform-api-operator"
 "opencloudio/ibm-secretshare-operator-amd64" = "quay.io/opencloudio/ibm-secretshare-operator-amd64"
 "opencloudio/ibm-secretshare-operator-ppc64le" = "quay.io/opencloudio/ibm-secretshare-operator-ppc64le"
@@ -1052,7 +516,7 @@
 "opencloudio/icp-cert-manager-cainjector-ppc64le" = "quay.io/opencloudio/icp-cert-manager-cainjector-ppc64le"
 "opencloudio/icp-cert-manager-cainjector" = "quay.io/opencloudio/icp-cert-manager-cainjector"
 "opencloudio/icp-cert-manager-controller-ppc64le" = "quay.io/opencloudio/icp-cert-manager-controller-ppc64le"
-"opencloudio/icp-cert-manager-controller" = "quay.io/opencloudio/icp-cert-manager-controller"
+"opencloudio/icp-cert-manager-controller" = "registry.redhat.io/opencloudio/icp-cert-manager-controller"
 "opencloudio/icp-cert-manager-webhook-ppc64le" = "quay.io/opencloudio/icp-cert-manager-webhook-ppc64le"
 "opencloudio/icp-cert-manager-webhook" = "quay.io/opencloudio/icp-cert-manager-webhook"
 "opencloudio/icp-configmap-watcher-ppc64le" = "quay.io/opencloudio/icp-configmap-watcher-ppc64le"
@@ -1102,7 +566,7 @@
 "opencloudio/node-exporter" = "quay.io/opencloudio/node-exporter"
 "opencloudio/odlm-amd64" = "quay.io/opencloudio/odlm-amd64"
 "opencloudio/odlm-ppc64le" = "quay.io/opencloudio/odlm-ppc64le"
-"opencloudio/odlm" = "quay.io/opencloudio/odlm"
+"opencloudio/odlm" = "registry.redhat.io/opencloudio/odlm"
 "opencloudio/prometheus-config-reloader" = "quay.io/opencloudio/prometheus-config-reloader"
 "opencloudio/prometheus-controller" = "quay.io/opencloudio/prometheus-controller"
 "opencloudio/prometheus-exporter" = "quay.io/opencloudio/prometheus-exporter"
@@ -1112,28 +576,24 @@
 "opencloudio/system-healthcheck-service" = "quay.io/opencloudio/system-healthcheck-service"
 "opencloudio/tiller-ppc64le" = "quay.io/opencloudio/tiller-ppc64le"
 "opencloudio/tiller" = "quay.io/opencloudio/tiller"
-"openj9/openj9-11-rhel7" = "registry.access.redhat.com/openj9/openj9-11-rhel7"
-"openj9/openj9-11-rhel8" = "registry.access.redhat.com/openj9/openj9-11-rhel8"
-"openj9/openj9-8-rhel7" = "registry.access.redhat.com/openj9/openj9-8-rhel7"
-"openj9/openj9-8-rhel8" = "registry.access.redhat.com/openj9/openj9-8-rhel8"
+"openj9/openj9-11-rhel7" = "registry.redhat.io/openj9/openj9-11-rhel7"
+"openj9/openj9-11-rhel8" = "registry.redhat.io/openj9/openj9-11-rhel8"
+"openj9/openj9-8-rhel7" = "registry.redhat.io/openj9/openj9-8-rhel7"
+"openj9/openj9-8-rhel8" = "registry.redhat.io/openj9/openj9-8-rhel8"
 "openjdk/openjdk-11-rhel7" = "registry.access.redhat.com/openjdk/openjdk-11-rhel7"
-"openlegacy-corp/as400rpc-operator" = "registry.connect.redhat.com/openlegacy-corp/as400rpc-operator"
-"openlegacy-corp/nocode" = "registry.connect.redhat.com/openlegacy-corp/nocode"
+"openlegacy-corp/nocode" = "registry.redhat.io/openlegacy-corp/nocode"
 "openmake-software/deployhub-pro" = "registry.connect.redhat.com/openmake-software/deployhub-pro"
-"opennode/waldur-homeport2" = "registry.connect.redhat.com/opennode/waldur-homeport2"
-"opennode/waldur-mastermind2" = "registry.connect.redhat.com/opennode/waldur-mastermind2"
-"openshift3/apb-base" = "registry.access.redhat.com/openshift3/apb-base"
+"openshift3/apb-base" = "registry.redhat.io/openshift3/apb-base"
 "openshift3/apb-tools" = "registry.access.redhat.com/openshift3/apb-tools"
 "openshift3/automation-broker-apb" = "registry.access.redhat.com/openshift3/automation-broker-apb"
 "openshift3/grafana" = "registry.access.redhat.com/openshift3/grafana"
 "openshift3/image-inspector" = "registry.access.redhat.com/openshift3/image-inspector"
-"openshift3/jenkins-1-rhel7" = "registry.access.redhat.com/openshift3/jenkins-1-rhel7"
 "openshift3/jenkins-2-rhel7" = "registry.access.redhat.com/openshift3/jenkins-2-rhel7"
 "openshift3/jenkins-agent-maven-35-rhel7" = "registry.access.redhat.com/openshift3/jenkins-agent-maven-35-rhel7"
-"openshift3/jenkins-agent-nodejs-10-rhel7" = "registry.access.redhat.com/openshift3/jenkins-agent-nodejs-10-rhel7"
-"openshift3/jenkins-agent-nodejs-12-rhel7" = "registry.access.redhat.com/openshift3/jenkins-agent-nodejs-12-rhel7"
+"openshift3/jenkins-agent-maven-36-rhel7" = "registry.redhat.io/openshift3/jenkins-agent-maven-36-rhel7"
+"openshift3/jenkins-agent-nodejs-12-rhel7" = "registry.redhat.io/openshift3/jenkins-agent-nodejs-12-rhel7"
 "openshift3/jenkins-slave-base-rhel7" = "registry.access.redhat.com/openshift3/jenkins-slave-base-rhel7"
-"openshift3/kuryr-cni" = "registry.access.redhat.com/openshift3/kuryr-cni"
+"openshift3/kuryr-cni" = "registry.redhat.io/openshift3/kuryr-cni"
 "openshift3/kuryr-controller" = "registry.access.redhat.com/openshift3/kuryr-controller"
 "openshift3/logging-elasticsearch5" = "registry.access.redhat.com/openshift3/logging-elasticsearch5"
 "openshift3/logging-elasticsearch" = "registry.access.redhat.com/openshift3/logging-elasticsearch"
@@ -1171,8 +631,8 @@
 "openshift3/ose-keepalived-ipfailover" = "registry.access.redhat.com/openshift3/ose-keepalived-ipfailover"
 "openshift3/ose-kube-rbac-proxy" = "registry.access.redhat.com/openshift3/ose-kube-rbac-proxy"
 "openshift3/ose-kube-state-metrics" = "registry.access.redhat.com/openshift3/ose-kube-state-metrics"
-"openshift3/ose-kuryr-cni" = "registry.access.redhat.com/openshift3/ose-kuryr-cni"
-"openshift3/ose-kuryr-controller" = "registry.access.redhat.com/openshift3/ose-kuryr-controller"
+"openshift3/ose-kuryr-cni" = "registry.redhat.io/openshift3/ose-kuryr-cni"
+"openshift3/ose-kuryr-controller" = "registry.redhat.io/openshift3/ose-kuryr-controller"
 "openshift3/ose-logging-curator5" = "registry.access.redhat.com/openshift3/ose-logging-curator5"
 "openshift3/ose-logging-elasticsearch5" = "registry.access.redhat.com/openshift3/ose-logging-elasticsearch5"
 "openshift3/ose-logging-elasticsearch" = "registry.access.redhat.com/openshift3/ose-logging-elasticsearch"
@@ -1200,518 +660,454 @@
 "openshift3/prometheus-node-exporter" = "registry.access.redhat.com/openshift3/prometheus-node-exporter"
 "openshift3/prometheus" = "registry.access.redhat.com/openshift3/prometheus"
 "openshift3/registry-console" = "registry.access.redhat.com/openshift3/registry-console"
-"openshift4/apb-base" = "registry.access.redhat.com/openshift4/apb-base"
-"openshift4/apb-tools" = "registry.access.redhat.com/openshift4/apb-tools"
-"openshift4/cluster-etcd-rhel7-operator" = "registry.access.redhat.com/openshift4/cluster-etcd-rhel7-operator"
-"openshift4/cnf-tests-rhel8" = "registry.access.redhat.com/openshift4/cnf-tests-rhel8"
-"openshift4/compliance-content-rhel8" = "registry.access.redhat.com/openshift4/compliance-content-rhel8"
-"openshift4/compliance-openscap-rhel8" = "registry.access.redhat.com/openshift4/compliance-openscap-rhel8"
-"openshift4/compliance-rhel8-operator" = "registry.access.redhat.com/openshift4/compliance-rhel8-operator"
-"openshift4/egress-router-cni-rhel8" = "registry.access.redhat.com/openshift4/egress-router-cni-rhel8"
-"openshift4/file-integrity-rhel8-operator" = "registry.access.redhat.com/openshift4/file-integrity-rhel8-operator"
-"openshift4/jenkins-agent-nodejs-10-rhel7" = "registry.access.redhat.com/openshift4/jenkins-agent-nodejs-10-rhel7"
-"openshift4/jenkins-agent-nodejs-12-rhel7" = "registry.access.redhat.com/openshift4/jenkins-agent-nodejs-12-rhel7"
-"openshift4/kubernetes-nmstate-operator-bundle" = "registry.access.redhat.com/openshift4/kubernetes-nmstate-operator-bundle"
-"openshift4/kubernetes-nmstate-rhel8-operator" = "registry.access.redhat.com/openshift4/kubernetes-nmstate-rhel8-operator"
-"openshift4/mariadb-apb" = "registry.access.redhat.com/openshift4/mariadb-apb"
-"openshift4/mediawiki-apb" = "registry.access.redhat.com/openshift4/mediawiki-apb"
-"openshift4/mediawiki" = "registry.access.redhat.com/openshift4/mediawiki"
-"openshift4/mysql-apb" = "registry.access.redhat.com/openshift4/mysql-apb"
-"openshift4/openshift-node-maintenance-rhel8-operator" = "registry.access.redhat.com/openshift4/openshift-node-maintenance-rhel8-operator"
-"openshift4/ose-ansible-operator" = "registry.access.redhat.com/openshift4/ose-ansible-operator"
-"openshift4/ose-ansible-service-broker-operator" = "registry.access.redhat.com/openshift4/ose-ansible-service-broker-operator"
-"openshift4/ose-ansible-service-broker" = "registry.access.redhat.com/openshift4/ose-ansible-service-broker"
-"openshift4/ose-aws-machine-controllers" = "registry.access.redhat.com/openshift4/ose-aws-machine-controllers"
-"openshift4/ose-aws-pod-identity-webhook-rhel7" = "registry.access.redhat.com/openshift4/ose-aws-pod-identity-webhook-rhel7"
-"openshift4/ose-aws-pod-identity-webhook-rhel8" = "registry.access.redhat.com/openshift4/ose-aws-pod-identity-webhook-rhel8"
-"openshift4/ose-azure-machine-controllers" = "registry.access.redhat.com/openshift4/ose-azure-machine-controllers"
-"openshift4/ose-baremetal-machine-controllers" = "registry.access.redhat.com/openshift4/ose-baremetal-machine-controllers"
-"openshift4/ose-baremetal-runtimecfg-container-rhel7" = "registry.access.redhat.com/openshift4/ose-baremetal-runtimecfg-container-rhel7"
-"openshift4/ose-baremetal-runtimecfg-rhel7" = "registry.access.redhat.com/openshift4/ose-baremetal-runtimecfg-rhel7"
-"openshift4/ose-baremetal-runtimecfg-rhel8" = "registry.access.redhat.com/openshift4/ose-baremetal-runtimecfg-rhel8"
-"openshift4/ose-cli-artifacts" = "registry.access.redhat.com/openshift4/ose-cli-artifacts"
-"openshift4/ose-cli" = "registry.access.redhat.com/openshift4/ose-cli"
-"openshift4/ose-cloud-credential-operator" = "registry.access.redhat.com/openshift4/ose-cloud-credential-operator"
-"openshift4/ose-cluster-authentication-operator" = "registry.access.redhat.com/openshift4/ose-cluster-authentication-operator"
-"openshift4/ose-cluster-autoscaler-operator" = "registry.access.redhat.com/openshift4/ose-cluster-autoscaler-operator"
-"openshift4/ose-cluster-autoscaler" = "registry.access.redhat.com/openshift4/ose-cluster-autoscaler"
-"openshift4/ose-cluster-baremetal-operator-rhel8" = "registry.access.redhat.com/openshift4/ose-cluster-baremetal-operator-rhel8"
-"openshift4/ose-cluster-bootstrap" = "registry.access.redhat.com/openshift4/ose-cluster-bootstrap"
-"openshift4/ose-cluster-capacity" = "registry.access.redhat.com/openshift4/ose-cluster-capacity"
-"openshift4/ose-cluster-config-operator" = "registry.access.redhat.com/openshift4/ose-cluster-config-operator"
-"openshift4/ose-cluster-dns-operator" = "registry.access.redhat.com/openshift4/ose-cluster-dns-operator"
-"openshift4/ose-cluster-etcd-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-cluster-etcd-rhel8-operator"
-"openshift4/ose-cluster-image-registry-operator" = "registry.access.redhat.com/openshift4/ose-cluster-image-registry-operator"
-"openshift4/ose-cluster-ingress-operator" = "registry.access.redhat.com/openshift4/ose-cluster-ingress-operator"
-"openshift4/ose-cluster-kube-apiserver-operator" = "registry.access.redhat.com/openshift4/ose-cluster-kube-apiserver-operator"
-"openshift4/ose-cluster-kube-controller-manager-operator" = "registry.access.redhat.com/openshift4/ose-cluster-kube-controller-manager-operator"
-"openshift4/ose-cluster-kube-descheduler-operator-bundle" = "registry.access.redhat.com/openshift4/ose-cluster-kube-descheduler-operator-bundle"
-"openshift4/ose-cluster-kube-descheduler-operator-metadata" = "registry.access.redhat.com/openshift4/ose-cluster-kube-descheduler-operator-metadata"
-"openshift4/ose-cluster-kube-descheduler-rhel7-operator" = "registry.access.redhat.com/openshift4/ose-cluster-kube-descheduler-rhel7-operator"
-"openshift4/ose-cluster-kube-descheduler-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-cluster-kube-descheduler-rhel8-operator"
-"openshift4/ose-cluster-kube-scheduler-operator" = "registry.access.redhat.com/openshift4/ose-cluster-kube-scheduler-operator"
-"openshift4/ose-cluster-kube-storage-version-migrator-rhel7-operator" = "registry.access.redhat.com/openshift4/ose-cluster-kube-storage-version-migrator-rhel7-operator"
-"openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator"
-"openshift4/ose-cluster-logging-operator" = "registry.access.redhat.com/openshift4/ose-cluster-logging-operator"
-"openshift4/ose-cluster-machine-approver" = "registry.access.redhat.com/openshift4/ose-cluster-machine-approver"
-"openshift4/ose-cluster-monitoring-operator" = "registry.access.redhat.com/openshift4/ose-cluster-monitoring-operator"
-"openshift4/ose-cluster-network-operator" = "registry.access.redhat.com/openshift4/ose-cluster-network-operator"
-"openshift4/ose-cluster-nfd-operator" = "registry.access.redhat.com/openshift4/ose-cluster-nfd-operator"
-"openshift4/ose-cluster-node-tuned" = "registry.access.redhat.com/openshift4/ose-cluster-node-tuned"
-"openshift4/ose-cluster-node-tuning-operator" = "registry.access.redhat.com/openshift4/ose-cluster-node-tuning-operator"
-"openshift4/ose-cluster-openshift-apiserver-operator" = "registry.access.redhat.com/openshift4/ose-cluster-openshift-apiserver-operator"
-"openshift4/ose-cluster-openshift-controller-manager-operator" = "registry.access.redhat.com/openshift4/ose-cluster-openshift-controller-manager-operator"
-"openshift4/ose-cluster-policy-controller-rhel7" = "registry.access.redhat.com/openshift4/ose-cluster-policy-controller-rhel7"
-"openshift4/ose-cluster-policy-controller-rhel8" = "registry.access.redhat.com/openshift4/ose-cluster-policy-controller-rhel8"
-"openshift4/ose-clusterresourceoverride-operator-bundle" = "registry.access.redhat.com/openshift4/ose-clusterresourceoverride-operator-bundle"
-"openshift4/ose-clusterresourceoverride-rhel7-operator" = "registry.access.redhat.com/openshift4/ose-clusterresourceoverride-rhel7-operator"
-"openshift4/ose-clusterresourceoverride-rhel7" = "registry.access.redhat.com/openshift4/ose-clusterresourceoverride-rhel7"
-"openshift4/ose-clusterresourceoverride-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-clusterresourceoverride-rhel8-operator"
-"openshift4/ose-clusterresourceoverride-rhel8" = "registry.access.redhat.com/openshift4/ose-clusterresourceoverride-rhel8"
-"openshift4/ose-cluster-storage-operator" = "registry.access.redhat.com/openshift4/ose-cluster-storage-operator"
-"openshift4/ose-cluster-svcat-apiserver-operator" = "registry.access.redhat.com/openshift4/ose-cluster-svcat-apiserver-operator"
-"openshift4/ose-cluster-svcat-controller-manager-operator" = "registry.access.redhat.com/openshift4/ose-cluster-svcat-controller-manager-operator"
-"openshift4/ose-cluster-update-keys" = "registry.access.redhat.com/openshift4/ose-cluster-update-keys"
-"openshift4/ose-cluster-version-operator" = "registry.access.redhat.com/openshift4/ose-cluster-version-operator"
-"openshift4/ose-configmap-reloader" = "registry.access.redhat.com/openshift4/ose-configmap-reloader"
-"openshift4/ose-console-operator" = "registry.access.redhat.com/openshift4/ose-console-operator"
-"openshift4/ose-console" = "registry.access.redhat.com/openshift4/ose-console"
-"openshift4/ose-container-networking-plugins-rhel7" = "registry.access.redhat.com/openshift4/ose-container-networking-plugins-rhel7"
-"openshift4/ose-container-networking-plugins-rhel8" = "registry.access.redhat.com/openshift4/ose-container-networking-plugins-rhel8"
-"openshift4/ose-container-networking-plugins-supported" = "registry.access.redhat.com/openshift4/ose-container-networking-plugins-supported"
-"openshift4/ose-container-networking-plugins-unsupported" = "registry.access.redhat.com/openshift4/ose-container-networking-plugins-unsupported"
-"openshift4/ose-csi-driver-manila-rhel7-operator" = "registry.access.redhat.com/openshift4/ose-csi-driver-manila-rhel7-operator"
-"openshift4/ose-csi-driver-manila-rhel7" = "registry.access.redhat.com/openshift4/ose-csi-driver-manila-rhel7"
-"openshift4/ose-csi-driver-manila-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-csi-driver-manila-rhel8-operator"
-"openshift4/ose-csi-driver-manila-rhel8" = "registry.access.redhat.com/openshift4/ose-csi-driver-manila-rhel8"
-"openshift4/ose-csi-driver-nfs-rhel7" = "registry.access.redhat.com/openshift4/ose-csi-driver-nfs-rhel7"
-"openshift4/ose-csi-driver-nfs-rhel8" = "registry.access.redhat.com/openshift4/ose-csi-driver-nfs-rhel8"
-"openshift4/ose-csi-driver-registrar" = "registry.access.redhat.com/openshift4/ose-csi-driver-registrar"
-"openshift4/ose-csi-external-attacher" = "registry.access.redhat.com/openshift4/ose-csi-external-attacher"
-"openshift4/ose-csi-external-attacher-rhel7" = "registry.access.redhat.com/openshift4/ose-csi-external-attacher-rhel7"
-"openshift4/ose-csi-external-attacher-rhel8" = "registry.access.redhat.com/openshift4/ose-csi-external-attacher-rhel8"
-"openshift4/ose-csi-external-provisioner" = "registry.access.redhat.com/openshift4/ose-csi-external-provisioner"
-"openshift4/ose-csi-external-provisioner-rhel7" = "registry.access.redhat.com/openshift4/ose-csi-external-provisioner-rhel7"
-"openshift4/ose-csi-external-provisioner-rhel8" = "registry.access.redhat.com/openshift4/ose-csi-external-provisioner-rhel8"
-"openshift4/ose-csi-external-snapshotter" = "registry.access.redhat.com/openshift4/ose-csi-external-snapshotter"
-"openshift4/ose-csi-livenessprobe" = "registry.access.redhat.com/openshift4/ose-csi-livenessprobe"
-"openshift4/ose-csi-livenessprobe-rhel7" = "registry.access.redhat.com/openshift4/ose-csi-livenessprobe-rhel7"
-"openshift4/ose-csi-livenessprobe-rhel8" = "registry.access.redhat.com/openshift4/ose-csi-livenessprobe-rhel8"
-"openshift4/ose-csi-node-driver-registrar" = "registry.access.redhat.com/openshift4/ose-csi-node-driver-registrar"
-"openshift4/ose-csi-node-driver-registrar-rhel7" = "registry.access.redhat.com/openshift4/ose-csi-node-driver-registrar-rhel7"
-"openshift4/ose-csi-node-driver-registrar-rhel8" = "registry.access.redhat.com/openshift4/ose-csi-node-driver-registrar-rhel8"
-"openshift4/ose-csi-snapshot-controller" = "registry.access.redhat.com/openshift4/ose-csi-snapshot-controller"
-"openshift4/ose-csi-snapshot-validation-webhook-rhel8" = "registry.access.redhat.com/openshift4/ose-csi-snapshot-validation-webhook-rhel8"
-"openshift4/ose-deployer" = "registry.access.redhat.com/openshift4/ose-deployer"
-"openshift4/ose-docker-builder" = "registry.access.redhat.com/openshift4/ose-docker-builder"
-"openshift4/ose-docker-registry" = "registry.access.redhat.com/openshift4/ose-docker-registry"
-"openshift4/ose-egress-dns-proxy" = "registry.access.redhat.com/openshift4/ose-egress-dns-proxy"
-"openshift4/ose-egress-http-proxy" = "registry.access.redhat.com/openshift4/ose-egress-http-proxy"
-"openshift4/ose-egress-router" = "registry.access.redhat.com/openshift4/ose-egress-router"
-"openshift4/ose-elasticsearch-operator" = "registry.access.redhat.com/openshift4/ose-elasticsearch-operator"
-"openshift4/ose-elasticsearch-proxy-rhel7" = "registry.access.redhat.com/openshift4/ose-elasticsearch-proxy-rhel7"
-"openshift4/ose-elasticsearch-rhel7-operator-metadata" = "registry.access.redhat.com/openshift4/ose-elasticsearch-rhel7-operator-metadata"
-"openshift4/ose-gcp-machine-controllers-rhel7" = "registry.access.redhat.com/openshift4/ose-gcp-machine-controllers-rhel7"
-"openshift4/ose-gcp-machine-controllers-rhel8" = "registry.access.redhat.com/openshift4/ose-gcp-machine-controllers-rhel8"
-"openshift4/ose-ghostunnel" = "registry.access.redhat.com/openshift4/ose-ghostunnel"
-"openshift4/ose-grafana" = "registry.access.redhat.com/openshift4/ose-grafana"
-"openshift4/ose-haproxy-router-base" = "registry.access.redhat.com/openshift4/ose-haproxy-router-base"
-"openshift4/ose-haproxy-router" = "registry.access.redhat.com/openshift4/ose-haproxy-router"
-"openshift4/ose-hello-openshift-rhel8" = "registry.access.redhat.com/openshift4/ose-hello-openshift-rhel8"
-"openshift4/ose-helm-operator" = "registry.access.redhat.com/openshift4/ose-helm-operator"
-"openshift4/ose-hyperkube" = "registry.access.redhat.com/openshift4/ose-hyperkube"
-"openshift4/ose-hypershift" = "registry.access.redhat.com/openshift4/ose-hypershift"
-"openshift4/ose-insights-rhel7-operator" = "registry.access.redhat.com/openshift4/ose-insights-rhel7-operator"
-"openshift4/ose-insights-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-insights-rhel8-operator"
-"openshift4/ose-installer-artifacts" = "registry.access.redhat.com/openshift4/ose-installer-artifacts"
-"openshift4/ose-installer" = "registry.access.redhat.com/openshift4/ose-installer"
-"openshift4/ose-jenkins-agent-base" = "registry.access.redhat.com/openshift4/ose-jenkins-agent-base"
-"openshift4/ose-jenkins-agent-maven" = "registry.access.redhat.com/openshift4/ose-jenkins-agent-maven"
-"openshift4/ose-jenkins-agent-nodejs-10-rhel8" = "registry.access.redhat.com/openshift4/ose-jenkins-agent-nodejs-10-rhel8"
-"openshift4/ose-jenkins-agent-nodejs-12-rhel8" = "registry.access.redhat.com/openshift4/ose-jenkins-agent-nodejs-12-rhel8"
-"openshift4/ose-jenkins" = "registry.access.redhat.com/openshift4/ose-jenkins"
-"openshift4/ose-keepalived-ipfailover" = "registry.access.redhat.com/openshift4/ose-keepalived-ipfailover"
-"openshift4/ose-kube-client-agent" = "registry.access.redhat.com/openshift4/ose-kube-client-agent"
-"openshift4/ose-kube-etcd-signer-server" = "registry.access.redhat.com/openshift4/ose-kube-etcd-signer-server"
-"openshift4/ose-kube-proxy" = "registry.access.redhat.com/openshift4/ose-kube-proxy"
-"openshift4/ose-kube-rbac-proxy" = "registry.access.redhat.com/openshift4/ose-kube-rbac-proxy"
-"openshift4/ose-kubernetes-nmstate-handler-rhel8" = "registry.access.redhat.com/openshift4/ose-kubernetes-nmstate-handler-rhel8"
-"openshift4/ose-kube-state-metrics" = "registry.access.redhat.com/openshift4/ose-kube-state-metrics"
-"openshift4/ose-kube-storage-version-migrator-rhel7" = "registry.access.redhat.com/openshift4/ose-kube-storage-version-migrator-rhel7"
-"openshift4/ose-kube-storage-version-migrator-rhel8" = "registry.access.redhat.com/openshift4/ose-kube-storage-version-migrator-rhel8"
-"openshift4/ose-kuryr-cni-rhel8" = "registry.access.redhat.com/openshift4/ose-kuryr-cni-rhel8"
-"openshift4/ose-kuryr-controller-rhel8" = "registry.access.redhat.com/openshift4/ose-kuryr-controller-rhel8"
-"openshift4/ose-libvirt-machine-controllers" = "registry.access.redhat.com/openshift4/ose-libvirt-machine-controllers"
-"openshift4/ose-local-storage-diskmaker" = "registry.access.redhat.com/openshift4/ose-local-storage-diskmaker"
-"openshift4/ose-local-storage-mustgather-rhel8" = "registry.access.redhat.com/openshift4/ose-local-storage-mustgather-rhel8"
-"openshift4/ose-local-storage-operator" = "registry.access.redhat.com/openshift4/ose-local-storage-operator"
-"openshift4/ose-local-storage-static-provisioner" = "registry.access.redhat.com/openshift4/ose-local-storage-static-provisioner"
-"openshift4/ose-logging-curator5" = "registry.access.redhat.com/openshift4/ose-logging-curator5"
-"openshift4/ose-logging-elasticsearch5" = "registry.access.redhat.com/openshift4/ose-logging-elasticsearch5"
-"openshift4/ose-logging-elasticsearch-rhel7" = "registry.access.redhat.com/openshift4/ose-logging-elasticsearch-rhel7"
-"openshift4/ose-logging-eventrouter" = "registry.access.redhat.com/openshift4/ose-logging-eventrouter"
-"openshift4/ose-logging-fluentd" = "registry.access.redhat.com/openshift4/ose-logging-fluentd"
-"openshift4/ose-logging-kibana5" = "registry.access.redhat.com/openshift4/ose-logging-kibana5"
-"openshift4/ose-machine-api-operator" = "registry.access.redhat.com/openshift4/ose-machine-api-operator"
-"openshift4/ose-machine-config-controller" = "registry.access.redhat.com/openshift4/ose-machine-config-controller"
-"openshift4/ose-machine-config-daemon" = "registry.access.redhat.com/openshift4/ose-machine-config-daemon"
-"openshift4/ose-machine-config-operator" = "registry.access.redhat.com/openshift4/ose-machine-config-operator"
-"openshift4/ose-machine-config-server" = "registry.access.redhat.com/openshift4/ose-machine-config-server"
-"openshift4/ose-mdns-publisher-rhel7" = "registry.access.redhat.com/openshift4/ose-mdns-publisher-rhel7"
-"openshift4/ose-mdns-publisher-rhel8" = "registry.access.redhat.com/openshift4/ose-mdns-publisher-rhel8"
-"openshift4/ose-metering-ansible-operator" = "registry.access.redhat.com/openshift4/ose-metering-ansible-operator"
-"openshift4/ose-metering-ansible-rhel7-operator-metadata" = "registry.access.redhat.com/openshift4/ose-metering-ansible-rhel7-operator-metadata"
-"openshift4/ose-metering-hadoop" = "registry.access.redhat.com/openshift4/ose-metering-hadoop"
-"openshift4/ose-metering-helm-container-rhel8" = "registry.access.redhat.com/openshift4/ose-metering-helm-container-rhel8"
-"openshift4/ose-metering-hive" = "registry.access.redhat.com/openshift4/ose-metering-hive"
-"openshift4/ose-metering-presto" = "registry.access.redhat.com/openshift4/ose-metering-presto"
-"openshift4/ose-metering-reporting-operator" = "registry.access.redhat.com/openshift4/ose-metering-reporting-operator"
-"openshift4/ose-multus-admission-controller" = "registry.access.redhat.com/openshift4/ose-multus-admission-controller"
-"openshift4/ose-multus-cni" = "registry.access.redhat.com/openshift4/ose-multus-cni"
-"openshift4/ose-must-gather" = "registry.access.redhat.com/openshift4/ose-must-gather"
-"openshift4/ose-network-metrics-daemon-container-rhel7" = "registry.access.redhat.com/openshift4/ose-network-metrics-daemon-container-rhel7"
-"openshift4/ose-network-metrics-daemon-rhel8" = "registry.access.redhat.com/openshift4/ose-network-metrics-daemon-rhel8"
-"openshift4/ose-node-feature-discovery" = "registry.access.redhat.com/openshift4/ose-node-feature-discovery"
-"openshift4/ose-node" = "registry.access.redhat.com/openshift4/ose-node"
-"openshift4/ose-oauth-proxy" = "registry.access.redhat.com/openshift4/ose-oauth-proxy"
-"openshift4/ose-oauth-server-rhel7" = "registry.access.redhat.com/openshift4/ose-oauth-server-rhel7"
-"openshift4/ose-oauth-server-rhel8" = "registry.access.redhat.com/openshift4/ose-oauth-server-rhel8"
-"openshift4/ose-openshift-apiserver-rhel7" = "registry.access.redhat.com/openshift4/ose-openshift-apiserver-rhel7"
-"openshift4/ose-openshift-apiserver-rhel8" = "registry.access.redhat.com/openshift4/ose-openshift-apiserver-rhel8"
-"openshift4/ose-openshift-controller-manager-rhel7" = "registry.access.redhat.com/openshift4/ose-openshift-controller-manager-rhel7"
-"openshift4/ose-openshift-controller-manager-rhel8" = "registry.access.redhat.com/openshift4/ose-openshift-controller-manager-rhel8"
-"openshift4/ose-openstack-cinder-csi-driver-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator"
-"openshift4/ose-openstack-cinder-csi-driver-rhel8" = "registry.access.redhat.com/openshift4/ose-openstack-cinder-csi-driver-rhel8"
-"openshift4/ose-openstack-machine-controllers" = "registry.access.redhat.com/openshift4/ose-openstack-machine-controllers"
-"openshift4/ose-operator-lifecycle-manager" = "registry.access.redhat.com/openshift4/ose-operator-lifecycle-manager"
-"openshift4/ose-operator-marketplace" = "registry.access.redhat.com/openshift4/ose-operator-marketplace"
-"openshift4/ose-operator-registry" = "registry.access.redhat.com/openshift4/ose-operator-registry"
-"openshift4/ose-operator-sdk-rhel8" = "registry.access.redhat.com/openshift4/ose-operator-sdk-rhel8"
-"openshift4/ose-ovirt-machine-controllers-rhel7" = "registry.access.redhat.com/openshift4/ose-ovirt-machine-controllers-rhel7"
-"openshift4/ose-ovirt-machine-controllers-rhel8" = "registry.access.redhat.com/openshift4/ose-ovirt-machine-controllers-rhel8"
-"openshift4/ose-pod" = "registry.access.redhat.com/openshift4/ose-pod"
-"openshift4/ose-prometheus-alertmanager" = "registry.access.redhat.com/openshift4/ose-prometheus-alertmanager"
-"openshift4/ose-prometheus-config-reloader" = "registry.access.redhat.com/openshift4/ose-prometheus-config-reloader"
-"openshift4/ose-prometheus-node-exporter" = "registry.access.redhat.com/openshift4/ose-prometheus-node-exporter"
-"openshift4/ose-prometheus" = "registry.access.redhat.com/openshift4/ose-prometheus"
-"openshift4/ose-prom-label-proxy" = "registry.access.redhat.com/openshift4/ose-prom-label-proxy"
-"openshift4/ose-recycler" = "registry.access.redhat.com/openshift4/ose-recycler"
-"openshift4/ose-sdn-controller-rhel7" = "registry.access.redhat.com/openshift4/ose-sdn-controller-rhel7"
-"openshift4/ose-sdn-rhel7" = "registry.access.redhat.com/openshift4/ose-sdn-rhel7"
-"openshift4/ose-sdn-rhel8" = "registry.access.redhat.com/openshift4/ose-sdn-rhel8"
-"openshift4/ose-service-ca-operator" = "registry.access.redhat.com/openshift4/ose-service-ca-operator"
-"openshift4/ose-service-catalog" = "registry.access.redhat.com/openshift4/ose-service-catalog"
-"openshift4/ose-service-idler-rhel7" = "registry.access.redhat.com/openshift4/ose-service-idler-rhel7"
-"openshift4/ose-service-idler-rhel8" = "registry.access.redhat.com/openshift4/ose-service-idler-rhel8"
-"openshift4/ose-sriov-infiniband-cni" = "registry.access.redhat.com/openshift4/ose-sriov-infiniband-cni"
-"openshift4/ose-sriov-network-operator-bundle" = "registry.access.redhat.com/openshift4/ose-sriov-network-operator-bundle"
-"openshift4/ose-sriov-operator-must-gather" = "registry.access.redhat.com/openshift4/ose-sriov-operator-must-gather"
-"openshift4/ose-telemeter" = "registry.access.redhat.com/openshift4/ose-telemeter"
-"openshift4/ose-template-service-broker-operator" = "registry.access.redhat.com/openshift4/ose-template-service-broker-operator"
-"openshift4/ose-template-service-broker" = "registry.access.redhat.com/openshift4/ose-template-service-broker"
-"openshift4/ose-template-service-broker-rhel7-operator-metadata" = "registry.access.redhat.com/openshift4/ose-template-service-broker-rhel7-operator-metadata"
-"openshift4/ose-tests" = "registry.access.redhat.com/openshift4/ose-tests"
-"openshift4/ose-tools-rhel7" = "registry.access.redhat.com/openshift4/ose-tools-rhel7"
-"openshift4/ose-tools-rhel8" = "registry.access.redhat.com/openshift4/ose-tools-rhel8"
-"openshift4/ose-vertical-pod-autoscaler-operator-bundle" = "registry.access.redhat.com/openshift4/ose-vertical-pod-autoscaler-operator-bundle"
-"openshift4/ose-vertical-pod-autoscaler-rhel7-operator" = "registry.access.redhat.com/openshift4/ose-vertical-pod-autoscaler-rhel7-operator"
-"openshift4/ose-vertical-pod-autoscaler-rhel7" = "registry.access.redhat.com/openshift4/ose-vertical-pod-autoscaler-rhel7"
-"openshift4/ose-vertical-pod-autoscaler-rhel8-operator" = "registry.access.redhat.com/openshift4/ose-vertical-pod-autoscaler-rhel8-operator"
-"openshift4/ose-vertical-pod-autoscaler-rhel8" = "registry.access.redhat.com/openshift4/ose-vertical-pod-autoscaler-rhel8"
-"openshift4/ose-vsphere-problem-detector-rhel8" = "registry.access.redhat.com/openshift4/ose-vsphere-problem-detector-rhel8"
-"openshift4/ovirt-csi-driver-rhel7-operator" = "registry.access.redhat.com/openshift4/ovirt-csi-driver-rhel7-operator"
-"openshift4/ovirt-csi-driver-rhel7" = "registry.access.redhat.com/openshift4/ovirt-csi-driver-rhel7"
-"openshift4/ovirt-csi-driver-rhel8-operator" = "registry.access.redhat.com/openshift4/ovirt-csi-driver-rhel8-operator"
-"openshift4/ovirt-csi-driver-rhel8" = "registry.access.redhat.com/openshift4/ovirt-csi-driver-rhel8"
-"openshift4/performance-addon-operator-bundle-registry-container-rhel8" = "registry.access.redhat.com/openshift4/performance-addon-operator-bundle-registry-container-rhel8"
-"openshift4/performance-addon-operator-must-gather-rhel8" = "registry.access.redhat.com/openshift4/performance-addon-operator-must-gather-rhel8"
-"openshift4/performance-addon-rhel8-operator" = "registry.access.redhat.com/openshift4/performance-addon-rhel8-operator"
-"openshift4/postgres-apb" = "registry.access.redhat.com/openshift4/postgres-apb"
-"openshift4/postgresql-apb" = "registry.access.redhat.com/openshift4/postgresql-apb"
-"openshift4/ptp-must-gather-rhel8" = "registry.access.redhat.com/openshift4/ptp-must-gather-rhel8"
-"openshift4/sriov-network-webhook-rhel7" = "registry.access.redhat.com/openshift4/sriov-network-webhook-rhel7"
-"openshift4-wincw/windows-machine-config-operator-bundle" = "registry.access.redhat.com/openshift4-wincw/windows-machine-config-operator-bundle"
-"openshift4-wincw/windows-machine-config-rhel8-operator" = "registry.access.redhat.com/openshift4-wincw/windows-machine-config-rhel8-operator"
-"openshift-istio/kiali-operator-metadata" = "registry.access.redhat.com/openshift-istio/kiali-operator-metadata"
-"openshift-logging/cluster-logging-operator-bundle" = "registry.access.redhat.com/openshift-logging/cluster-logging-operator-bundle"
-"openshift-logging/cluster-logging-rhel8-operator" = "registry.access.redhat.com/openshift-logging/cluster-logging-rhel8-operator"
-"openshift-logging/curator5-rhel8" = "registry.access.redhat.com/openshift-logging/curator5-rhel8"
-"openshift-logging/elasticsearch6-rhel8" = "registry.access.redhat.com/openshift-logging/elasticsearch6-rhel8"
-"openshift-logging/elasticsearch-operator-bundle" = "registry.access.redhat.com/openshift-logging/elasticsearch-operator-bundle"
-"openshift-logging/elasticsearch-proxy-rhel8" = "registry.access.redhat.com/openshift-logging/elasticsearch-proxy-rhel8"
-"openshift-logging/elasticsearch-rhel8-operator" = "registry.access.redhat.com/openshift-logging/elasticsearch-rhel8-operator"
-"openshift-logging/eventrouter-rhel8" = "registry.access.redhat.com/openshift-logging/eventrouter-rhel8"
-"openshift-logging/fluentd-rhel8" = "registry.access.redhat.com/openshift-logging/fluentd-rhel8"
-"openshift-logging/kibana6-rhel8" = "registry.access.redhat.com/openshift-logging/kibana6-rhel8"
-"openshift-logging/logging-curator5-rhel8" = "registry.access.redhat.com/openshift-logging/logging-curator5-rhel8"
-"openshift-metering/ose-metering-ansible-operator-bundle" = "registry.access.redhat.com/openshift-metering/ose-metering-ansible-operator-bundle"
-"openshift-metering/ose-metering-hadoop-rhel8" = "registry.access.redhat.com/openshift-metering/ose-metering-hadoop-rhel8"
-"openshift-serverless-1/client-kn-rhel8" = "registry.access.redhat.com/openshift-serverless-1/client-kn-rhel8"
-"openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8"
-"openshift-serverless-1/eventing-controller-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-controller-rhel8"
-"openshift-serverless-1/eventing-in-memory-channel-controller-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8"
-"openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8"
-"openshift-serverless-1/eventing-mtbroker-filter-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-mtbroker-filter-rhel8"
-"openshift-serverless-1/eventing-mtbroker-ingress-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-mtbroker-ingress-rhel8"
-"openshift-serverless-1/eventing-mtchannel-broker-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-mtchannel-broker-rhel8"
-"openshift-serverless-1/eventing-mtping-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-mtping-rhel8"
-"openshift-serverless-1/eventing-ping-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-ping-rhel8"
-"openshift-serverless-1/eventing-ping-source-cleanup-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-ping-source-cleanup-rhel8"
-"openshift-serverless-1/eventing-storage-version-migration-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-storage-version-migration-rhel8"
-"openshift-serverless-1/eventing-sugar-controller-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-sugar-controller-rhel8"
-"openshift-serverless-1/eventing-webhook-rhel8" = "registry.access.redhat.com/openshift-serverless-1/eventing-webhook-rhel8"
-"openshift-serverless-1/ingress-rhel8-operator" = "registry.access.redhat.com/openshift-serverless-1/ingress-rhel8-operator"
-"openshift-serverless-1/knative-rhel8-operator" = "registry.access.redhat.com/openshift-serverless-1/knative-rhel8-operator"
-"openshift-serverless-1/knative-serving-rhel8-operator" = "registry.access.redhat.com/openshift-serverless-1/knative-serving-rhel8-operator"
-"openshift-serverless-1/kn-cli-artifacts-rhel8" = "registry.access.redhat.com/openshift-serverless-1/kn-cli-artifacts-rhel8"
-"openshift-serverless-1/kourier-control-rhel8" = "registry.access.redhat.com/openshift-serverless-1/kourier-control-rhel8"
-"openshift-serverless-1/serverless-operator-bundle" = "registry.access.redhat.com/openshift-serverless-1/serverless-operator-bundle"
-"openshift-serverless-1/serverless-rhel8-operator" = "registry.access.redhat.com/openshift-serverless-1/serverless-rhel8-operator"
-"openshift-serverless-1/serving-activator-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-activator-rhel8"
-"openshift-serverless-1/serving-autoscaler-hpa-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-autoscaler-hpa-rhel8"
-"openshift-serverless-1/serving-autoscaler-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-autoscaler-rhel8"
-"openshift-serverless-1/serving-controller-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-controller-rhel8"
-"openshift-serverless-1/serving-domain-mapping-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-domain-mapping-rhel8"
-"openshift-serverless-1/serving-domain-mapping-webhook-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-domain-mapping-webhook-rhel8"
-"openshift-serverless-1/serving-queue-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-queue-rhel8"
-"openshift-serverless-1/serving-storage-version-migration-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-storage-version-migration-rhel8"
-"openshift-serverless-1/serving-webhook-rhel8" = "registry.access.redhat.com/openshift-serverless-1/serving-webhook-rhel8"
-"openshift-serverless-1/svls-must-gather-rhel8" = "registry.access.redhat.com/openshift-serverless-1/svls-must-gather-rhel8"
-"openshift-service-mesh/3scale-istio-adapter-rhel8" = "registry.access.redhat.com/openshift-service-mesh/3scale-istio-adapter-rhel8"
-"openshift-service-mesh/citadel-rhel8" = "registry.access.redhat.com/openshift-service-mesh/citadel-rhel8"
-"openshift-service-mesh/galley-rhel8" = "registry.access.redhat.com/openshift-service-mesh/galley-rhel8"
-"openshift-service-mesh/grafana-rhel8" = "registry.access.redhat.com/openshift-service-mesh/grafana-rhel8"
-"openshift-service-mesh/ior-rhel8" = "registry.access.redhat.com/openshift-service-mesh/ior-rhel8"
-"openshift-service-mesh/istio-cni-rhel8" = "registry.access.redhat.com/openshift-service-mesh/istio-cni-rhel8"
-"openshift-service-mesh/istio-must-gather-rhel7" = "registry.access.redhat.com/openshift-service-mesh/istio-must-gather-rhel7"
-"openshift-service-mesh/istio-rhel8-operator" = "registry.access.redhat.com/openshift-service-mesh/istio-rhel8-operator"
-"openshift-service-mesh/kiali-rhel7" = "registry.access.redhat.com/openshift-service-mesh/kiali-rhel7"
-"openshift-service-mesh/kiali-rhel8-operator" = "registry.access.redhat.com/openshift-service-mesh/kiali-rhel8-operator"
-"openshift-service-mesh/kiali-rhel8" = "registry.access.redhat.com/openshift-service-mesh/kiali-rhel8"
-"openshift-service-mesh/mixer-rhel8" = "registry.access.redhat.com/openshift-service-mesh/mixer-rhel8"
-"openshift-service-mesh/pilot-rhel8" = "registry.access.redhat.com/openshift-service-mesh/pilot-rhel8"
-"openshift-service-mesh/prometheus-rhel8" = "registry.access.redhat.com/openshift-service-mesh/prometheus-rhel8"
-"openshift-service-mesh/proxy-init-rhel7" = "registry.access.redhat.com/openshift-service-mesh/proxy-init-rhel7"
-"openshift-service-mesh/proxy-init-rhel8" = "registry.access.redhat.com/openshift-service-mesh/proxy-init-rhel8"
-"openshift-service-mesh/proxyv2-rhel8" = "registry.access.redhat.com/openshift-service-mesh/proxyv2-rhel8"
-"openshift-service-mesh/sidecar-injector-rhel8" = "registry.access.redhat.com/openshift-service-mesh/sidecar-injector-rhel8"
-"operatr-io/operatr-io-operator-48" = "registry.connect.redhat.com/operatr-io/operatr-io-operator-48"
+"openshift4/apb-tools" = "registry.redhat.io/openshift4/apb-tools"
+"openshift4/cluster-etcd-rhel7-operator" = "registry.redhat.io/openshift4/cluster-etcd-rhel7-operator"
+"openshift4/cnf-tests-rhel8" = "registry.redhat.io/openshift4/cnf-tests-rhel8"
+"openshift4/egress-router-cni-alt-rhel8" = "registry.redhat.io/openshift4/egress-router-cni-alt-rhel8"
+"openshift4/egress-router-cni-rhel8" = "registry.redhat.io/openshift4/egress-router-cni-rhel8"
+"openshift4/jenkins-agent-nodejs-10-rhel7" = "registry.redhat.io/openshift4/jenkins-agent-nodejs-10-rhel7"
+"openshift4/jenkins-agent-nodejs-12-rhel7" = "registry.redhat.io/openshift4/jenkins-agent-nodejs-12-rhel7"
+"openshift4/kubernetes-nmstate-operator-bundle" = "registry.redhat.io/openshift4/kubernetes-nmstate-operator-bundle"
+"openshift4/kubernetes-nmstate-rhel8-operator" = "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator"
+"openshift4/mediawiki-apb" = "registry.redhat.io/openshift4/mediawiki-apb"
+"openshift4/mediawiki" = "registry.redhat.io/openshift4/mediawiki"
+"openshift4/metallb-operator-rhel8" = "registry.redhat.io/openshift4/metallb-operator-rhel8"
+"openshift4/openshift-node-maintenance-rhel8-operator" = "registry.redhat.io/openshift4/openshift-node-maintenance-rhel8-operator"
+"openshift4/ose-ansible-operator" = "registry.redhat.io/openshift4/ose-ansible-operator"
+"openshift4/ose-ansible-service-broker" = "registry.redhat.io/openshift4/ose-ansible-service-broker"
+"openshift4/ose-aws-machine-controllers" = "registry.redhat.io/openshift4/ose-aws-machine-controllers"
+"openshift4/ose-aws-pod-identity-webhook-rhel7" = "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel7"
+"openshift4/ose-aws-pod-identity-webhook-rhel8" = "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8"
+"openshift4/ose-azure-machine-controllers" = "registry.redhat.io/openshift4/ose-azure-machine-controllers"
+"openshift4/ose-baremetal-machine-controllers" = "registry.redhat.io/openshift4/ose-baremetal-machine-controllers"
+"openshift4/ose-baremetal-runtimecfg-container-rhel7" = "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-container-rhel7"
+"openshift4/ose-baremetal-runtimecfg-rhel7" = "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel7"
+"openshift4/ose-baremetal-runtimecfg-rhel8" = "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8"
+"openshift4/ose-cli-artifacts" = "registry.redhat.io/openshift4/ose-cli-artifacts"
+"openshift4/ose-cli" = "registry.redhat.io/openshift4/ose-cli"
+"openshift4/ose-cloud-credential-operator" = "registry.redhat.io/openshift4/ose-cloud-credential-operator"
+"openshift4/ose-cluster-authentication-operator" = "registry.redhat.io/openshift4/ose-cluster-authentication-operator"
+"openshift4/ose-cluster-autoscaler-operator" = "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator"
+"openshift4/ose-cluster-autoscaler" = "registry.redhat.io/openshift4/ose-cluster-autoscaler"
+"openshift4/ose-cluster-baremetal-operator-rhel8" = "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8"
+"openshift4/ose-cluster-bootstrap" = "registry.redhat.io/openshift4/ose-cluster-bootstrap"
+"openshift4/ose-cluster-capacity" = "registry.redhat.io/openshift4/ose-cluster-capacity"
+"openshift4/ose-cluster-config-operator" = "registry.redhat.io/openshift4/ose-cluster-config-operator"
+"openshift4/ose-cluster-dns-operator" = "registry.redhat.io/openshift4/ose-cluster-dns-operator"
+"openshift4/ose-cluster-etcd-rhel8-operator" = "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator"
+"openshift4/ose-cluster-image-registry-operator" = "registry.redhat.io/openshift4/ose-cluster-image-registry-operator"
+"openshift4/ose-cluster-ingress-operator" = "registry.redhat.io/openshift4/ose-cluster-ingress-operator"
+"openshift4/ose-cluster-kube-apiserver-operator" = "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator"
+"openshift4/ose-cluster-kube-controller-manager-operator" = "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator"
+"openshift4/ose-cluster-kube-descheduler-operator-bundle" = "registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator-bundle"
+"openshift4/ose-cluster-kube-descheduler-operator-metadata" = "registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator-metadata"
+"openshift4/ose-cluster-kube-descheduler-rhel7-operator-metadata" = "registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel7-operator-metadata"
+"openshift4/ose-cluster-kube-descheduler-rhel8-operator" = "registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator"
+"openshift4/ose-cluster-kube-scheduler-operator" = "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator"
+"openshift4/ose-cluster-kube-storage-version-migrator-rhel7-operator" = "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel7-operator"
+"openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator" = "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator"
+"openshift4/ose-cluster-logging-operator" = "registry.redhat.io/openshift4/ose-cluster-logging-operator"
+"openshift4/ose-cluster-machine-approver" = "registry.redhat.io/openshift4/ose-cluster-machine-approver"
+"openshift4/ose-cluster-monitoring-operator" = "registry.redhat.io/openshift4/ose-cluster-monitoring-operator"
+"openshift4/ose-cluster-network-operator" = "registry.redhat.io/openshift4/ose-cluster-network-operator"
+"openshift4/ose-cluster-nfd-operator" = "registry.redhat.io/openshift4/ose-cluster-nfd-operator"
+"openshift4/ose-cluster-node-tuned" = "registry.redhat.io/openshift4/ose-cluster-node-tuned"
+"openshift4/ose-cluster-node-tuning-operator" = "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator"
+"openshift4/ose-cluster-openshift-apiserver-operator" = "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator"
+"openshift4/ose-cluster-openshift-controller-manager-operator" = "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator"
+"openshift4/ose-cluster-policy-controller-rhel7" = "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel7"
+"openshift4/ose-cluster-policy-controller-rhel8" = "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8"
+"openshift4/ose-clusterresourceoverride-operator-bundle" = "registry.redhat.io/openshift4/ose-clusterresourceoverride-operator-bundle"
+"openshift4/ose-clusterresourceoverride-rhel7-operator" = "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel7-operator"
+"openshift4/ose-clusterresourceoverride-rhel7" = "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel7"
+"openshift4/ose-clusterresourceoverride-rhel8-operator" = "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator"
+"openshift4/ose-clusterresourceoverride-rhel8" = "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8"
+"openshift4/ose-cluster-storage-operator" = "registry.redhat.io/openshift4/ose-cluster-storage-operator"
+"openshift4/ose-cluster-svcat-apiserver-operator" = "registry.redhat.io/openshift4/ose-cluster-svcat-apiserver-operator"
+"openshift4/ose-cluster-svcat-controller-manager-operator" = "registry.redhat.io/openshift4/ose-cluster-svcat-controller-manager-operator"
+"openshift4/ose-cluster-update-keys" = "registry.redhat.io/openshift4/ose-cluster-update-keys"
+"openshift4/ose-cluster-version-operator" = "registry.redhat.io/openshift4/ose-cluster-version-operator"
+"openshift4/ose-configmap-reloader" = "registry.redhat.io/openshift4/ose-configmap-reloader"
+"openshift4/ose-console-operator" = "registry.redhat.io/openshift4/ose-console-operator"
+"openshift4/ose-console" = "registry.redhat.io/openshift4/ose-console"
+"openshift4/ose-container-networking-plugins-rhel7" = "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel7"
+"openshift4/ose-container-networking-plugins-rhel8" = "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8"
+"openshift4/ose-container-networking-plugins-supported" = "registry.redhat.io/openshift4/ose-container-networking-plugins-supported"
+"openshift4/ose-container-networking-plugins-unsupported" = "registry.redhat.io/openshift4/ose-container-networking-plugins-unsupported"
+"openshift4/ose-csi-driver-manila-rhel7-operator" = "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel7-operator"
+"openshift4/ose-csi-driver-manila-rhel7" = "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel7"
+"openshift4/ose-csi-driver-manila-rhel8-operator" = "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator"
+"openshift4/ose-csi-driver-manila-rhel8" = "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8"
+"openshift4/ose-csi-driver-nfs-rhel7" = "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel7"
+"openshift4/ose-csi-driver-nfs-rhel8" = "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8"
+"openshift4/ose-csi-driver-registrar" = "registry.redhat.io/openshift4/ose-csi-driver-registrar"
+"openshift4/ose-csi-external-attacher" = "registry.redhat.io/openshift4/ose-csi-external-attacher"
+"openshift4/ose-csi-external-attacher-rhel7" = "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel7"
+"openshift4/ose-csi-external-attacher-rhel8" = "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8"
+"openshift4/ose-csi-external-provisioner" = "registry.redhat.io/openshift4/ose-csi-external-provisioner"
+"openshift4/ose-csi-external-provisioner-rhel7" = "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel7"
+"openshift4/ose-csi-external-provisioner-rhel8" = "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8"
+"openshift4/ose-csi-external-snapshotter" = "registry.redhat.io/openshift4/ose-csi-external-snapshotter"
+"openshift4/ose-csi-livenessprobe" = "registry.redhat.io/openshift4/ose-csi-livenessprobe"
+"openshift4/ose-csi-livenessprobe-rhel7" = "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel7"
+"openshift4/ose-csi-livenessprobe-rhel8" = "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8"
+"openshift4/ose-csi-node-driver-registrar" = "registry.redhat.io/openshift4/ose-csi-node-driver-registrar"
+"openshift4/ose-csi-node-driver-registrar-rhel7" = "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel7"
+"openshift4/ose-csi-node-driver-registrar-rhel8" = "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8"
+"openshift4/ose-csi-snapshot-controller" = "registry.redhat.io/openshift4/ose-csi-snapshot-controller"
+"openshift4/ose-csi-snapshot-validation-webhook-rhel8" = "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8"
+"openshift4/ose-deployer" = "registry.redhat.io/openshift4/ose-deployer"
+"openshift4/ose-docker-builder" = "registry.redhat.io/openshift4/ose-docker-builder"
+"openshift4/ose-docker-registry" = "registry.redhat.io/openshift4/ose-docker-registry"
+"openshift4/ose-egress-dns-proxy" = "registry.redhat.io/openshift4/ose-egress-dns-proxy"
+"openshift4/ose-egress-http-proxy" = "registry.redhat.io/openshift4/ose-egress-http-proxy"
+"openshift4/ose-egress-router" = "registry.redhat.io/openshift4/ose-egress-router"
+"openshift4/ose-elasticsearch-operator" = "registry.redhat.io/openshift4/ose-elasticsearch-operator"
+"openshift4/ose-elasticsearch-proxy-rhel7" = "registry.redhat.io/openshift4/ose-elasticsearch-proxy-rhel7"
+"openshift4/ose-gcp-machine-controllers-rhel7" = "registry.redhat.io/openshift4/ose-gcp-machine-controllers-rhel7"
+"openshift4/ose-gcp-machine-controllers-rhel8" = "registry.redhat.io/openshift4/ose-gcp-machine-controllers-rhel8"
+"openshift4/ose-ghostunnel" = "registry.redhat.io/openshift4/ose-ghostunnel"
+"openshift4/ose-grafana" = "registry.redhat.io/openshift4/ose-grafana"
+"openshift4/ose-haproxy-router-base" = "registry.redhat.io/openshift4/ose-haproxy-router-base"
+"openshift4/ose-haproxy-router" = "registry.redhat.io/openshift4/ose-haproxy-router"
+"openshift4/ose-hello-openshift-rhel8" = "registry.redhat.io/openshift4/ose-hello-openshift-rhel8"
+"openshift4/ose-helm-operator" = "registry.redhat.io/openshift4/ose-helm-operator"
+"openshift4/ose-hyperkube" = "registry.redhat.io/openshift4/ose-hyperkube"
+"openshift4/ose-hypershift" = "registry.redhat.io/openshift4/ose-hypershift"
+"openshift4/ose-insights-rhel7-operator" = "registry.redhat.io/openshift4/ose-insights-rhel7-operator"
+"openshift4/ose-insights-rhel8-operator" = "registry.redhat.io/openshift4/ose-insights-rhel8-operator"
+"openshift4/ose-installer-artifacts" = "registry.redhat.io/openshift4/ose-installer-artifacts"
+"openshift4/ose-installer" = "registry.redhat.io/openshift4/ose-installer"
+"openshift4/ose-jenkins-agent-base" = "registry.redhat.io/openshift4/ose-jenkins-agent-base"
+"openshift4/ose-jenkins-agent-maven" = "registry.redhat.io/openshift4/ose-jenkins-agent-maven"
+"openshift4/ose-jenkins-agent-nodejs-10-rhel8" = "registry.redhat.io/openshift4/ose-jenkins-agent-nodejs-10-rhel8"
+"openshift4/ose-jenkins-agent-nodejs-12-rhel8" = "registry.redhat.io/openshift4/ose-jenkins-agent-nodejs-12-rhel8"
+"openshift4/ose-jenkins" = "registry.redhat.io/openshift4/ose-jenkins"
+"openshift4/ose-keepalived-ipfailover" = "registry.redhat.io/openshift4/ose-keepalived-ipfailover"
+"openshift4/ose-kube-client-agent" = "registry.redhat.io/openshift4/ose-kube-client-agent"
+"openshift4/ose-kube-etcd-signer-server" = "registry.redhat.io/openshift4/ose-kube-etcd-signer-server"
+"openshift4/ose-kube-proxy" = "registry.redhat.io/openshift4/ose-kube-proxy"
+"openshift4/ose-kube-rbac-proxy" = "registry.redhat.io/openshift4/ose-kube-rbac-proxy"
+"openshift4/ose-kubernetes-nmstate-handler-rhel8" = "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8"
+"openshift4/ose-kube-state-metrics" = "registry.redhat.io/openshift4/ose-kube-state-metrics"
+"openshift4/ose-kube-storage-version-migrator-rhel7" = "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel7"
+"openshift4/ose-kube-storage-version-migrator-rhel8" = "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8"
+"openshift4/ose-kuryr-cni-rhel8" = "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8"
+"openshift4/ose-kuryr-controller-rhel8" = "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8"
+"openshift4/ose-libvirt-machine-controllers" = "registry.redhat.io/openshift4/ose-libvirt-machine-controllers"
+"openshift4/ose-local-storage-diskmaker" = "registry.redhat.io/openshift4/ose-local-storage-diskmaker"
+"openshift4/ose-local-storage-mustgather-rhel8" = "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8"
+"openshift4/ose-local-storage-operator" = "registry.redhat.io/openshift4/ose-local-storage-operator"
+"openshift4/ose-local-storage-static-provisioner" = "registry.redhat.io/openshift4/ose-local-storage-static-provisioner"
+"openshift4/ose-logging-curator5" = "registry.redhat.io/openshift4/ose-logging-curator5"
+"openshift4/ose-logging-elasticsearch6" = "registry.redhat.io/openshift4/ose-logging-elasticsearch6"
+"openshift4/ose-logging-elasticsearch-rhel7" = "registry.redhat.io/openshift4/ose-logging-elasticsearch-rhel7"
+"openshift4/ose-logging-eventrouter" = "registry.redhat.io/openshift4/ose-logging-eventrouter"
+"openshift4/ose-logging-fluentd" = "registry.redhat.io/openshift4/ose-logging-fluentd"
+"openshift4/ose-logging-kibana6" = "registry.redhat.io/openshift4/ose-logging-kibana6"
+"openshift4/ose-machine-api-operator" = "registry.redhat.io/openshift4/ose-machine-api-operator"
+"openshift4/ose-machine-config-controller" = "registry.redhat.io/openshift4/ose-machine-config-controller"
+"openshift4/ose-machine-config-daemon" = "registry.redhat.io/openshift4/ose-machine-config-daemon"
+"openshift4/ose-machine-config-operator" = "registry.redhat.io/openshift4/ose-machine-config-operator"
+"openshift4/ose-machine-config-server" = "registry.redhat.io/openshift4/ose-machine-config-server"
+"openshift4/ose-mdns-publisher-rhel7" = "registry.redhat.io/openshift4/ose-mdns-publisher-rhel7"
+"openshift4/ose-mdns-publisher-rhel8" = "registry.redhat.io/openshift4/ose-mdns-publisher-rhel8"
+"openshift4/ose-metering-ansible-operator" = "registry.redhat.io/openshift4/ose-metering-ansible-operator"
+"openshift4/ose-metering-ansible-rhel7-operator-metadata" = "registry.redhat.io/openshift4/ose-metering-ansible-rhel7-operator-metadata"
+"openshift4/ose-metering-hadoop" = "registry.redhat.io/openshift4/ose-metering-hadoop"
+"openshift4/ose-metering-helm-container-rhel8" = "registry.redhat.io/openshift4/ose-metering-helm-container-rhel8"
+"openshift4/ose-metering-hive" = "registry.redhat.io/openshift4/ose-metering-hive"
+"openshift4/ose-metering-presto" = "registry.redhat.io/openshift4/ose-metering-presto"
+"openshift4/ose-metering-reporting-operator" = "registry.redhat.io/openshift4/ose-metering-reporting-operator"
+"openshift4/ose-multus-admission-controller" = "registry.redhat.io/openshift4/ose-multus-admission-controller"
+"openshift4/ose-multus-cni" = "registry.redhat.io/openshift4/ose-multus-cni"
+"openshift4/ose-must-gather" = "registry.redhat.io/openshift4/ose-must-gather"
+"openshift4/ose-network-metrics-daemon-container-rhel7" = "registry.redhat.io/openshift4/ose-network-metrics-daemon-container-rhel7"
+"openshift4/ose-network-metrics-daemon-rhel8" = "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8"
+"openshift4/ose-node-feature-discovery" = "registry.redhat.io/openshift4/ose-node-feature-discovery"
+"openshift4/ose-node" = "registry.redhat.io/openshift4/ose-node"
+"openshift4/ose-oauth-proxy" = "registry.redhat.io/openshift4/ose-oauth-proxy"
+"openshift4/ose-oauth-server-rhel7" = "registry.redhat.io/openshift4/ose-oauth-server-rhel7"
+"openshift4/ose-oauth-server-rhel8" = "registry.redhat.io/openshift4/ose-oauth-server-rhel8"
+"openshift4/ose-openshift-apiserver-rhel7" = "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel7"
+"openshift4/ose-openshift-apiserver-rhel8" = "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8"
+"openshift4/ose-openshift-controller-manager-rhel7" = "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel7"
+"openshift4/ose-openshift-controller-manager-rhel8" = "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8"
+"openshift4/ose-openshift-proxy-pull-test-rhel8" = "registry.redhat.io/openshift4/ose-openshift-proxy-pull-test-rhel8"
+"openshift4/ose-openstack-cinder-csi-driver-rhel8-operator" = "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator"
+"openshift4/ose-openstack-cinder-csi-driver-rhel8" = "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8"
+"openshift4/ose-openstack-machine-controllers" = "registry.redhat.io/openshift4/ose-openstack-machine-controllers"
+"openshift4/ose-operator-lifecycle-manager" = "registry.redhat.io/openshift4/ose-operator-lifecycle-manager"
+"openshift4/ose-operator-marketplace" = "registry.redhat.io/openshift4/ose-operator-marketplace"
+"openshift4/ose-operator-registry" = "registry.redhat.io/openshift4/ose-operator-registry"
+"openshift4/ose-operator-sdk-rhel8" = "registry.redhat.io/openshift4/ose-operator-sdk-rhel8"
+"openshift4/ose-ovirt-machine-controllers-rhel7" = "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel7"
+"openshift4/ose-ovirt-machine-controllers-rhel8" = "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8"
+"openshift4/ose-pod" = "registry.redhat.io/openshift4/ose-pod"
+"openshift4/ose-prometheus-alertmanager" = "registry.redhat.io/openshift4/ose-prometheus-alertmanager"
+"openshift4/ose-prometheus-config-reloader" = "registry.redhat.io/openshift4/ose-prometheus-config-reloader"
+"openshift4/ose-prometheus-node-exporter" = "registry.redhat.io/openshift4/ose-prometheus-node-exporter"
+"openshift4/ose-prometheus" = "registry.redhat.io/openshift4/ose-prometheus"
+"openshift4/ose-prom-label-proxy" = "registry.redhat.io/openshift4/ose-prom-label-proxy"
+"openshift4/ose-ptp-operator-metadata" = "registry.redhat.io/openshift4/ose-ptp-operator-metadata"
+"openshift4/ose-recycler" = "registry.redhat.io/openshift4/ose-recycler"
+"openshift4/ose-sdn-controller-rhel7" = "registry.redhat.io/openshift4/ose-sdn-controller-rhel7"
+"openshift4/ose-sdn-rhel7" = "registry.redhat.io/openshift4/ose-sdn-rhel7"
+"openshift4/ose-sdn-rhel8" = "registry.redhat.io/openshift4/ose-sdn-rhel8"
+"openshift4/ose-service-ca-operator" = "registry.redhat.io/openshift4/ose-service-ca-operator"
+"openshift4/ose-service-catalog" = "registry.redhat.io/openshift4/ose-service-catalog"
+"openshift4/ose-service-idler-rhel7" = "registry.redhat.io/openshift4/ose-service-idler-rhel7"
+"openshift4/ose-service-idler-rhel8" = "registry.redhat.io/openshift4/ose-service-idler-rhel8"
+"openshift4/ose-sriov-infiniband-cni" = "registry.redhat.io/openshift4/ose-sriov-infiniband-cni"
+"openshift4/ose-sriov-network-operator-bundle" = "registry.redhat.io/openshift4/ose-sriov-network-operator-bundle"
+"openshift4/ose-sriov-operator-must-gather" = "registry.redhat.io/openshift4/ose-sriov-operator-must-gather"
+"openshift4/ose-telemeter" = "registry.redhat.io/openshift4/ose-telemeter"
+"openshift4/ose-template-service-broker" = "registry.redhat.io/openshift4/ose-template-service-broker"
+"openshift4/ose-template-service-broker-rhel7-operator-metadata" = "registry.redhat.io/openshift4/ose-template-service-broker-rhel7-operator-metadata"
+"openshift4/ose-tests" = "registry.redhat.io/openshift4/ose-tests"
+"openshift4/ose-tools-rhel7" = "registry.redhat.io/openshift4/ose-tools-rhel7"
+"openshift4/ose-tools-rhel8" = "registry.redhat.io/openshift4/ose-tools-rhel8"
+"openshift4/ose-vertical-pod-autoscaler-operator-bundle" = "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-operator-bundle"
+"openshift4/ose-vertical-pod-autoscaler-rhel7-operator" = "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel7-operator"
+"openshift4/ose-vertical-pod-autoscaler-rhel7" = "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel7"
+"openshift4/ose-vertical-pod-autoscaler-rhel8-operator" = "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator"
+"openshift4/ose-vertical-pod-autoscaler-rhel8" = "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8"
+"openshift4/ose-vsphere-problem-detector-rhel8" = "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8"
+"openshift4/ovirt-csi-driver-rhel7-operator" = "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7-operator"
+"openshift4/ovirt-csi-driver-rhel7" = "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7"
+"openshift4/ovirt-csi-driver-rhel8-operator" = "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator"
+"openshift4/ovirt-csi-driver-rhel8" = "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8"
+"openshift4/performance-addon-operator-bundle-registry-container-rhel8" = "registry.redhat.io/openshift4/performance-addon-operator-bundle-registry-container-rhel8"
+"openshift4/performance-addon-operator-must-gather-rhel8" = "registry.redhat.io/openshift4/performance-addon-operator-must-gather-rhel8"
+"openshift4/performance-addon-rhel8-operator" = "registry.redhat.io/openshift4/performance-addon-rhel8-operator"
+"openshift4/ptp-must-gather-rhel8" = "registry.redhat.io/openshift4/ptp-must-gather-rhel8"
+"openshift4/sriov-network-webhook-rhel7" = "registry.redhat.io/openshift4/sriov-network-webhook-rhel7"
+"openshift4-wincw/windows-machine-config-operator-bundle" = "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle"
+"openshift4-wincw/windows-machine-config-rhel8-operator" = "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel8-operator"
+"openshift/cloud-network-config-controller-rhel8" = "registry.redhat.io/openshift/cloud-network-config-controller-rhel8"
+"openshift/cluster-nfd-operator" = "registry.access.redhat.com/openshift/cluster-nfd-operator"
+"openshiftdo/odo-init-image-rhel7" = "registry.redhat.io/openshiftdo/odo-init-image-rhel7"
+"openshift-gitops-1/applicationset-rhel8" = "registry.redhat.io/openshift-gitops-1/applicationset-rhel8"
+"openshift-gitops-1/argocd-rhel8" = "registry.redhat.io/openshift-gitops-1/argocd-rhel8"
+"openshift-gitops-1/gitops-operator-bundle" = "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle"
+"openshift-gitops-1/gitops-rhel8-operator" = "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator"
+"openshift-gitops-1/gitops-rhel8" = "registry.redhat.io/openshift-gitops-1/gitops-rhel8"
+"openshift-gitops-1/kam-delivery-rhel8" = "registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8"
+"openshift-istio/kiali-operator-metadata" = "registry.redhat.io/openshift-istio/kiali-operator-metadata"
+"openshift-logging/cluster-logging-operator-bundle" = "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle"
+"openshift-logging/cluster-logging-rhel8-operator" = "registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator"
+"openshift-logging/elasticsearch6-rhel8" = "registry.redhat.io/openshift-logging/elasticsearch6-rhel8"
+"openshift-logging/elasticsearch-operator-bundle" = "registry.redhat.io/openshift-logging/elasticsearch-operator-bundle"
+"openshift-logging/elasticsearch-proxy-rhel8" = "registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8"
+"openshift-logging/elasticsearch-rhel8-operator" = "registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator"
+"openshift-logging/eventrouter-rhel8" = "registry.redhat.io/openshift-logging/eventrouter-rhel8"
+"openshift-logging/fluentd-rhel8" = "registry.redhat.io/openshift-logging/fluentd-rhel8"
+"openshift-logging/kibana6-rhel8" = "registry.redhat.io/openshift-logging/kibana6-rhel8"
+"openshift-logging/logging-curator5-rhel8" = "registry.redhat.io/openshift-logging/logging-curator5-rhel8"
+"openshift/metallb-rhel9" = "registry.redhat.io/openshift/metallb-rhel9"
+"openshift-metering/ose-metering-ghostunnel-rhel8" = "registry.redhat.io/openshift-metering/ose-metering-ghostunnel-rhel8"
+"openshift-metering/ose-metering-hadoop-rhel8" = "registry.redhat.io/openshift-metering/ose-metering-hadoop-rhel8"
+"openshift-pipelines/pipelines-cli-tkn-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8"
+"openshift-pipelines/pipelines-controller-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8"
+"openshift-pipelines/pipelines-entrypoint-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8"
+"openshift-pipelines/pipelines-git-init-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8"
+"openshift-pipelines/pipelines-imagedigestexporter-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-imagedigestexporter-rhel8"
+"openshift-pipelines/pipelines-kubeconfigwriter-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-kubeconfigwriter-rhel8"
+"openshift-pipelines/pipelines-nop-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8"
+"openshift-pipelines/pipelines-operator-bundle" = "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle"
+"openshift-pipelines/pipelines-operator-proxy-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8"
+"openshift-pipelines/pipelines-pullrequest-init-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-pullrequest-init-rhel8"
+"openshift-pipelines/pipelines-rhel8-operator" = "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator"
+"openshift-pipelines/pipelines-triggers-controller-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8"
+"openshift-pipelines/pipelines-triggers-core-interceptors-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8"
+"openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8"
+"openshift-pipelines/pipelines-triggers-webhook-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8"
+"openshift-pipelines/pipelines-webhook-rhel8" = "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8"
+"openshift-serverless-1/client-kn-rhel8" = "registry.redhat.io/openshift-serverless-1/client-kn-rhel8"
+"openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8"
+"openshift-serverless-1/eventing-controller-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8"
+"openshift-serverless-1/eventing-in-memory-channel-controller-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8"
+"openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8"
+"openshift-serverless-1/eventing-kafka-channel-controller-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-kafka-channel-controller-rhel8"
+"openshift-serverless-1/eventing-kafka-channel-dispatcher-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-kafka-channel-dispatcher-rhel8"
+"openshift-serverless-1/eventing-kafka-channel-webhook-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-kafka-channel-webhook-rhel8"
+"openshift-serverless-1/eventing-kafka-source-controller-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-kafka-source-controller-rhel8"
+"openshift-serverless-1/eventing-kafka-source-receive-adapter-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-kafka-source-receive-adapter-rhel8"
+"openshift-serverless-1/eventing-kafka-storage-version-migration-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-kafka-storage-version-migration-rhel8"
+"openshift-serverless-1/eventing-mtbroker-filter-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8"
+"openshift-serverless-1/eventing-mtbroker-ingress-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8"
+"openshift-serverless-1/eventing-mtchannel-broker-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8"
+"openshift-serverless-1/eventing-mtping-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8"
+"openshift-serverless-1/eventing-ping-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-ping-rhel8"
+"openshift-serverless-1/eventing-ping-source-cleanup-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-ping-source-cleanup-rhel8"
+"openshift-serverless-1/eventing-storage-version-migration-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8"
+"openshift-serverless-1/eventing-sugar-controller-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-sugar-controller-rhel8"
+"openshift-serverless-1/eventing-webhook-rhel8" = "registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8"
+"openshift-serverless-1/ingress-rhel8-operator" = "registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator"
+"openshift-serverless-1/knative-rhel8-operator" = "registry.redhat.io/openshift-serverless-1/knative-rhel8-operator"
+"openshift-serverless-1/knative-serving-rhel8-operator" = "registry.redhat.io/openshift-serverless-1/knative-serving-rhel8-operator"
+"openshift-serverless-1/kn-cli-artifacts-rhel8" = "registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8"
+"openshift-serverless-1/kourier-control-rhel8" = "registry.redhat.io/openshift-serverless-1/kourier-control-rhel8"
+"openshift-serverless-1/net-istio-controller-rhel8" = "registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8"
+"openshift-serverless-1/net-istio-webhook-rhel8" = "registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8"
+"openshift-serverless-1/serverless-operator-bundle" = "registry.redhat.io/openshift-serverless-1/serverless-operator-bundle"
+"openshift-serverless-1/serverless-rhel8-operator" = "registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator"
+"openshift-serverless-1/serving-activator-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-activator-rhel8"
+"openshift-serverless-1/serving-autoscaler-hpa-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8"
+"openshift-serverless-1/serving-autoscaler-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8"
+"openshift-serverless-1/serving-controller-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-controller-rhel8"
+"openshift-serverless-1/serving-domain-mapper-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-domain-mapper-rhel8"
+"openshift-serverless-1/serving-domain-mapping-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8"
+"openshift-serverless-1/serving-domain-mapping-webhook-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8"
+"openshift-serverless-1/serving-queue-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-queue-rhel8"
+"openshift-serverless-1/serving-storage-version-migration-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8"
+"openshift-serverless-1/serving-webhook-rhel8" = "registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8"
+"openshift-serverless-1/svls-must-gather-rhel8" = "registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8"
+"openshift-service-mesh/3scale-istio-adapter-rhel8" = "registry.redhat.io/openshift-service-mesh/3scale-istio-adapter-rhel8"
+"openshift-service-mesh/citadel-rhel8" = "registry.redhat.io/openshift-service-mesh/citadel-rhel8"
+"openshift-service-mesh/galley-rhel8" = "registry.redhat.io/openshift-service-mesh/galley-rhel8"
+"openshift-service-mesh/grafana-rhel8" = "registry.redhat.io/openshift-service-mesh/grafana-rhel8"
+"openshift-service-mesh/ior-rhel8" = "registry.redhat.io/openshift-service-mesh/ior-rhel8"
+"openshift-service-mesh/istio-cni-rhel8" = "registry.redhat.io/openshift-service-mesh/istio-cni-rhel8"
+"openshift-service-mesh/istio-must-gather-rhel8" = "registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8"
+"openshift-service-mesh/istio-rhel8-operator" = "registry.redhat.io/openshift-service-mesh/istio-rhel8-operator"
+"openshift-service-mesh/kiali-rhel7" = "registry.redhat.io/openshift-service-mesh/kiali-rhel7"
+"openshift-service-mesh/kiali-rhel8-operator" = "registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator"
+"openshift-service-mesh/kiali-rhel8" = "registry.redhat.io/openshift-service-mesh/kiali-rhel8"
+"openshift-service-mesh/mixer-rhel8" = "registry.redhat.io/openshift-service-mesh/mixer-rhel8"
+"openshift-service-mesh/pilot-rhel8" = "registry.redhat.io/openshift-service-mesh/pilot-rhel8"
+"openshift-service-mesh/prometheus-rhel8" = "registry.redhat.io/openshift-service-mesh/prometheus-rhel8"
+"openshift-service-mesh/proxy-init-rhel7" = "registry.redhat.io/openshift-service-mesh/proxy-init-rhel7"
+"openshift-service-mesh/proxy-init-rhel8" = "registry.redhat.io/openshift-service-mesh/proxy-init-rhel8"
+"openshift-service-mesh/proxyv2-rhel8" = "registry.redhat.io/openshift-service-mesh/proxyv2-rhel8"
+"openshift-service-mesh/sidecar-injector-rhel8" = "registry.redhat.io/openshift-service-mesh/sidecar-injector-rhel8"
+"openshift-update-service/cincinnati-operator-bundle" = "registry.redhat.io/openshift-update-service/cincinnati-operator-bundle"
+"openshift-update-service/openshift-update-service-rhel8-operator" = "registry.redhat.io/openshift-update-service/openshift-update-service-rhel8-operator"
+"openshift-update-service/openshift-update-service-rhel8" = "registry.redhat.io/openshift-update-service/openshift-update-service-rhel8"
+"operatr-io/kpow-66" = "registry.redhat.io/operatr-io/kpow-66"
+"operatr-io/kpow" = "registry.connect.redhat.com/operatr-io/kpow"
+"operatr-io/operatr-io-operator-48" = "registry.redhat.io/operatr-io/operatr-io-operator-48"
 "operatr-io/operatr-io" = "registry.connect.redhat.com/operatr-io/operatr-io"
-"opsmx/spinnaker-operator-bundle" = "registry.connect.redhat.com/opsmx/spinnaker-operator-bundle"
-"opsmx/spinnaker-operator" = "registry.connect.redhat.com/opsmx/spinnaker-operator"
-"opsmx/ubi8-oes-clouddriver" = "registry.connect.redhat.com/opsmx/ubi8-oes-clouddriver"
-"opsmx/ubi8-oes-deck" = "registry.connect.redhat.com/opsmx/ubi8-oes-deck"
-"opsmx/ubi8-oes-echo" = "registry.connect.redhat.com/opsmx/ubi8-oes-echo"
-"opsmx/ubi8-oes-fiat" = "registry.connect.redhat.com/opsmx/ubi8-oes-fiat"
-"opsmx/ubi8-oes-front50" = "registry.connect.redhat.com/opsmx/ubi8-oes-front50"
-"opsmx/ubi8-oes-gate" = "registry.connect.redhat.com/opsmx/ubi8-oes-gate"
-"opsmx/ubi8-oes-igor" = "registry.connect.redhat.com/opsmx/ubi8-oes-igor"
-"opsmx/ubi8-oes-kayenta" = "registry.connect.redhat.com/opsmx/ubi8-oes-kayenta"
-"opsmx/ubi8-oes-minio" = "registry.connect.redhat.com/opsmx/ubi8-oes-minio"
-"opsmx/ubi8-oes-monitoring" = "registry.connect.redhat.com/opsmx/ubi8-oes-monitoring"
-"opsmx/ubi8-oes-operator-halyard" = "registry.connect.redhat.com/opsmx/ubi8-oes-operator-halyard"
-"opsmx/ubi8-oes-orca" = "registry.connect.redhat.com/opsmx/ubi8-oes-orca"
-"opsmx/ubi8-oes-redis" = "registry.connect.redhat.com/opsmx/ubi8-oes-redis"
-"opsmx/ubi8-oes-rosco" = "registry.connect.redhat.com/opsmx/ubi8-oes-rosco"
-"opsmx/ubi8-spinnaker-operator" = "registry.connect.redhat.com/opsmx/ubi8-spinnaker-operator"
 "organization/edb/postgres-advanced-server-10" = "quay.io/organization/edb/postgres-advanced-server-10"
 "organization/edb/postgres-advanced-server-11" = "quay.io/organization/edb/postgres-advanced-server-11"
 "organization/edb/postgresql-11" = "quay.io/organization/edb/postgresql-11"
 "organization/edb/stolon" = "quay.io/organization/edb/stolon"
-"orientdb/orientdb-community" = "registry.connect.redhat.com/orientdb/orientdb-community"
 "ospid-3d0a4254-c562-4b0b-aca9-d74f4987ad66/operator-image-296577" = "scan.connect.redhat.com/ospid-3d0a4254-c562-4b0b-aca9-d74f4987ad66/operator-image-296577"
-"outcoldsolutions/collectorforopenshift" = "registry.connect.redhat.com/outcoldsolutions/collectorforopenshift"
-"outlyer/agent2" = "registry.connect.redhat.com/outlyer/agent2"
-"owldq/owldq-operator" = "registry.connect.redhat.com/owldq/owldq-operator"
-"perceptilabs/perceptilabs-core-1" = "registry.connect.redhat.com/perceptilabs/perceptilabs-core-1"
-"perceptilabs/perceptilabs-frontend-1" = "registry.connect.redhat.com/perceptilabs/perceptilabs-frontend-1"
-"perceptilabs/perceptilabs-operator-bundle" = "registry.connect.redhat.com/perceptilabs/perceptilabs-operator-bundle"
-"perceptilabs/perceptilabs-operator" = "registry.connect.redhat.com/perceptilabs/perceptilabs-operator"
-"perceptilabs/perceptilabs-rygg-1" = "registry.connect.redhat.com/perceptilabs/perceptilabs-rygg-1"
-"pingcap/tidb-2point1" = "registry.connect.redhat.com/pingcap/tidb-2point1"
-"pingcap/tidb-operator-1" = "registry.connect.redhat.com/pingcap/tidb-operator-1"
-"portshift/clair-db" = "registry.connect.redhat.com/portshift/clair-db"
-"portshift/clair" = "registry.connect.redhat.com/portshift/clair"
-"portshift/dockle" = "registry.connect.redhat.com/portshift/dockle"
-"portshift/gopassivedns" = "registry.connect.redhat.com/portshift/gopassivedns"
-"portshift/k8s-upgrader" = "registry.connect.redhat.com/portshift/k8s-upgrader"
-"portshift/klar" = "registry.connect.redhat.com/portshift/klar"
-"portshift/operator-bundle" = "registry.connect.redhat.com/portshift/operator-bundle"
-"portshift/operator" = "registry.connect.redhat.com/portshift/operator"
-"portshift/portshift-k8s-agent" = "registry.connect.redhat.com/portshift/portshift-k8s-agent"
-"portshift/portshift-kafka-authz" = "registry.connect.redhat.com/portshift/portshift-kafka-authz"
-"portworx/openstorage-operator" = "registry.connect.redhat.com/portworx/openstorage-operator"
-"portworx/portworx-certified-bundle" = "registry.connect.redhat.com/portworx/portworx-certified-bundle"
 "portworx/px-enterprise" = "registry.connect.redhat.com/portworx/px-enterprise"
-"portworx/px-monitor" = "registry.connect.redhat.com/portworx/px-monitor"
-"primekey/ejbca-ce" = "registry.connect.redhat.com/primekey/ejbca-ce"
-"prismacloud/compute-console-operator-bundle" = "registry.connect.redhat.com/prismacloud/compute-console-operator-bundle"
-"prismacloud/compute-console-operator" = "registry.connect.redhat.com/prismacloud/compute-console-operator"
 "prophetstor/alameda-admission-ubi" = "registry.connect.redhat.com/prophetstor/alameda-admission-ubi"
-"prophetstor/alameda-ai-dispatcher" = "registry.connect.redhat.com/prophetstor/alameda-ai-dispatcher"
-"prophetstor/alameda-ai" = "registry.connect.redhat.com/prophetstor/alameda-ai"
-"prophetstor/alameda-analyzer-ubi" = "registry.connect.redhat.com/prophetstor/alameda-analyzer-ubi"
-"prophetstor/alameda-datahub-ubi" = "registry.connect.redhat.com/prophetstor/alameda-datahub-ubi"
 "prophetstor/alameda-evictioner-ubi" = "registry.connect.redhat.com/prophetstor/alameda-evictioner-ubi"
-"prophetstor/alameda-executor-ubi" = "registry.connect.redhat.com/prophetstor/alameda-executor-ubi"
-"prophetstor/alameda-grafana" = "registry.connect.redhat.com/prophetstor/alameda-grafana"
-"prophetstor/alameda-influxdb" = "registry.connect.redhat.com/prophetstor/alameda-influxdb"
-"prophetstor/alameda-notifier-ubi" = "registry.connect.redhat.com/prophetstor/alameda-notifier-ubi"
+"prophetstor/alameda-influxdb" = "registry.redhat.io/prophetstor/alameda-influxdb"
 "prophetstor/alameda-operator-ubi" = "registry.connect.redhat.com/prophetstor/alameda-operator-ubi"
-"prophetstor/alameda-rabbitmq" = "registry.connect.redhat.com/prophetstor/alameda-rabbitmq"
-"prophetstor/alameda-recommender-ubi" = "registry.connect.redhat.com/prophetstor/alameda-recommender-ubi"
-"prophetstor/fedemeter-api-ubi" = "registry.connect.redhat.com/prophetstor/fedemeter-api-ubi"
-"prophetstor/fedemeter-influxdb" = "registry.connect.redhat.com/prophetstor/fedemeter-influxdb"
-"prophetstor/federatorai-agent-app" = "registry.connect.redhat.com/prophetstor/federatorai-agent-app"
-"prophetstor/federatorai-agent-gpu" = "registry.connect.redhat.com/prophetstor/federatorai-agent-gpu"
-"prophetstor/federatorai-agent-preloader" = "registry.connect.redhat.com/prophetstor/federatorai-agent-preloader"
-"prophetstor/federatorai-agent-ubi" = "registry.connect.redhat.com/prophetstor/federatorai-agent-ubi"
-"prophetstor/federatorai-dashboard-backend" = "registry.connect.redhat.com/prophetstor/federatorai-dashboard-backend"
-"prophetstor/federatorai-dashboard-frontend" = "registry.connect.redhat.com/prophetstor/federatorai-dashboard-frontend"
-"prophetstor/federatorai-data-adapter" = "registry.connect.redhat.com/prophetstor/federatorai-data-adapter"
-"prophetstor/federatorai-operator-bundle" = "registry.connect.redhat.com/prophetstor/federatorai-operator-bundle"
-"prophetstor/federatorai-operator" = "registry.connect.redhat.com/prophetstor/federatorai-operator"
-"prophetstor/federatorai-rest-ubi" = "registry.connect.redhat.com/prophetstor/federatorai-rest-ubi"
-"prophetstor/federatorai-tool" = "registry.connect.redhat.com/prophetstor/federatorai-tool"
-"prophetstor/influxdb" = "registry.connect.redhat.com/prophetstor/influxdb"
-"purestorage/openstack-cinder-volume-pure-rhosp-13" = "registry.connect.redhat.com/purestorage/openstack-cinder-volume-pure-rhosp-13"
-"purestorage/openstack-cinder-volume-pure-rhosp-14" = "registry.connect.redhat.com/purestorage/openstack-cinder-volume-pure-rhosp-14"
-"purestorage/openstack-cinder-volume-pure-rhosp-15" = "registry.connect.redhat.com/purestorage/openstack-cinder-volume-pure-rhosp-15"
-"purestorage/openstack-cinder-volume-pure-rhosp-16-1" = "registry.connect.redhat.com/purestorage/openstack-cinder-volume-pure-rhosp-16-1"
-"purestorage/openstack-cinder-volume-pure-rhosp-16" = "registry.connect.redhat.com/purestorage/openstack-cinder-volume-pure-rhosp-16"
+"prophetstor/influxdb" = "registry.redhat.io/prophetstor/influxdb"
 "quarkus/mandrel-20-rhel8" = "registry.access.redhat.com/quarkus/mandrel-20-rhel8"
-"quay3/quay-builder" = "registry.access.redhat.com/quay3/quay-builder"
-"quay/clair-rhel8" = "registry.access.redhat.com/quay/clair-rhel8"
-"quay/quay-bridge-operator-bundle" = "registry.access.redhat.com/quay/quay-bridge-operator-bundle"
-"quay/quay-bridge-operator-rhel8" = "registry.access.redhat.com/quay/quay-bridge-operator-rhel8"
-"quay/quay-builder-qemu-rhcos-rhel8" = "registry.access.redhat.com/quay/quay-builder-qemu-rhcos-rhel8"
-"quay/quay-builder-rhel8" = "registry.access.redhat.com/quay/quay-builder-rhel8"
-"quay/quay-container-security-operator-bundle" = "registry.access.redhat.com/quay/quay-container-security-operator-bundle"
-"quay/quay-container-security-operator-rhel8" = "registry.access.redhat.com/quay/quay-container-security-operator-rhel8"
-"quay/quay-container-security-rhel8-operator" = "registry.access.redhat.com/quay/quay-container-security-rhel8-operator"
-"quay/quay-openshift-bridge-rhel8-operator" = "registry.access.redhat.com/quay/quay-openshift-bridge-rhel8-operator"
-"quay/quay-operator-rhel8" = "registry.access.redhat.com/quay/quay-operator-rhel8"
-"quay/quay-rhel8" = "registry.access.redhat.com/quay/quay-rhel8"
-"realmethods/realmethods12" = "registry.connect.redhat.com/realmethods/realmethods12"
-"realmethods/realmethods-operator-12" = "registry.connect.redhat.com/realmethods/realmethods-operator-12"
+"quay/clair-rhel8" = "registry.redhat.io/quay/clair-rhel8"
+"quay/quay-bridge-operator-bundle" = "registry.redhat.io/quay/quay-bridge-operator-bundle"
+"quay/quay-bridge-operator-rhel8" = "registry.redhat.io/quay/quay-bridge-operator-rhel8"
+"quay/quay-builder-qemu-rhcos-rhel8" = "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8"
+"quay/quay-builder-rhel8" = "registry.redhat.io/quay/quay-builder-rhel8"
+"quay/quay-container-security-operator-bundle" = "registry.redhat.io/quay/quay-container-security-operator-bundle"
+"quay/quay-container-security-operator-rhel8" = "registry.redhat.io/quay/quay-container-security-operator-rhel8"
+"quay/quay-container-security-rhel8-operator" = "registry.redhat.io/quay/quay-container-security-rhel8-operator"
+"quay/quay-openshift-bridge-rhel8-operator" = "registry.redhat.io/quay/quay-openshift-bridge-rhel8-operator"
+"quay/quay-operator-bundle" = "registry.redhat.io/quay/quay-operator-bundle"
+"quay/quay-operator-rhel8" = "registry.redhat.io/quay/quay-operator-rhel8"
+"quay/quay-rhel8-operator" = "registry.redhat.io/quay/quay-rhel8-operator"
+"quay/quay-rhel8" = "registry.redhat.io/quay/quay-rhel8"
+"redhat-cse/atiwary-rhel7" = "registry.redhat.io/redhat-cse/atiwary-rhel7"
 "redhat-openjdk-18/openjdk18-openshift" = "registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift"
-"redhat/redhat-operator-index" = "registry.access.redhat.com/redhat/redhat-operator-index"
+"redhat/redhat-operator-index" = "registry.redhat.io/redhat/redhat-operator-index"
+"redhat-sp/testwebserver" = "registry.redhat.io/redhat-sp/testwebserver"
 "redislabs/alpha" = "registry.connect.redhat.com/redislabs/alpha"
-"redislabs/gesher" = "registry.connect.redhat.com/redislabs/gesher"
-"redislabs/redis-enterprise-operator-bundle" = "registry.connect.redhat.com/redislabs/redis-enterprise-operator-bundle"
 "redislabs/redis-enterprise-operator-cert" = "registry.connect.redhat.com/redislabs/redis-enterprise-operator-cert"
-"redislabs/redis-enterprise-operator" = "registry.connect.redhat.com/redislabs/redis-enterprise-operator"
-"redislabs/redis-enterprise" = "registry.connect.redhat.com/redislabs/redis-enterprise"
-"redislabs/services-manager" = "registry.connect.redhat.com/redislabs/services-manager"
-"r/entando/app-builder" = "registry.hub.docker.com/r/entando/app-builder"
-"r/entando/entando-component-manager" = "registry.hub.docker.com/r/entando/entando-component-manager"
-"r/entando/entando-k8s-app-controller" = "registry.hub.docker.com/r/entando/entando-k8s-app-controller"
-"r/entando/entando-k8s-app-plugin-link-controller" = "registry.hub.docker.com/r/entando/entando-k8s-app-plugin-link-controller"
-"r/entando/entando-k8s-cluster-infrastructure-controller" = "registry.hub.docker.com/r/entando/entando-k8s-cluster-infrastructure-controller"
-"r/entando/entando-k8s-composite-app-controller" = "registry.hub.docker.com/r/entando/entando-k8s-composite-app-controller"
-"r/entando/entando-k8s-database-service-controller" = "registry.hub.docker.com/r/entando/entando-k8s-database-service-controller"
-"r/entando/entando-k8s-dbjob" = "registry.hub.docker.com/r/entando/entando-k8s-dbjob"
-"r/entando/entando-k8s-keycloak-controller" = "registry.hub.docker.com/r/entando/entando-k8s-keycloak-controller"
-"r/entando/entando-k8s-plugin-controller" = "registry.hub.docker.com/r/entando/entando-k8s-plugin-controller"
-"r/entando/entando-k8s-service" = "registry.hub.docker.com/r/entando/entando-k8s-service"
-"repository/docker/corentrepo/corent_jtrac" = "hub.docker.com/repository/docker/corentrepo/corent_jtrac"
-"repository/docker/corentrepo/corentjtrac" = "hub.docker.com/repository/docker/corentrepo/corentjtrac"
-"repository/docker/corentrepo/jtrac-operator" = "hub.docker.com/repository/docker/corentrepo/jtrac-operator"
-"repository/docker/drpintal/rhelubi" = "hub.docker.com/repository/docker/drpintal/rhelubi"
 "repository/edb/edb-operator" = "quay.io/repository/edb/edb-operator"
-"repository/edb/pgxexporter" = "quay.io/repository/edb/pgxexporter"
 "repository/edb/postgres-advanced-server-12" = "quay.io/repository/edb/postgres-advanced-server-12"
-"repository/edb/postgresql-10" = "quay.io/repository/edb/postgresql-10"
-"repository/edb/postgresql-11" = "quay.io/repository/edb/postgresql-11"
-"repository/edb/postgresql-12" = "quay.io/repository/edb/postgresql-12"
+"repository/edb/postgresql-10" = "registry.redhat.io/repository/edb/postgresql-10"
 "repository/edb/stolon" = "quay.io/repository/edb/stolon"
 "repository/opencloudio/ibm-monitoring-grafana-operator" = "quay.io/repository/opencloudio/ibm-monitoring-grafana-operator"
-"rhacm2/acmesolver-rhel8" = "registry.access.redhat.com/rhacm2/acmesolver-rhel8"
-"rhacm2/acm-must-gather-rhel8" = "registry.access.redhat.com/rhacm2/acm-must-gather-rhel8"
-"rhacm2/application-ui-rhel8" = "registry.access.redhat.com/rhacm2/application-ui-rhel8"
-"rhacm2/cainjector-rhel8" = "registry.access.redhat.com/rhacm2/cainjector-rhel8"
-"rhacm2/cert-manager-controller-rhel8" = "registry.access.redhat.com/rhacm2/cert-manager-controller-rhel8"
-"rhacm2/cert-manager-webhook-rhel8" = "registry.access.redhat.com/rhacm2/cert-manager-webhook-rhel8"
-"rhacm2/cert-policy-controller-rhel8" = "registry.access.redhat.com/rhacm2/cert-policy-controller-rhel8"
-"rhacm2/cluster-curator-controller-rhel8" = "registry.access.redhat.com/rhacm2/cluster-curator-controller-rhel8"
-"rhacm2/configmap-watcher-rhel8" = "registry.access.redhat.com/rhacm2/configmap-watcher-rhel8"
-"rhacm2/config-policy-controller-rhel8" = "registry.access.redhat.com/rhacm2/config-policy-controller-rhel8"
-"rhacm2/console-api-rhel8" = "registry.access.redhat.com/rhacm2/console-api-rhel8"
-"rhacm2/console-header-rhel8" = "registry.access.redhat.com/rhacm2/console-header-rhel8"
-"rhacm2/console-rhel8" = "registry.access.redhat.com/rhacm2/console-rhel8"
-"rhacm2/console-ui-rhel8" = "registry.access.redhat.com/rhacm2/console-ui-rhel8"
-"rhacm2/endpoint-component-rhel8-operator" = "registry.access.redhat.com/rhacm2/endpoint-component-rhel8-operator"
-"rhacm2/endpoint-monitoring-rhel8-operator" = "registry.access.redhat.com/rhacm2/endpoint-monitoring-rhel8-operator"
-"rhacm2/endpoint-rhel8-operator" = "registry.access.redhat.com/rhacm2/endpoint-rhel8-operator"
-"rhacm2/gatekeeper-operator-bundle" = "registry.access.redhat.com/rhacm2/gatekeeper-operator-bundle"
-"rhacm2/gatekeeper-rhel8-operator" = "registry.access.redhat.com/rhacm2/gatekeeper-rhel8-operator"
-"rhacm2/gatekeeper-rhel8" = "registry.access.redhat.com/rhacm2/gatekeeper-rhel8"
-"rhacm2/governance-policy-propagator-rhel8" = "registry.access.redhat.com/rhacm2/governance-policy-propagator-rhel8"
-"rhacm2/governance-policy-spec-sync-rhel8" = "registry.access.redhat.com/rhacm2/governance-policy-spec-sync-rhel8"
-"rhacm2/governance-policy-status-sync-rhel8" = "registry.access.redhat.com/rhacm2/governance-policy-status-sync-rhel8"
-"rhacm2/governance-policy-template-sync-rhel8" = "registry.access.redhat.com/rhacm2/governance-policy-template-sync-rhel8"
-"rhacm2/grc-ui-api-rhel8" = "registry.access.redhat.com/rhacm2/grc-ui-api-rhel8"
-"rhacm2/grc-ui-rhel8" = "registry.access.redhat.com/rhacm2/grc-ui-rhel8"
-"rhacm2/iam-policy-controller-rhel8" = "registry.access.redhat.com/rhacm2/iam-policy-controller-rhel8"
-"rhacm2/klusterlet-addon-lease-controller-rhel8" = "registry.access.redhat.com/rhacm2/klusterlet-addon-lease-controller-rhel8"
-"rhacm2/klusterlet-operator-bundle" = "registry.access.redhat.com/rhacm2/klusterlet-operator-bundle"
-"rhacm2/kui-web-terminal-rhel8" = "registry.access.redhat.com/rhacm2/kui-web-terminal-rhel8"
-"rhacm2/management-ingress-rhel7" = "registry.access.redhat.com/rhacm2/management-ingress-rhel7"
-"rhacm2/mcm-topology-api-rhel8" = "registry.access.redhat.com/rhacm2/mcm-topology-api-rhel8"
-"rhacm2/mcm-topology-rhel8" = "registry.access.redhat.com/rhacm2/mcm-topology-rhel8"
-"rhacm2/memcached-exporter-rhel7" = "registry.access.redhat.com/rhacm2/memcached-exporter-rhel7"
-"rhacm2/memcached-rhel8" = "registry.access.redhat.com/rhacm2/memcached-rhel8"
-"rhacm2/metrics-collector-rhel8" = "registry.access.redhat.com/rhacm2/metrics-collector-rhel8"
-"rhacm2/multicloud-manager-rhel8" = "registry.access.redhat.com/rhacm2/multicloud-manager-rhel8"
-"rhacm2/multiclusterhub-repo-rhel8" = "registry.access.redhat.com/rhacm2/multiclusterhub-repo-rhel8"
-"rhacm2/multiclusterhub-rhel8" = "registry.access.redhat.com/rhacm2/multiclusterhub-rhel8"
-"rhacm2/multicluster-observability-rhel8-operator" = "registry.access.redhat.com/rhacm2/multicluster-observability-rhel8-operator"
-"rhacm2/multicluster-operators-application-rhel8" = "registry.access.redhat.com/rhacm2/multicluster-operators-application-rhel8"
-"rhacm2/multicluster-operators-channel-rhel8" = "registry.access.redhat.com/rhacm2/multicluster-operators-channel-rhel8"
-"rhacm2/multicluster-operators-deployable-rhel8" = "registry.access.redhat.com/rhacm2/multicluster-operators-deployable-rhel8"
-"rhacm2/multicluster-operators-placementrule-rhel8" = "registry.access.redhat.com/rhacm2/multicluster-operators-placementrule-rhel8"
-"rhacm2/multicluster-operators-subscription-release-rhel8" = "registry.access.redhat.com/rhacm2/multicluster-operators-subscription-release-rhel8"
-"rhacm2/multicluster-operators-subscription-rhel8" = "registry.access.redhat.com/rhacm2/multicluster-operators-subscription-rhel8"
-"rhacm2/observatorium-rhel8-operator" = "registry.access.redhat.com/rhacm2/observatorium-rhel8-operator"
-"rhacm2/observatorium-rhel8" = "registry.access.redhat.com/rhacm2/observatorium-rhel8"
-"rhacm2/openshift-hive-rhel7" = "registry.access.redhat.com/rhacm2/openshift-hive-rhel7"
-"rhacm2/rbac-query-proxy-rhel8" = "registry.access.redhat.com/rhacm2/rbac-query-proxy-rhel8"
-"rhacm2/rcm-controller-rhel8" = "registry.access.redhat.com/rhacm2/rcm-controller-rhel8"
-"rhacm2/redisgraph-tls-rhel8" = "registry.access.redhat.com/rhacm2/redisgraph-tls-rhel8"
-"rhacm2/registration-rhel8-operator" = "registry.access.redhat.com/rhacm2/registration-rhel8-operator"
-"rhacm2/registration-rhel8" = "registry.access.redhat.com/rhacm2/registration-rhel8"
-"rhacm2/search-aggregator-rhel7" = "registry.access.redhat.com/rhacm2/search-aggregator-rhel7"
-"rhacm2/search-aggregator-rhel8" = "registry.access.redhat.com/rhacm2/search-aggregator-rhel8"
-"rhacm2/search-api-rhel8" = "registry.access.redhat.com/rhacm2/search-api-rhel8"
-"rhacm2/search-collector-rhel8" = "registry.access.redhat.com/rhacm2/search-collector-rhel8"
-"rhacm2/search-rhel8" = "registry.access.redhat.com/rhacm2/search-rhel8"
-"rhacm2/secret-encryption-policy-controller-rhel8" = "registry.access.redhat.com/rhacm2/secret-encryption-policy-controller-rhel8"
-"rhacm2/thanos-receive-controller-rhel8" = "registry.access.redhat.com/rhacm2/thanos-receive-controller-rhel8"
-"rhacm2/thanos-rhel7" = "registry.access.redhat.com/rhacm2/thanos-rhel7"
-"rhacm2/work-rhel8" = "registry.access.redhat.com/rhacm2/work-rhel8"
-"rhcam-1-2/openshift-migration-hook-runner-rhel7" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-hook-runner-rhel7"
-"rhcam-1-2/openshift-migration-must-gather-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-must-gather-rhel8"
-"rhcam-1-2/openshift-migration-plugin-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-plugin-rhel8"
-"rhcam-1-2/openshift-migration-registry-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-registry-rhel8"
-"rhcam-1-2/openshift-migration-rhel7-operator" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-rhel7-operator"
-"rhcam-1-2/openshift-migration-ui-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-ui-rhel8"
-"rhcam-1-2/openshift-migration-velero-plugin-for-aws-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-velero-plugin-for-aws-rhel8"
-"rhcam-1-2/openshift-migration-velero-plugin-for-gcp-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-velero-plugin-for-gcp-rhel8"
-"rhcam-1-2/openshift-migration-velero-plugin-for-microsoft-azure-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-velero-plugin-for-microsoft-azure-rhel8"
-"rhcam-1-2/openshift-migration-velero-restic-restore-helper-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-velero-restic-restore-helper-rhel8"
-"rhcam-1-2/openshift-migration-velero-rhel8" = "registry.access.redhat.com/rhcam-1-2/openshift-migration-velero-rhel8"
-"rhceph/ansible-runner" = "registry.access.redhat.com/rhceph/ansible-runner"
-"rhceph/ansible-runner-rhel8" = "registry.access.redhat.com/rhceph/ansible-runner-rhel8"
+"rhacm2/acmesolver-rhel8" = "registry.redhat.io/rhacm2/acmesolver-rhel8"
+"rhacm2/acm-must-gather-rhel8" = "registry.redhat.io/rhacm2/acm-must-gather-rhel8"
+"rhacm2/application-ui-rhel8" = "registry.redhat.io/rhacm2/application-ui-rhel8"
+"rhacm2/cainjector-rhel8" = "registry.redhat.io/rhacm2/cainjector-rhel8"
+"rhacm2/cert-manager-controller-rhel8" = "registry.redhat.io/rhacm2/cert-manager-controller-rhel8"
+"rhacm2/cert-manager-webhook-rhel8" = "registry.redhat.io/rhacm2/cert-manager-webhook-rhel8"
+"rhacm2/cert-policy-controller-rhel8" = "registry.redhat.io/rhacm2/cert-policy-controller-rhel8"
+"rhacm2/cluster-curator-controller-rhel8" = "registry.redhat.io/rhacm2/cluster-curator-controller-rhel8"
+"rhacm2/clusterlifecycle-state-metrics-rhel8" = "registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8"
+"rhacm2/configmap-watcher-rhel8" = "registry.redhat.io/rhacm2/configmap-watcher-rhel8"
+"rhacm2/config-policy-controller-rhel8" = "registry.redhat.io/rhacm2/config-policy-controller-rhel8"
+"rhacm2/console-api-rhel8" = "registry.redhat.io/rhacm2/console-api-rhel8"
+"rhacm2/console-header-rhel8" = "registry.redhat.io/rhacm2/console-header-rhel8"
+"rhacm2/console-rhel8" = "registry.redhat.io/rhacm2/console-rhel8"
+"rhacm2/console-ui-rhel8" = "registry.redhat.io/rhacm2/console-ui-rhel8"
+"rhacm2/discovery-rhel8-operator" = "registry.redhat.io/rhacm2/discovery-rhel8-operator"
+"rhacm2/endpoint-component-rhel8-operator" = "registry.redhat.io/rhacm2/endpoint-component-rhel8-operator"
+"rhacm2/endpoint-monitoring-rhel8-operator" = "registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator"
+"rhacm2/endpoint-rhel8-operator" = "registry.redhat.io/rhacm2/endpoint-rhel8-operator"
+"rhacm2/gatekeeper-operator-bundle" = "registry.redhat.io/rhacm2/gatekeeper-operator-bundle"
+"rhacm2/gatekeeper-rhel8-operator" = "registry.redhat.io/rhacm2/gatekeeper-rhel8-operator"
+"rhacm2/gatekeeper-rhel8" = "registry.redhat.io/rhacm2/gatekeeper-rhel8"
+"rhacm2/governance-policy-propagator-rhel8" = "registry.redhat.io/rhacm2/governance-policy-propagator-rhel8"
+"rhacm2/governance-policy-spec-sync-rhel8" = "registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8"
+"rhacm2/governance-policy-status-sync-rhel8" = "registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8"
+"rhacm2/governance-policy-template-sync-rhel8" = "registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8"
+"rhacm2/grafana-dashboard-loader-rhel8" = "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8"
+"rhacm2/grc-ui-api-rhel8" = "registry.redhat.io/rhacm2/grc-ui-api-rhel8"
+"rhacm2/grc-ui-rhel8" = "registry.redhat.io/rhacm2/grc-ui-rhel8"
+"rhacm2/iam-policy-controller-rhel8" = "registry.redhat.io/rhacm2/iam-policy-controller-rhel8"
+"rhacm2/insights-client-rhel8" = "registry.redhat.io/rhacm2/insights-client-rhel8"
+"rhacm2/klusterlet-addon-lease-controller-rhel8" = "registry.redhat.io/rhacm2/klusterlet-addon-lease-controller-rhel8"
+"rhacm2/klusterlet-operator-bundle" = "registry.redhat.io/rhacm2/klusterlet-operator-bundle"
+"rhacm2/kui-web-terminal-rhel8" = "registry.redhat.io/rhacm2/kui-web-terminal-rhel8"
+"rhacm2/management-ingress-rhel7" = "registry.redhat.io/rhacm2/management-ingress-rhel7"
+"rhacm2/mcm-topology-api-rhel8" = "registry.redhat.io/rhacm2/mcm-topology-api-rhel8"
+"rhacm2/mcm-topology-rhel8" = "registry.redhat.io/rhacm2/mcm-topology-rhel8"
+"rhacm2/memcached-exporter-rhel7" = "registry.redhat.io/rhacm2/memcached-exporter-rhel7"
+"rhacm2/memcached-rhel8" = "registry.redhat.io/rhacm2/memcached-rhel8"
+"rhacm2/metrics-collector-rhel8" = "registry.redhat.io/rhacm2/metrics-collector-rhel8"
+"rhacm2/multicloud-manager-rhel8" = "registry.redhat.io/rhacm2/multicloud-manager-rhel8"
+"rhacm2/multiclusterhub-repo-rhel8" = "registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8"
+"rhacm2/multiclusterhub-rhel8" = "registry.redhat.io/rhacm2/multiclusterhub-rhel8"
+"rhacm2/multicluster-observability-rhel8-operator" = "registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator"
+"rhacm2/multicluster-operators-application-rhel8" = "registry.redhat.io/rhacm2/multicluster-operators-application-rhel8"
+"rhacm2/multicluster-operators-channel-rhel8" = "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8"
+"rhacm2/multicluster-operators-deployable-rhel8" = "registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8"
+"rhacm2/multicluster-operators-placementrule-rhel8" = "registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8"
+"rhacm2/multicluster-operators-subscription-release-rhel8" = "registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8"
+"rhacm2/multicluster-operators-subscription-rhel8" = "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8"
+"rhacm2/observatorium-rhel8-operator" = "registry.redhat.io/rhacm2/observatorium-rhel8-operator"
+"rhacm2/observatorium-rhel8" = "registry.redhat.io/rhacm2/observatorium-rhel8"
+"rhacm2/openshift-hive-rhel7" = "registry.redhat.io/rhacm2/openshift-hive-rhel7"
+"rhacm2/openshift-hive-rhel8" = "registry.redhat.io/rhacm2/openshift-hive-rhel8"
+"rhacm2/prometheus-alertmanager-rhel8" = "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8"
+"rhacm2/provider-credential-controller-rhel8" = "registry.redhat.io/rhacm2/provider-credential-controller-rhel8"
+"rhacm2/rbac-query-proxy-rhel8" = "registry.redhat.io/rhacm2/rbac-query-proxy-rhel8"
+"rhacm2/rcm-controller-rhel8" = "registry.redhat.io/rhacm2/rcm-controller-rhel8"
+"rhacm2/redisgraph-tls-rhel8" = "registry.redhat.io/rhacm2/redisgraph-tls-rhel8"
+"rhacm2/registration-rhel8-operator" = "registry.redhat.io/rhacm2/registration-rhel8-operator"
+"rhacm2/registration-rhel8" = "registry.redhat.io/rhacm2/registration-rhel8"
+"rhacm2/search-aggregator-rhel7" = "registry.redhat.io/rhacm2/search-aggregator-rhel7"
+"rhacm2/search-api-rhel8" = "registry.redhat.io/rhacm2/search-api-rhel8"
+"rhacm2/search-collector-rhel8" = "registry.redhat.io/rhacm2/search-collector-rhel8"
+"rhacm2/search-rhel8" = "registry.redhat.io/rhacm2/search-rhel8"
+"rhacm2/search-ui-rhel8" = "registry.redhat.io/rhacm2/search-ui-rhel8"
+"rhacm2/submariner-addon-rhel8" = "registry.redhat.io/rhacm2/submariner-addon-rhel8"
+"rhacm2/thanos-receive-controller-rhel8" = "registry.redhat.io/rhacm2/thanos-receive-controller-rhel8"
+"rhacm2/thanos-rhel7" = "registry.redhat.io/rhacm2/thanos-rhel7"
+"rhacm2/work-rhel8" = "registry.redhat.io/rhacm2/work-rhel8"
+"rh-acs/collector" = "registry.redhat.io/rh-acs/collector"
+"rhacs/collector" = "registry.redhat.io/rhacs/collector"
+"rhceph/ansible-runner" = "registry.redhat.io/rhceph/ansible-runner"
+"rhceph/ansible-runner-rhel8" = "registry.redhat.io/rhceph/ansible-runner-rhel8"
 "rhceph/rhceph-2-rhel7" = "registry.access.redhat.com/rhceph/rhceph-2-rhel7"
 "rhceph/rhceph-3-dashboard-rhel7" = "registry.access.redhat.com/rhceph/rhceph-3-dashboard-rhel7"
 "rhceph/rhceph-3-rhel7" = "registry.access.redhat.com/rhceph/rhceph-3-rhel7"
-"rhceph/rhceph-4-dashboard-rhel8" = "registry.access.redhat.com/rhceph/rhceph-4-dashboard-rhel8"
-"rhceph/rhceph-4-rhel8" = "registry.access.redhat.com/rhceph/rhceph-4-rhel8"
+"rhceph/rhceph-4-dashboard-rhel8" = "registry.redhat.io/rhceph/rhceph-4-dashboard-rhel8"
+"rhceph/rhceph-4-rhel8" = "registry.redhat.io/rhceph/rhceph-4-rhel8"
 "rhcertification/redhat-certification-management" = "registry.access.redhat.com/rhcertification/redhat-certification-management"
-"rhdm-7/rhdm73-businesscentral-openshift" = "registry.access.redhat.com/rhdm-7/rhdm73-businesscentral-openshift"
-"rhdm-7/rhdm-controller-rhel8" = "registry.access.redhat.com/rhdm-7/rhdm-controller-rhel8"
-"rhdm-7/rhdm-decisioncentral-rhel8" = "registry.access.redhat.com/rhdm-7/rhdm-decisioncentral-rhel8"
-"rhdm-7/rhdm-kieserver-rhel8" = "registry.access.redhat.com/rhdm-7/rhdm-kieserver-rhel8"
+"rhdm-7/rhdm73-businesscentral-openshift" = "registry.redhat.io/rhdm-7/rhdm73-businesscentral-openshift"
+"rhdm-7/rhdm-controller-rhel8" = "registry.redhat.io/rhdm-7/rhdm-controller-rhel8"
+"rhdm-7/rhdm-decisioncentral-rhel8" = "registry.redhat.io/rhdm-7/rhdm-decisioncentral-rhel8"
+"rhdm-7/rhdm-kieserver-rhel8" = "registry.redhat.io/rhdm-7/rhdm-kieserver-rhel8"
 "rhel6.10" = "registry.access.redhat.com/rhel6.10"
 "rhel6-init" = "registry.access.redhat.com/rhel6-init"
 "rhel6" = "registry.access.redhat.com/rhel6"
@@ -1734,95 +1130,92 @@
 "rhel7/sadc" = "registry.access.redhat.com/rhel7/sadc"
 "rhel7/sssd" = "registry.access.redhat.com/rhel7/sssd"
 "rhel7/support-tools" = "registry.access.redhat.com/rhel7/support-tools"
-"rhel8/buildah" = "registry.access.redhat.com/rhel8/buildah"
-"rhel8/dotnet-21" = "registry.access.redhat.com/rhel8/dotnet-21"
-"rhel8/dotnet-21-runtime" = "registry.access.redhat.com/rhel8/dotnet-21-runtime"
-"rhel8/dotnet-31" = "registry.access.redhat.com/rhel8/dotnet-31"
-"rhel8/dotnet-31-runtime" = "registry.access.redhat.com/rhel8/dotnet-31-runtime"
-"rhel8/dotnet-50" = "registry.access.redhat.com/rhel8/dotnet-50"
-"rhel8/dotnet-50-runtime" = "registry.access.redhat.com/rhel8/dotnet-50-runtime"
-"rhel8/firefox-flatpak" = "registry.access.redhat.com/rhel8/firefox-flatpak"
-"rhel8/flatpak-runtime" = "registry.access.redhat.com/rhel8/flatpak-runtime"
-"rhel8/flatpak-sdk" = "registry.access.redhat.com/rhel8/flatpak-sdk"
-"rhel8/gcc-toolset-10-perftools" = "registry.access.redhat.com/rhel8/gcc-toolset-10-perftools"
-"rhel8/gcc-toolset-10-toolchain" = "registry.access.redhat.com/rhel8/gcc-toolset-10-toolchain"
-"rhel8/gimp-flatpak" = "registry.access.redhat.com/rhel8/gimp-flatpak"
-"rhel8/go-toolset" = "registry.access.redhat.com/rhel8/go-toolset"
-"rhel8/grafana" = "registry.access.redhat.com/rhel8/grafana"
-"rhel8/httpd-24" = "registry.access.redhat.com/rhel8/httpd-24"
-"rhel8/inkscape-flatpak" = "registry.access.redhat.com/rhel8/inkscape-flatpak"
-"rhel8/llvm-toolset" = "registry.access.redhat.com/rhel8/llvm-toolset"
-"rhel8/mariadb-103" = "registry.access.redhat.com/rhel8/mariadb-103"
-"rhel8/memcached" = "registry.access.redhat.com/rhel8/memcached"
-"rhel8/mysql-80" = "registry.access.redhat.com/rhel8/mysql-80"
-"rhel8/net-snmp" = "registry.access.redhat.com/rhel8/net-snmp"
-"rhel8/nginx-114" = "registry.access.redhat.com/rhel8/nginx-114"
-"rhel8/nginx-116" = "registry.access.redhat.com/rhel8/nginx-116"
-"rhel8/nginx-118" = "registry.access.redhat.com/rhel8/nginx-118"
-"rhel8/nodejs-10" = "registry.access.redhat.com/rhel8/nodejs-10"
-"rhel8/nodejs-12" = "registry.access.redhat.com/rhel8/nodejs-12"
-"rhel8/nodejs-14" = "registry.access.redhat.com/rhel8/nodejs-14"
-"rhel8/pause" = "registry.access.redhat.com/rhel8/pause"
-"rhel8/pcp" = "registry.access.redhat.com/rhel8/pcp"
-"rhel8/perl-526" = "registry.access.redhat.com/rhel8/perl-526"
-"rhel8/perl-530" = "registry.access.redhat.com/rhel8/perl-530"
-"rhel8/php-72" = "registry.access.redhat.com/rhel8/php-72"
-"rhel8/php-73" = "registry.access.redhat.com/rhel8/php-73"
-"rhel8/php-74" = "registry.access.redhat.com/rhel8/php-74"
-"rhel8/postgresql-10" = "registry.access.redhat.com/rhel8/postgresql-10"
-"rhel8/postgresql-12" = "registry.access.redhat.com/rhel8/postgresql-12"
-"rhel8/postgresql-96" = "registry.access.redhat.com/rhel8/postgresql-96"
-"rhel8/python-27" = "registry.access.redhat.com/rhel8/python-27"
-"rhel8/python-36" = "registry.access.redhat.com/rhel8/python-36"
-"rhel8/python-38" = "registry.access.redhat.com/rhel8/python-38"
-"rhel8/redis-5" = "registry.access.redhat.com/rhel8/redis-5"
-"rhel8/rsyslog" = "registry.access.redhat.com/rhel8/rsyslog"
-"rhel8/ruby-25" = "registry.access.redhat.com/rhel8/ruby-25"
-"rhel8/ruby-26" = "registry.access.redhat.com/rhel8/ruby-26"
-"rhel8/ruby-27" = "registry.access.redhat.com/rhel8/ruby-27"
-"rhel8/rust-toolset" = "registry.access.redhat.com/rhel8/rust-toolset"
-"rhel8/s2i-base" = "registry.access.redhat.com/rhel8/s2i-base"
-"rhel8/s2i-core" = "registry.access.redhat.com/rhel8/s2i-core"
-"rhel8/skopeo" = "registry.access.redhat.com/rhel8/skopeo"
-"rhel8/sssd" = "registry.access.redhat.com/rhel8/sssd"
-"rhel8/support-tools" = "registry.access.redhat.com/rhel8/support-tools"
-"rhel8/thunderbird-flatpak" = "registry.access.redhat.com/rhel8/thunderbird-flatpak"
-"rhel8/varnish-6" = "registry.access.redhat.com/rhel8/varnish-6"
+"rhel8-2-els/rhel" = "registry.redhat.io/rhel8-2-els/rhel"
+"rhel8/buildah" = "registry.redhat.io/rhel8/buildah"
+"rhel8/dotnet-21" = "registry.redhat.io/rhel8/dotnet-21"
+"rhel8/dotnet-21-runtime" = "registry.redhat.io/rhel8/dotnet-21-runtime"
+"rhel8/dotnet-31" = "registry.redhat.io/rhel8/dotnet-31"
+"rhel8/dotnet-31-runtime" = "registry.redhat.io/rhel8/dotnet-31-runtime"
+"rhel8/dotnet-50" = "registry.redhat.io/rhel8/dotnet-50"
+"rhel8/dotnet-50-runtime" = "registry.redhat.io/rhel8/dotnet-50-runtime"
+"rhel8/firefox-flatpak" = "registry.redhat.io/rhel8/firefox-flatpak"
+"rhel8/flatpak-runtime" = "registry.redhat.io/rhel8/flatpak-runtime"
+"rhel8/flatpak-sdk" = "registry.redhat.io/rhel8/flatpak-sdk"
+"rhel8/gcc-toolset-10-perftools" = "registry.redhat.io/rhel8/gcc-toolset-10-perftools"
+"rhel8/gcc-toolset-10-toolchain" = "registry.redhat.io/rhel8/gcc-toolset-10-toolchain"
+"rhel8/gimp-flatpak" = "registry.redhat.io/rhel8/gimp-flatpak"
+"rhel8/go-toolset" = "registry.redhat.io/rhel8/go-toolset"
+"rhel8/grafana" = "registry.redhat.io/rhel8/grafana"
+"rhel8/httpd-24" = "registry.redhat.io/rhel8/httpd-24"
+"rhel8/inkscape-flatpak" = "registry.redhat.io/rhel8/inkscape-flatpak"
+"rhel8/libreoffice-flatpak" = "registry.redhat.io/rhel8/libreoffice-flatpak"
+"rhel8/mariadb-103" = "registry.redhat.io/rhel8/mariadb-103"
+"rhel8/mariadb-105" = "registry.redhat.io/rhel8/mariadb-105"
+"rhel8/memcached" = "registry.redhat.io/rhel8/memcached"
+"rhel8/mysql-80" = "registry.redhat.io/rhel8/mysql-80"
+"rhel8/net-snmp" = "registry.redhat.io/rhel8/net-snmp"
+"rhel8/nginx-116" = "registry.redhat.io/rhel8/nginx-116"
+"rhel8/nginx-118" = "registry.redhat.io/rhel8/nginx-118"
+"rhel8/nodejs-12" = "registry.redhat.io/rhel8/nodejs-12"
+"rhel8/nodejs-14-minimal" = "registry.redhat.io/rhel8/nodejs-14-minimal"
+"rhel8/nodejs-14" = "registry.redhat.io/rhel8/nodejs-14"
+"rhel8/pause" = "registry.redhat.io/rhel8/pause"
+"rhel8/pcp" = "registry.redhat.io/rhel8/pcp"
+"rhel8/perl-526" = "registry.redhat.io/rhel8/perl-526"
+"rhel8/perl-530" = "registry.redhat.io/rhel8/perl-530"
+"rhel8/php-73" = "registry.redhat.io/rhel8/php-73"
+"rhel8/php-74" = "registry.redhat.io/rhel8/php-74"
+"rhel8/postgresql-10" = "registry.redhat.io/rhel8/postgresql-10"
+"rhel8/postgresql-12" = "registry.redhat.io/rhel8/postgresql-12"
+"rhel8/postgresql-13" = "registry.redhat.io/rhel8/postgresql-13"
+"rhel8/postgresql-96" = "registry.redhat.io/rhel8/postgresql-96"
+"rhel8/python-27" = "registry.redhat.io/rhel8/python-27"
+"rhel8/python-36" = "registry.redhat.io/rhel8/python-36"
+"rhel8/python-38" = "registry.redhat.io/rhel8/python-38"
+"rhel8/python-39" = "registry.redhat.io/rhel8/python-39"
+"rhel8/redis-5" = "registry.redhat.io/rhel8/redis-5"
+"rhel8/redis-6" = "registry.redhat.io/rhel8/redis-6"
+"rhel8/rhel-guest-image" = "registry.redhat.io/rhel8/rhel-guest-image"
+"rhel8/rsyslog" = "registry.redhat.io/rhel8/rsyslog"
+"rhel8/ruby-25" = "registry.redhat.io/rhel8/ruby-25"
+"rhel8/ruby-26" = "registry.redhat.io/rhel8/ruby-26"
+"rhel8/ruby-27" = "registry.redhat.io/rhel8/ruby-27"
+"rhel8/s2i-base" = "registry.redhat.io/rhel8/s2i-base"
+"rhel8/s2i-core" = "registry.redhat.io/rhel8/s2i-core"
+"rhel8/skopeo" = "registry.redhat.io/rhel8/skopeo"
+"rhel8/sssd" = "registry.redhat.io/rhel8/sssd"
+"rhel8/support-tools" = "registry.redhat.io/rhel8/support-tools"
+"rhel8/thunderbird-flatpak" = "registry.redhat.io/rhel8/thunderbird-flatpak"
+"rhel8/varnish-6" = "registry.redhat.io/rhel8/varnish-6"
 "rhel-atomic" = "registry.access.redhat.com/rhel-atomic"
 "rhel-init" = "registry.access.redhat.com/rhel-init"
 "rhel-minimal" = "registry.access.redhat.com/rhel-minimal"
 "rhel" = "registry.access.redhat.com/rhel"
-"rhel-timemachine-container/timemachine-operator-bundle" = "registry.connect.redhat.com/rhel-timemachine-container/timemachine-operator-bundle"
-"rhel-timemachine-container/timemachine-operator" = "registry.connect.redhat.com/rhel-timemachine-container/timemachine-operator"
-"rhel-timemachine-container/virtual-clock-testing-tool" = "registry.connect.redhat.com/rhel-timemachine-container/virtual-clock-testing-tool"
-"rhev4/ovirt-guest-agent" = "registry.access.redhat.com/rhev4/ovirt-guest-agent"
-"rhev4/qemu-guest-agent-rhel8" = "registry.access.redhat.com/rhev4/qemu-guest-agent-rhel8"
 "rhgs3/rhgs-gluster-block-prov-rhel7" = "registry.access.redhat.com/rhgs3/rhgs-gluster-block-prov-rhel7"
 "rhgs3/rhgs-server-rhel7" = "registry.access.redhat.com/rhgs3/rhgs-server-rhel7"
 "rhgs3/rhgs-volmanager-rhel7" = "registry.access.redhat.com/rhgs3/rhgs-volmanager-rhel7"
-"rh-marketplace/mongodb-enterprise-advanced-ibm-bundle" = "registry.connect.redhat.com/rh-marketplace/mongodb-enterprise-advanced-ibm-bundle"
-"rh-marketplace/redhat-marketplace-authcheck" = "registry.connect.redhat.com/rh-marketplace/redhat-marketplace-authcheck"
-"rh-marketplace/redhat-marketplace-metric-state" = "registry.connect.redhat.com/rh-marketplace/redhat-marketplace-metric-state"
+"rh-marketplace/marketplace-csi-driver" = "quay.io/rh-marketplace/marketplace-csi-driver"
+"rh-marketplace/marketplace-dataset-operator" = "registry.redhat.io/rh-marketplace/marketplace-dataset-operator"
+"rh-marketplace/redhat-marketplace-authcheck" = "quay.io/rh-marketplace/redhat-marketplace-authcheck"
+"rh-marketplace/redhat-marketplace-metric-state" = "quay.io/rh-marketplace/redhat-marketplace-metric-state"
 "rh-marketplace/redhat-marketplace-operator" = "registry.connect.redhat.com/rh-marketplace/redhat-marketplace-operator"
 "rh-marketplace/redhat-marketplace-reporter" = "registry.connect.redhat.com/rh-marketplace/redhat-marketplace-reporter"
-"rh-marketplace/rh-marketplace-bundle" = "registry.connect.redhat.com/rh-marketplace/rh-marketplace-bundle"
-"rhmtc/openshift-migration-controller-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-controller-rhel8"
-"rhmtc/openshift-migration-hook-runner-rhel7" = "registry.access.redhat.com/rhmtc/openshift-migration-hook-runner-rhel7"
-"rhmtc/openshift-migration-log-reader-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-log-reader-rhel8"
-"rhmtc/openshift-migration-must-gather-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-must-gather-rhel8"
-"rhmtc/openshift-migration-operator-bundle" = "registry.access.redhat.com/rhmtc/openshift-migration-operator-bundle"
-"rhmtc/openshift-migration-registry-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-registry-rhel8"
-"rhmtc/openshift-migration-rhel7-operator" = "registry.access.redhat.com/rhmtc/openshift-migration-rhel7-operator"
-"rhmtc/openshift-migration-rsync-transfer-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-rsync-transfer-rhel8"
-"rhmtc/openshift-migration-ui-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-ui-rhel8"
-"rhmtc/openshift-migration-velero-plugin-for-aws-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8"
-"rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8"
-"rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8"
-"rhmtc/openshift-migration-velero-restic-restore-helper-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8"
-"rhmtc/openshift-migration-velero-rhel8" = "registry.access.redhat.com/rhmtc/openshift-migration-velero-rhel8"
-"rhmtc/openshift-velero-plugin-rhel8" = "registry.access.redhat.com/rhmtc/openshift-velero-plugin-rhel8"
-"rhmtv/rhmtv-operator-bundle" = "registry.access.redhat.com/rhmtv/rhmtv-operator-bundle"
-"rhoar-nodejs/nodejs-12-rhel7" = "registry.access.redhat.com/rhoar-nodejs/nodejs-12-rhel7"
+"rhmtc/openshift-migration-controller-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-controller-rhel8"
+"rhmtc/openshift-migration-hook-runner-rhel7" = "registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel7"
+"rhmtc/openshift-migration-log-reader-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8"
+"rhmtc/openshift-migration-must-gather-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8"
+"rhmtc/openshift-migration-operator-bundle" = "registry.redhat.io/rhmtc/openshift-migration-operator-bundle"
+"rhmtc/openshift-migration-registry-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-registry-rhel8"
+"rhmtc/openshift-migration-rhel7-operator" = "registry.redhat.io/rhmtc/openshift-migration-rhel7-operator"
+"rhmtc/openshift-migration-rsync-transfer-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8"
+"rhmtc/openshift-migration-ui-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-ui-rhel8"
+"rhmtc/openshift-migration-velero-plugin-for-aws-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8"
+"rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8"
+"rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8"
+"rhmtc/openshift-migration-velero-restic-restore-helper-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8"
+"rhmtc/openshift-migration-velero-rhel8" = "registry.redhat.io/rhmtc/openshift-migration-velero-rhel8"
+"rhmtc/openshift-velero-plugin-rhel8" = "registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8"
+"rhoar-nodejs/nodejs-12-rhel7" = "registry.redhat.io/rhoar-nodejs/nodejs-12-rhel7"
 "rhosp13/openstack-aodh-api" = "registry.access.redhat.com/rhosp13/openstack-aodh-api"
 "rhosp13/openstack-aodh-base" = "registry.access.redhat.com/rhosp13/openstack-aodh-base"
 "rhosp13/openstack-aodh-evaluator" = "registry.access.redhat.com/rhosp13/openstack-aodh-evaluator"
@@ -1861,7 +1254,7 @@
 "rhosp13/openstack-heat-api" = "registry.access.redhat.com/rhosp13/openstack-heat-api"
 "rhosp13/openstack-heat-base" = "registry.access.redhat.com/rhosp13/openstack-heat-base"
 "rhosp13/openstack-heat-engine" = "registry.access.redhat.com/rhosp13/openstack-heat-engine"
-"rhosp13/openstack-horizon-base" = "registry.access.redhat.com/rhosp13/openstack-horizon-base"
+"rhosp13/openstack-horizon-base" = "registry.redhat.io/rhosp13/openstack-horizon-base"
 "rhosp13/openstack-horizon" = "registry.access.redhat.com/rhosp13/openstack-horizon"
 "rhosp13/openstack-ironic-api" = "registry.access.redhat.com/rhosp13/openstack-ironic-api"
 "rhosp13/openstack-ironic-base" = "registry.access.redhat.com/rhosp13/openstack-ironic-base"
@@ -1935,418 +1328,276 @@
 "rhosp13/openstack-swift-proxy-server" = "registry.access.redhat.com/rhosp13/openstack-swift-proxy-server"
 "rhosp13/openstack-tempest" = "registry.access.redhat.com/rhosp13/openstack-tempest"
 "rhosp13/openstack-zaqar" = "registry.access.redhat.com/rhosp13/openstack-zaqar"
-"rhosp15-rhel8/openstack-kuryr-controller" = "registry.access.redhat.com/rhosp15-rhel8/openstack-kuryr-controller"
-"rhosp15-rhel8/openstack-skydive-agent" = "registry.access.redhat.com/rhosp15-rhel8/openstack-skydive-agent"
-"rhosp-rhel8/openstack-aodh-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-aodh-api"
-"rhosp-rhel8/openstack-aodh-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-aodh-base"
-"rhosp-rhel8/openstack-aodh-evaluator" = "registry.access.redhat.com/rhosp-rhel8/openstack-aodh-evaluator"
-"rhosp-rhel8/openstack-aodh-listener" = "registry.access.redhat.com/rhosp-rhel8/openstack-aodh-listener"
-"rhosp-rhel8/openstack-aodh-notifier" = "registry.access.redhat.com/rhosp-rhel8/openstack-aodh-notifier"
-"rhosp-rhel8/openstack-barbican-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-barbican-api"
-"rhosp-rhel8/openstack-barbican-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-barbican-base"
-"rhosp-rhel8/openstack-barbican-keystone-listener" = "registry.access.redhat.com/rhosp-rhel8/openstack-barbican-keystone-listener"
-"rhosp-rhel8/openstack-barbican-worker" = "registry.access.redhat.com/rhosp-rhel8/openstack-barbican-worker"
-"rhosp-rhel8/openstack-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-base"
-"rhosp-rhel8/openstack-ceilometer-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-ceilometer-base"
-"rhosp-rhel8/openstack-ceilometer-central" = "registry.access.redhat.com/rhosp-rhel8/openstack-ceilometer-central"
-"rhosp-rhel8/openstack-ceilometer-compute" = "registry.access.redhat.com/rhosp-rhel8/openstack-ceilometer-compute"
-"rhosp-rhel8/openstack-ceilometer-ipmi" = "registry.access.redhat.com/rhosp-rhel8/openstack-ceilometer-ipmi"
-"rhosp-rhel8/openstack-ceilometer-notification" = "registry.access.redhat.com/rhosp-rhel8/openstack-ceilometer-notification"
-"rhosp-rhel8/openstack-cinder-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-cinder-api"
-"rhosp-rhel8/openstack-cinder-backup" = "registry.access.redhat.com/rhosp-rhel8/openstack-cinder-backup"
-"rhosp-rhel8/openstack-cinder-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-cinder-base"
-"rhosp-rhel8/openstack-cinder-scheduler" = "registry.access.redhat.com/rhosp-rhel8/openstack-cinder-scheduler"
-"rhosp-rhel8/openstack-cinder-volume" = "registry.access.redhat.com/rhosp-rhel8/openstack-cinder-volume"
-"rhosp-rhel8/openstack-collectd" = "registry.access.redhat.com/rhosp-rhel8/openstack-collectd"
-"rhosp-rhel8/openstack-cron" = "registry.access.redhat.com/rhosp-rhel8/openstack-cron"
-"rhosp-rhel8/openstack-dependencies" = "registry.access.redhat.com/rhosp-rhel8/openstack-dependencies"
-"rhosp-rhel8/openstack-ec2-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-ec2-api"
-"rhosp-rhel8/openstack-etcd" = "registry.access.redhat.com/rhosp-rhel8/openstack-etcd"
-"rhosp-rhel8/openstack-glance-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-glance-api"
-"rhosp-rhel8/openstack-glance-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-glance-base"
-"rhosp-rhel8/openstack-gnocchi-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-gnocchi-api"
-"rhosp-rhel8/openstack-gnocchi-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-gnocchi-base"
-"rhosp-rhel8/openstack-gnocchi-metricd" = "registry.access.redhat.com/rhosp-rhel8/openstack-gnocchi-metricd"
-"rhosp-rhel8/openstack-gnocchi-statsd" = "registry.access.redhat.com/rhosp-rhel8/openstack-gnocchi-statsd"
-"rhosp-rhel8/openstack-haproxy" = "registry.access.redhat.com/rhosp-rhel8/openstack-haproxy"
-"rhosp-rhel8/openstack-heat-all" = "registry.access.redhat.com/rhosp-rhel8/openstack-heat-all"
-"rhosp-rhel8/openstack-heat-api-cfn" = "registry.access.redhat.com/rhosp-rhel8/openstack-heat-api-cfn"
-"rhosp-rhel8/openstack-heat-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-heat-api"
-"rhosp-rhel8/openstack-heat-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-heat-base"
-"rhosp-rhel8/openstack-heat-engine" = "registry.access.redhat.com/rhosp-rhel8/openstack-heat-engine"
-"rhosp-rhel8/openstack-horizon" = "registry.access.redhat.com/rhosp-rhel8/openstack-horizon"
-"rhosp-rhel8/openstack-ironic-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-ironic-api"
-"rhosp-rhel8/openstack-ironic-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-ironic-base"
-"rhosp-rhel8/openstack-ironic-conductor" = "registry.access.redhat.com/rhosp-rhel8/openstack-ironic-conductor"
-"rhosp-rhel8/openstack-ironic-inspector" = "registry.access.redhat.com/rhosp-rhel8/openstack-ironic-inspector"
-"rhosp-rhel8/openstack-ironic-neutron-agent" = "registry.access.redhat.com/rhosp-rhel8/openstack-ironic-neutron-agent"
-"rhosp-rhel8/openstack-ironic-pxe" = "registry.access.redhat.com/rhosp-rhel8/openstack-ironic-pxe"
-"rhosp-rhel8/openstack-iscsid" = "registry.access.redhat.com/rhosp-rhel8/openstack-iscsid"
-"rhosp-rhel8/openstack-keepalived" = "registry.access.redhat.com/rhosp-rhel8/openstack-keepalived"
-"rhosp-rhel8/openstack-keystone-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-keystone-base"
-"rhosp-rhel8/openstack-keystone" = "registry.access.redhat.com/rhosp-rhel8/openstack-keystone"
-"rhosp-rhel8/openstack-manila-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-manila-api"
-"rhosp-rhel8/openstack-manila-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-manila-base"
-"rhosp-rhel8/openstack-manila-scheduler" = "registry.access.redhat.com/rhosp-rhel8/openstack-manila-scheduler"
-"rhosp-rhel8/openstack-manila-share" = "registry.access.redhat.com/rhosp-rhel8/openstack-manila-share"
-"rhosp-rhel8/openstack-mariadb" = "registry.access.redhat.com/rhosp-rhel8/openstack-mariadb"
-"rhosp-rhel8/openstack-memcached" = "registry.access.redhat.com/rhosp-rhel8/openstack-memcached"
-"rhosp-rhel8/openstack-mistral-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-mistral-api"
-"rhosp-rhel8/openstack-mistral-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-mistral-base"
-"rhosp-rhel8/openstack-mistral-engine" = "registry.access.redhat.com/rhosp-rhel8/openstack-mistral-engine"
-"rhosp-rhel8/openstack-mistral-event-engine" = "registry.access.redhat.com/rhosp-rhel8/openstack-mistral-event-engine"
-"rhosp-rhel8/openstack-mistral-executor" = "registry.access.redhat.com/rhosp-rhel8/openstack-mistral-executor"
-"rhosp-rhel8/openstack-multipathd" = "registry.access.redhat.com/rhosp-rhel8/openstack-multipathd"
-"rhosp-rhel8/openstack-neutron-agent-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-agent-base"
-"rhosp-rhel8/openstack-neutron-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-base"
-"rhosp-rhel8/openstack-neutron-dhcp-agent" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-dhcp-agent"
-"rhosp-rhel8/openstack-neutron-l3-agent" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-l3-agent"
-"rhosp-rhel8/openstack-neutron-metadata-agent-ovn" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-metadata-agent-ovn"
-"rhosp-rhel8/openstack-neutron-metadata-agent" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-metadata-agent"
-"rhosp-rhel8/openstack-neutron-openvswitch-agent" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-openvswitch-agent"
-"rhosp-rhel8/openstack-neutron-server-ovn" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-server-ovn"
-"rhosp-rhel8/openstack-neutron-server" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-server"
-"rhosp-rhel8/openstack-neutron-sriov-agent" = "registry.access.redhat.com/rhosp-rhel8/openstack-neutron-sriov-agent"
-"rhosp-rhel8/openstack-nova-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-api"
-"rhosp-rhel8/openstack-nova-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-base"
-"rhosp-rhel8/openstack-nova-compute-ironic" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-compute-ironic"
-"rhosp-rhel8/openstack-nova-compute" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-compute"
-"rhosp-rhel8/openstack-nova-conductor" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-conductor"
-"rhosp-rhel8/openstack-novajoin-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-novajoin-base"
-"rhosp-rhel8/openstack-novajoin-notifier" = "registry.access.redhat.com/rhosp-rhel8/openstack-novajoin-notifier"
-"rhosp-rhel8/openstack-novajoin-server" = "registry.access.redhat.com/rhosp-rhel8/openstack-novajoin-server"
-"rhosp-rhel8/openstack-nova-libvirt" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-libvirt"
-"rhosp-rhel8/openstack-nova-novncproxy" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-novncproxy"
-"rhosp-rhel8/openstack-nova-scheduler" = "registry.access.redhat.com/rhosp-rhel8/openstack-nova-scheduler"
-"rhosp-rhel8/openstack-octavia-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-octavia-api"
-"rhosp-rhel8/openstack-octavia-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-octavia-base"
-"rhosp-rhel8/openstack-octavia-health-manager" = "registry.access.redhat.com/rhosp-rhel8/openstack-octavia-health-manager"
-"rhosp-rhel8/openstack-octavia-housekeeping" = "registry.access.redhat.com/rhosp-rhel8/openstack-octavia-housekeeping"
-"rhosp-rhel8/openstack-octavia-worker" = "registry.access.redhat.com/rhosp-rhel8/openstack-octavia-worker"
-"rhosp-rhel8/openstack-openvswitch-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-openvswitch-base"
-"rhosp-rhel8/openstack-ovn-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-ovn-base"
-"rhosp-rhel8/openstack-ovn-controller" = "registry.access.redhat.com/rhosp-rhel8/openstack-ovn-controller"
-"rhosp-rhel8/openstack-ovn-nb-db-server" = "registry.access.redhat.com/rhosp-rhel8/openstack-ovn-nb-db-server"
-"rhosp-rhel8/openstack-ovn-northd" = "registry.access.redhat.com/rhosp-rhel8/openstack-ovn-northd"
-"rhosp-rhel8/openstack-ovn-sb-db-server" = "registry.access.redhat.com/rhosp-rhel8/openstack-ovn-sb-db-server"
-"rhosp-rhel8/openstack-panko-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-panko-api"
-"rhosp-rhel8/openstack-panko-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-panko-base"
-"rhosp-rhel8/openstack-placement-api" = "registry.access.redhat.com/rhosp-rhel8/openstack-placement-api"
-"rhosp-rhel8/openstack-placement-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-placement-base"
-"rhosp-rhel8/openstack-qdrouterd" = "registry.access.redhat.com/rhosp-rhel8/openstack-qdrouterd"
-"rhosp-rhel8/openstack-rabbitmq" = "registry.access.redhat.com/rhosp-rhel8/openstack-rabbitmq"
-"rhosp-rhel8/openstack-redis-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-redis-base"
-"rhosp-rhel8/openstack-redis" = "registry.access.redhat.com/rhosp-rhel8/openstack-redis"
-"rhosp-rhel8/openstack-rsyslog-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-rsyslog-base"
-"rhosp-rhel8/openstack-rsyslog" = "registry.access.redhat.com/rhosp-rhel8/openstack-rsyslog"
-"rhosp-rhel8/openstack-swift-account" = "registry.access.redhat.com/rhosp-rhel8/openstack-swift-account"
-"rhosp-rhel8/openstack-swift-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-swift-base"
-"rhosp-rhel8/openstack-swift-container" = "registry.access.redhat.com/rhosp-rhel8/openstack-swift-container"
-"rhosp-rhel8/openstack-swift-object" = "registry.access.redhat.com/rhosp-rhel8/openstack-swift-object"
-"rhosp-rhel8/openstack-swift-proxy-server" = "registry.access.redhat.com/rhosp-rhel8/openstack-swift-proxy-server"
-"rhosp-rhel8/openstack-tempest" = "registry.access.redhat.com/rhosp-rhel8/openstack-tempest"
-"rhosp-rhel8/openstack-zaqar-base" = "registry.access.redhat.com/rhosp-rhel8/openstack-zaqar-base"
-"rhosp-rhel8/openstack-zaqar-wsgi" = "registry.access.redhat.com/rhosp-rhel8/openstack-zaqar-wsgi"
-"rhpam-7/rhpam75-businesscentral-monitoring-openshift-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam75-businesscentral-monitoring-openshift-rhel8"
-"rhpam-7/rhpam-businesscentral-monitoring-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam-businesscentral-monitoring-rhel8"
-"rhpam-7/rhpam-businesscentral-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam-businesscentral-rhel8"
-"rhpam-7/rhpam-controller-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam-controller-rhel8"
-"rhpam-7/rhpam-dashbuilder-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam-dashbuilder-rhel8"
-"rhpam-7/rhpam-kieserver-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam-kieserver-rhel8"
-"rhpam-7/rhpam-operator-bundle" = "registry.access.redhat.com/rhpam-7/rhpam-operator-bundle"
-"rhpam-7/rhpam-process-migration-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam-process-migration-rhel8"
-"rhpam-7/rhpam-rhel8-operator" = "registry.access.redhat.com/rhpam-7/rhpam-rhel8-operator"
-"rhpam-7/rhpam-smartrouter-rhel8" = "registry.access.redhat.com/rhpam-7/rhpam-smartrouter-rhel8"
-"rhscl/devtoolset-10-perftools-rhel7" = "registry.access.redhat.com/rhscl/devtoolset-10-perftools-rhel7"
-"rhscl/devtoolset-10-toolchain-rhel7" = "registry.access.redhat.com/rhscl/devtoolset-10-toolchain-rhel7"
+"rhosp15-rhel8/openstack-kuryr-controller" = "registry.redhat.io/rhosp15-rhel8/openstack-kuryr-controller"
+"rhosp15-rhel8/openstack-skydive-agent" = "registry.redhat.io/rhosp15-rhel8/openstack-skydive-agent"
+"rhosp-rhel8/openstack-aodh-api" = "registry.redhat.io/rhosp-rhel8/openstack-aodh-api"
+"rhosp-rhel8/openstack-aodh-base" = "registry.redhat.io/rhosp-rhel8/openstack-aodh-base"
+"rhosp-rhel8/openstack-aodh-evaluator" = "registry.redhat.io/rhosp-rhel8/openstack-aodh-evaluator"
+"rhosp-rhel8/openstack-aodh-listener" = "registry.redhat.io/rhosp-rhel8/openstack-aodh-listener"
+"rhosp-rhel8/openstack-aodh-notifier" = "registry.redhat.io/rhosp-rhel8/openstack-aodh-notifier"
+"rhosp-rhel8/openstack-barbican-api" = "registry.redhat.io/rhosp-rhel8/openstack-barbican-api"
+"rhosp-rhel8/openstack-barbican-base" = "registry.redhat.io/rhosp-rhel8/openstack-barbican-base"
+"rhosp-rhel8/openstack-barbican-keystone-listener" = "registry.redhat.io/rhosp-rhel8/openstack-barbican-keystone-listener"
+"rhosp-rhel8/openstack-barbican-worker" = "registry.redhat.io/rhosp-rhel8/openstack-barbican-worker"
+"rhosp-rhel8/openstack-base" = "registry.redhat.io/rhosp-rhel8/openstack-base"
+"rhosp-rhel8/openstack-ceilometer-base" = "registry.redhat.io/rhosp-rhel8/openstack-ceilometer-base"
+"rhosp-rhel8/openstack-ceilometer-central" = "registry.redhat.io/rhosp-rhel8/openstack-ceilometer-central"
+"rhosp-rhel8/openstack-ceilometer-compute" = "registry.redhat.io/rhosp-rhel8/openstack-ceilometer-compute"
+"rhosp-rhel8/openstack-ceilometer-ipmi" = "registry.redhat.io/rhosp-rhel8/openstack-ceilometer-ipmi"
+"rhosp-rhel8/openstack-ceilometer-notification" = "registry.redhat.io/rhosp-rhel8/openstack-ceilometer-notification"
+"rhosp-rhel8/openstack-cinder-api" = "registry.redhat.io/rhosp-rhel8/openstack-cinder-api"
+"rhosp-rhel8/openstack-cinder-backup" = "registry.redhat.io/rhosp-rhel8/openstack-cinder-backup"
+"rhosp-rhel8/openstack-cinder-base" = "registry.redhat.io/rhosp-rhel8/openstack-cinder-base"
+"rhosp-rhel8/openstack-cinder-scheduler" = "registry.redhat.io/rhosp-rhel8/openstack-cinder-scheduler"
+"rhosp-rhel8/openstack-cinder-volume" = "registry.redhat.io/rhosp-rhel8/openstack-cinder-volume"
+"rhosp-rhel8/openstack-collectd" = "registry.redhat.io/rhosp-rhel8/openstack-collectd"
+"rhosp-rhel8/openstack-cron" = "registry.redhat.io/rhosp-rhel8/openstack-cron"
+"rhosp-rhel8/openstack-dependencies" = "registry.redhat.io/rhosp-rhel8/openstack-dependencies"
+"rhosp-rhel8/openstack-ec2-api" = "registry.redhat.io/rhosp-rhel8/openstack-ec2-api"
+"rhosp-rhel8/openstack-etcd" = "registry.redhat.io/rhosp-rhel8/openstack-etcd"
+"rhosp-rhel8/openstack-glance-api" = "registry.redhat.io/rhosp-rhel8/openstack-glance-api"
+"rhosp-rhel8/openstack-glance-base" = "registry.redhat.io/rhosp-rhel8/openstack-glance-base"
+"rhosp-rhel8/openstack-gnocchi-api" = "registry.redhat.io/rhosp-rhel8/openstack-gnocchi-api"
+"rhosp-rhel8/openstack-gnocchi-base" = "registry.redhat.io/rhosp-rhel8/openstack-gnocchi-base"
+"rhosp-rhel8/openstack-gnocchi-metricd" = "registry.redhat.io/rhosp-rhel8/openstack-gnocchi-metricd"
+"rhosp-rhel8/openstack-gnocchi-statsd" = "registry.redhat.io/rhosp-rhel8/openstack-gnocchi-statsd"
+"rhosp-rhel8/openstack-haproxy" = "registry.redhat.io/rhosp-rhel8/openstack-haproxy"
+"rhosp-rhel8/openstack-heat-all" = "registry.redhat.io/rhosp-rhel8/openstack-heat-all"
+"rhosp-rhel8/openstack-heat-api-cfn" = "registry.redhat.io/rhosp-rhel8/openstack-heat-api-cfn"
+"rhosp-rhel8/openstack-heat-api" = "registry.redhat.io/rhosp-rhel8/openstack-heat-api"
+"rhosp-rhel8/openstack-heat-base" = "registry.redhat.io/rhosp-rhel8/openstack-heat-base"
+"rhosp-rhel8/openstack-heat-engine" = "registry.redhat.io/rhosp-rhel8/openstack-heat-engine"
+"rhosp-rhel8/openstack-horizon" = "registry.redhat.io/rhosp-rhel8/openstack-horizon"
+"rhosp-rhel8/openstack-ironic-api" = "registry.redhat.io/rhosp-rhel8/openstack-ironic-api"
+"rhosp-rhel8/openstack-ironic-base" = "registry.redhat.io/rhosp-rhel8/openstack-ironic-base"
+"rhosp-rhel8/openstack-ironic-conductor" = "registry.redhat.io/rhosp-rhel8/openstack-ironic-conductor"
+"rhosp-rhel8/openstack-ironic-inspector" = "registry.redhat.io/rhosp-rhel8/openstack-ironic-inspector"
+"rhosp-rhel8/openstack-ironic-neutron-agent" = "registry.redhat.io/rhosp-rhel8/openstack-ironic-neutron-agent"
+"rhosp-rhel8/openstack-ironic-pxe" = "registry.redhat.io/rhosp-rhel8/openstack-ironic-pxe"
+"rhosp-rhel8/openstack-iscsid" = "registry.redhat.io/rhosp-rhel8/openstack-iscsid"
+"rhosp-rhel8/openstack-keepalived" = "registry.redhat.io/rhosp-rhel8/openstack-keepalived"
+"rhosp-rhel8/openstack-keystone-base" = "registry.redhat.io/rhosp-rhel8/openstack-keystone-base"
+"rhosp-rhel8/openstack-keystone" = "registry.redhat.io/rhosp-rhel8/openstack-keystone"
+"rhosp-rhel8/openstack-manila-api" = "registry.redhat.io/rhosp-rhel8/openstack-manila-api"
+"rhosp-rhel8/openstack-manila-base" = "registry.redhat.io/rhosp-rhel8/openstack-manila-base"
+"rhosp-rhel8/openstack-manila-scheduler" = "registry.redhat.io/rhosp-rhel8/openstack-manila-scheduler"
+"rhosp-rhel8/openstack-manila-share" = "registry.redhat.io/rhosp-rhel8/openstack-manila-share"
+"rhosp-rhel8/openstack-mariadb" = "registry.redhat.io/rhosp-rhel8/openstack-mariadb"
+"rhosp-rhel8/openstack-memcached" = "registry.redhat.io/rhosp-rhel8/openstack-memcached"
+"rhosp-rhel8/openstack-mistral-api" = "registry.redhat.io/rhosp-rhel8/openstack-mistral-api"
+"rhosp-rhel8/openstack-mistral-base" = "registry.redhat.io/rhosp-rhel8/openstack-mistral-base"
+"rhosp-rhel8/openstack-mistral-engine" = "registry.redhat.io/rhosp-rhel8/openstack-mistral-engine"
+"rhosp-rhel8/openstack-mistral-event-engine" = "registry.redhat.io/rhosp-rhel8/openstack-mistral-event-engine"
+"rhosp-rhel8/openstack-mistral-executor" = "registry.redhat.io/rhosp-rhel8/openstack-mistral-executor"
+"rhosp-rhel8/openstack-multipathd" = "registry.redhat.io/rhosp-rhel8/openstack-multipathd"
+"rhosp-rhel8/openstack-neutron-base" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-base"
+"rhosp-rhel8/openstack-neutron-dhcp-agent" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-dhcp-agent"
+"rhosp-rhel8/openstack-neutron-l3-agent" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-l3-agent"
+"rhosp-rhel8/openstack-neutron-metadata-agent-ovn" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-metadata-agent-ovn"
+"rhosp-rhel8/openstack-neutron-metadata-agent" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-metadata-agent"
+"rhosp-rhel8/openstack-neutron-openvswitch-agent" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-openvswitch-agent"
+"rhosp-rhel8/openstack-neutron-server-ovn" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-server-ovn"
+"rhosp-rhel8/openstack-neutron-server" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-server"
+"rhosp-rhel8/openstack-neutron-sriov-agent" = "registry.redhat.io/rhosp-rhel8/openstack-neutron-sriov-agent"
+"rhosp-rhel8/openstack-nova-api" = "registry.redhat.io/rhosp-rhel8/openstack-nova-api"
+"rhosp-rhel8/openstack-nova-base" = "registry.redhat.io/rhosp-rhel8/openstack-nova-base"
+"rhosp-rhel8/openstack-nova-compute-ironic" = "registry.redhat.io/rhosp-rhel8/openstack-nova-compute-ironic"
+"rhosp-rhel8/openstack-nova-compute" = "registry.redhat.io/rhosp-rhel8/openstack-nova-compute"
+"rhosp-rhel8/openstack-nova-conductor" = "registry.redhat.io/rhosp-rhel8/openstack-nova-conductor"
+"rhosp-rhel8/openstack-novajoin-base" = "registry.redhat.io/rhosp-rhel8/openstack-novajoin-base"
+"rhosp-rhel8/openstack-novajoin-notifier" = "registry.redhat.io/rhosp-rhel8/openstack-novajoin-notifier"
+"rhosp-rhel8/openstack-novajoin-server" = "registry.redhat.io/rhosp-rhel8/openstack-novajoin-server"
+"rhosp-rhel8/openstack-nova-libvirt" = "registry.redhat.io/rhosp-rhel8/openstack-nova-libvirt"
+"rhosp-rhel8/openstack-nova-novncproxy" = "registry.redhat.io/rhosp-rhel8/openstack-nova-novncproxy"
+"rhosp-rhel8/openstack-nova-scheduler" = "registry.redhat.io/rhosp-rhel8/openstack-nova-scheduler"
+"rhosp-rhel8/openstack-octavia-api" = "registry.redhat.io/rhosp-rhel8/openstack-octavia-api"
+"rhosp-rhel8/openstack-octavia-base" = "registry.redhat.io/rhosp-rhel8/openstack-octavia-base"
+"rhosp-rhel8/openstack-octavia-health-manager" = "registry.redhat.io/rhosp-rhel8/openstack-octavia-health-manager"
+"rhosp-rhel8/openstack-octavia-housekeeping" = "registry.redhat.io/rhosp-rhel8/openstack-octavia-housekeeping"
+"rhosp-rhel8/openstack-octavia-worker" = "registry.redhat.io/rhosp-rhel8/openstack-octavia-worker"
+"rhosp-rhel8/openstack-openvswitch-base" = "registry.redhat.io/rhosp-rhel8/openstack-openvswitch-base"
+"rhosp-rhel8/openstack-ovn-base" = "registry.redhat.io/rhosp-rhel8/openstack-ovn-base"
+"rhosp-rhel8/openstack-ovn-controller" = "registry.redhat.io/rhosp-rhel8/openstack-ovn-controller"
+"rhosp-rhel8/openstack-ovn-nb-db-server" = "registry.redhat.io/rhosp-rhel8/openstack-ovn-nb-db-server"
+"rhosp-rhel8/openstack-ovn-northd" = "registry.redhat.io/rhosp-rhel8/openstack-ovn-northd"
+"rhosp-rhel8/openstack-ovn-sb-db-server" = "registry.redhat.io/rhosp-rhel8/openstack-ovn-sb-db-server"
+"rhosp-rhel8/openstack-panko-api" = "registry.redhat.io/rhosp-rhel8/openstack-panko-api"
+"rhosp-rhel8/openstack-panko-base" = "registry.redhat.io/rhosp-rhel8/openstack-panko-base"
+"rhosp-rhel8/openstack-placement-api" = "registry.redhat.io/rhosp-rhel8/openstack-placement-api"
+"rhosp-rhel8/openstack-placement-base" = "registry.redhat.io/rhosp-rhel8/openstack-placement-base"
+"rhosp-rhel8/openstack-qdrouterd" = "registry.redhat.io/rhosp-rhel8/openstack-qdrouterd"
+"rhosp-rhel8/openstack-rabbitmq" = "registry.redhat.io/rhosp-rhel8/openstack-rabbitmq"
+"rhosp-rhel8/openstack-redis-base" = "registry.redhat.io/rhosp-rhel8/openstack-redis-base"
+"rhosp-rhel8/openstack-redis" = "registry.redhat.io/rhosp-rhel8/openstack-redis"
+"rhosp-rhel8/openstack-rsyslog-base" = "registry.redhat.io/rhosp-rhel8/openstack-rsyslog-base"
+"rhosp-rhel8/openstack-rsyslog" = "registry.redhat.io/rhosp-rhel8/openstack-rsyslog"
+"rhosp-rhel8/openstack-swift-account" = "registry.redhat.io/rhosp-rhel8/openstack-swift-account"
+"rhosp-rhel8/openstack-swift-base" = "registry.redhat.io/rhosp-rhel8/openstack-swift-base"
+"rhosp-rhel8/openstack-swift-container" = "registry.redhat.io/rhosp-rhel8/openstack-swift-container"
+"rhosp-rhel8/openstack-swift-object" = "registry.redhat.io/rhosp-rhel8/openstack-swift-object"
+"rhosp-rhel8/openstack-swift-proxy-server" = "registry.redhat.io/rhosp-rhel8/openstack-swift-proxy-server"
+"rhosp-rhel8/openstack-tempest" = "registry.redhat.io/rhosp-rhel8/openstack-tempest"
+"rhosp-rhel8/openstack-zaqar-base" = "registry.redhat.io/rhosp-rhel8/openstack-zaqar-base"
+"rhosp-rhel8/openstack-zaqar-wsgi" = "registry.redhat.io/rhosp-rhel8/openstack-zaqar-wsgi"
+"rhpam-7/rhpam75-businesscentral-monitoring-openshift-rhel8" = "registry.redhat.io/rhpam-7/rhpam75-businesscentral-monitoring-openshift-rhel8"
+"rhpam-7/rhpam-businesscentral-monitoring-rhel8" = "registry.redhat.io/rhpam-7/rhpam-businesscentral-monitoring-rhel8"
+"rhpam-7/rhpam-businesscentral-rhel8" = "registry.redhat.io/rhpam-7/rhpam-businesscentral-rhel8"
+"rhpam-7/rhpam-controller-rhel8" = "registry.redhat.io/rhpam-7/rhpam-controller-rhel8"
+"rhpam-7/rhpam-dashbuilder-rhel8" = "registry.redhat.io/rhpam-7/rhpam-dashbuilder-rhel8"
+"rhpam-7/rhpam-kieserver-rhel8" = "registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8"
+"rhpam-7/rhpam-kogito-builder-rhel8" = "registry.redhat.io/rhpam-7/rhpam-kogito-builder-rhel8"
+"rhpam-7/rhpam-kogito-rhel8-operator-bundle" = "registry.redhat.io/rhpam-7/rhpam-kogito-rhel8-operator-bundle"
+"rhpam-7/rhpam-kogito-rhel8-operator" = "registry.redhat.io/rhpam-7/rhpam-kogito-rhel8-operator"
+"rhpam-7/rhpam-kogito-runtime-jvm-rhel8" = "registry.redhat.io/rhpam-7/rhpam-kogito-runtime-jvm-rhel8"
+"rhpam-7/rhpam-operator-bundle" = "registry.redhat.io/rhpam-7/rhpam-operator-bundle"
+"rhpam-7/rhpam-process-migration-rhel8" = "registry.redhat.io/rhpam-7/rhpam-process-migration-rhel8"
+"rhpam-7/rhpam-rhel8-operator" = "registry.redhat.io/rhpam-7/rhpam-rhel8-operator"
+"rhpam-7/rhpam-smartrouter-rhel8" = "registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8"
+"rhscl/devtoolset-10-perftools-rhel7" = "registry.redhat.io/rhscl/devtoolset-10-perftools-rhel7"
+"rhscl/devtoolset-10-toolchain-rhel7" = "registry.redhat.io/rhscl/devtoolset-10-toolchain-rhel7"
 "rhscl/go-toolset-7-rhel7" = "registry.access.redhat.com/rhscl/go-toolset-7-rhel7"
 "rhscl/httpd-24-rhel7" = "registry.access.redhat.com/rhscl/httpd-24-rhel7"
 "rhscl/mariadb-103-rhel7" = "registry.access.redhat.com/rhscl/mariadb-103-rhel7"
-"rhscl/mongodb-36-rhel7" = "registry.access.redhat.com/rhscl/mongodb-36-rhel7"
+"rhscl/mariadb-105-rhel7" = "registry.redhat.io/rhscl/mariadb-105-rhel7"
 "rhscl/mysql-80-rhel7" = "registry.access.redhat.com/rhscl/mysql-80-rhel7"
-"rhscl/nginx-114-rhel7" = "registry.access.redhat.com/rhscl/nginx-114-rhel7"
-"rhscl/nginx-116-rhel7" = "registry.access.redhat.com/rhscl/nginx-116-rhel7"
-"rhscl/nginx-118-rhel7" = "registry.access.redhat.com/rhscl/nginx-118-rhel7"
-"rhscl/nodejs-10-rhel7" = "registry.access.redhat.com/rhscl/nodejs-10-rhel7"
-"rhscl/nodejs-12-rhel7" = "registry.access.redhat.com/rhscl/nodejs-12-rhel7"
-"rhscl/nodejs-14-rhel7" = "registry.access.redhat.com/rhscl/nodejs-14-rhel7"
-"rhscl/perl-526-rhel7" = "registry.access.redhat.com/rhscl/perl-526-rhel7"
-"rhscl/perl-530-rhel7" = "registry.access.redhat.com/rhscl/perl-530-rhel7"
-"rhscl/php-73-rhel7" = "registry.access.redhat.com/rhscl/php-73-rhel7"
+"rhscl/nginx-116-rhel7" = "registry.redhat.io/rhscl/nginx-116-rhel7"
+"rhscl/nginx-118-rhel7" = "registry.redhat.io/rhscl/nginx-118-rhel7"
+"rhscl/nodejs-12-rhel7" = "registry.redhat.io/rhscl/nodejs-12-rhel7"
+"rhscl/nodejs-14-rhel7" = "registry.redhat.io/rhscl/nodejs-14-rhel7"
+"rhscl/perl-530-rhel7" = "registry.redhat.io/rhscl/perl-530-rhel7"
+"rhscl/php-73-rhel7" = "registry.redhat.io/rhscl/php-73-rhel7"
 "rhscl/postgresql-10-rhel7" = "registry.access.redhat.com/rhscl/postgresql-10-rhel7"
-"rhscl/postgresql-12-rhel7" = "registry.access.redhat.com/rhscl/postgresql-12-rhel7"
+"rhscl/postgresql-12-rhel7" = "registry.redhat.io/rhscl/postgresql-12-rhel7"
+"rhscl/postgresql-13-rhel7" = "registry.redhat.io/rhscl/postgresql-13-rhel7"
 "rhscl/python-27-rhel7" = "registry.access.redhat.com/rhscl/python-27-rhel7"
-"rhscl/python-38-rhel7" = "registry.access.redhat.com/rhscl/python-38-rhel7"
-"rhscl/redis-5-rhel7" = "registry.access.redhat.com/rhscl/redis-5-rhel7"
-"rhscl/ruby-25-rhel7" = "registry.access.redhat.com/rhscl/ruby-25-rhel7"
+"rhscl/python-38-rhel7" = "registry.redhat.io/rhscl/python-38-rhel7"
+"rhscl/redis-5-rhel7" = "registry.redhat.io/rhscl/redis-5-rhel7"
 "rhscl/ruby-26-rhel7" = "registry.access.redhat.com/rhscl/ruby-26-rhel7"
-"rhscl/ruby-27-rhel7" = "registry.access.redhat.com/rhscl/ruby-27-rhel7"
+"rhscl/ruby-27-rhel7" = "registry.redhat.io/rhscl/ruby-27-rhel7"
+"rhscl/ruby-30-rhel7" = "registry.redhat.io/rhscl/ruby-30-rhel7"
 "rhscl/s2i-base-rhel7" = "registry.access.redhat.com/rhscl/s2i-base-rhel7"
 "rhscl/s2i-core-rhel7" = "registry.access.redhat.com/rhscl/s2i-core-rhel7"
-"rhscl/varnish-5-rhel7" = "registry.access.redhat.com/rhscl/varnish-5-rhel7"
 "rhscl/varnish-6-rhel7" = "registry.access.redhat.com/rhscl/varnish-6-rhel7"
-"rh-sso-7/sso74-openj9-openshift-rhel8" = "registry.access.redhat.com/rh-sso-7/sso74-openj9-openshift-rhel8"
-"rh-sso-7/sso74-openshift-rhel8" = "registry.access.redhat.com/rh-sso-7/sso74-openshift-rhel8"
-"r/ibmcom/configurable-service-broker" = "hub.docker.com/r/ibmcom/configurable-service-broker"
-"r/ibmcom/websphere-traditional" = "hub.docker.com/r/ibmcom/websphere-traditional"
-"r/minio/minio" = "hub.docker.com/r/minio/minio"
-"r/nscop/ncss12607" = "docker.io/r/nscop/ncss12607"
-"robinio/robin-operator-bundle" = "registry.connect.redhat.com/robinio/robin-operator-bundle"
-"robinio/robin-operator" = "registry.connect.redhat.com/robinio/robin-operator"
-"robinio/robin-storage-enterprise" = "registry.connect.redhat.com/robinio/robin-storage-enterprise"
-"robinio/robin-storage-express" = "registry.connect.redhat.com/robinio/robin-storage-express"
-"robinio/robin-storage" = "registry.connect.redhat.com/robinio/robin-storage"
-"robinio/robin-storage-trial" = "registry.connect.redhat.com/robinio/robin-storage-trial"
-"rocketchat/rocketchat-apb" = "registry.connect.redhat.com/rocketchat/rocketchat-apb"
-"rocketchat/rocketchat-operator-bundle" = "registry.connect.redhat.com/rocketchat/rocketchat-operator-bundle"
-"rocketchat/rocketchat" = "registry.connect.redhat.com/rocketchat/rocketchat"
-"scaleout/stateserver" = "registry.connect.redhat.com/scaleout/stateserver"
-"scality/swift-scality-backend" = "registry.connect.redhat.com/scality/swift-scality-backend"
-"seldonio/alibi-detect-server" = "registry.connect.redhat.com/seldonio/alibi-detect-server"
-"seldonio/alibiexplainer" = "registry.connect.redhat.com/seldonio/alibiexplainer"
-"seldonio/kubectl" = "registry.connect.redhat.com/seldonio/kubectl"
-"seldonio/mc-ubi" = "registry.connect.redhat.com/seldonio/mc-ubi"
-"seldonio/mlflowserver-grpc" = "registry.connect.redhat.com/seldonio/mlflowserver-grpc"
-"seldonio/mlflowserver" = "registry.connect.redhat.com/seldonio/mlflowserver"
-"seldonio/mlflowserver-rest" = "registry.connect.redhat.com/seldonio/mlflowserver-rest"
-"seldonio/mock-classifier" = "registry.connect.redhat.com/seldonio/mock-classifier"
-"seldonio/seldon-batch-processor" = "registry.connect.redhat.com/seldonio/seldon-batch-processor"
-"seldonio/seldon-core-executor" = "registry.connect.redhat.com/seldonio/seldon-core-executor"
-"seldonio/seldon-core-operator-bundle" = "registry.connect.redhat.com/seldonio/seldon-core-operator-bundle"
+"rh-sso-7/sso74-openj9-openshift-rhel8" = "registry.redhat.io/rh-sso-7/sso74-openj9-openshift-rhel8"
+"rh-sso-7/sso74-openshift-rhel8" = "registry.redhat.io/rh-sso-7/sso74-openshift-rhel8"
+"runai/runai-operator" = "registry.connect.redhat.com/runai/runai-operator"
 "seldonio/seldon-core-operator" = "registry.connect.redhat.com/seldonio/seldon-core-operator"
-"seldonio/seldon-deploy-operator-bundle" = "registry.connect.redhat.com/seldonio/seldon-deploy-operator-bundle"
-"seldonio/seldon-deploy-operator" = "registry.connect.redhat.com/seldonio/seldon-deploy-operator"
-"seldonio/seldon-deploy" = "registry.connect.redhat.com/seldonio/seldon-deploy"
 "seldonio/seldon-engine-0-4-0" = "registry.connect.redhat.com/seldonio/seldon-engine-0-4-0"
 "seldonio/seldon-engine" = "registry.connect.redhat.com/seldonio/seldon-engine"
-"seldonio/seldon-loadtester" = "registry.connect.redhat.com/seldonio/seldon-loadtester"
-"seldonio/seldon-operator-0-4-0" = "registry.connect.redhat.com/seldonio/seldon-operator-0-4-0"
-"seldonio/seldon-request-logger" = "registry.connect.redhat.com/seldonio/seldon-request-logger"
-"seldonio/sklearnserver-grpc" = "registry.connect.redhat.com/seldonio/sklearnserver-grpc"
-"seldonio/sklearnserver" = "registry.connect.redhat.com/seldonio/sklearnserver"
-"seldonio/sklearnserver-rest" = "registry.connect.redhat.com/seldonio/sklearnserver-rest"
-"seldonio/storage-initializer" = "registry.connect.redhat.com/seldonio/storage-initializer"
-"seldonio/tensorflow-serving" = "registry.connect.redhat.com/seldonio/tensorflow-serving"
-"seldonio/tfproxy-grpc" = "registry.connect.redhat.com/seldonio/tfproxy-grpc"
-"seldonio/tfproxy" = "registry.connect.redhat.com/seldonio/tfproxy"
-"seldonio/tfproxy-rest" = "registry.connect.redhat.com/seldonio/tfproxy-rest"
-"seldonio/xgboostserver-grpc" = "registry.connect.redhat.com/seldonio/xgboostserver-grpc"
-"seldonio/xgboostserver" = "registry.connect.redhat.com/seldonio/xgboostserver"
-"seldonio/xgboostserver-rest" = "registry.connect.redhat.com/seldonio/xgboostserver-rest"
-"sematext/agent" = "registry.connect.redhat.com/sematext/agent"
-"sematext/logagent" = "registry.connect.redhat.com/sematext/logagent"
+"seldonio/seldon-operator-0-4-0" = "registry.redhat.io/seldonio/seldon-operator-0-4-0"
 "sematext/sematext-agent-docker" = "registry.connect.redhat.com/sematext/sematext-agent-docker"
 "sematext/sematext-operator-bundle" = "registry.connect.redhat.com/sematext/sematext-operator-bundle"
-"sematext/sematext-operator" = "registry.connect.redhat.com/sematext/sematext-operator"
-"senseforth/ai-chatbot" = "registry.connect.redhat.com/senseforth/ai-chatbot"
-"sensu/sensu" = "registry.connect.redhat.com/sensu/sensu"
-"signalfx-inc/smart-agent" = "registry.connect.redhat.com/signalfx-inc/smart-agent"
-"sixfusion/openshift-collector1" = "registry.connect.redhat.com/sixfusion/openshift-collector1"
-"slcorp/rtview-dataserver" = "registry.connect.redhat.com/slcorp/rtview-dataserver"
-"snapt/snaptadc" = "registry.connect.redhat.com/snapt/snaptadc"
-"snyk/kubernetes-monitor" = "registry.connect.redhat.com/snyk/kubernetes-monitor"
-"snyk/kubernetes-operator-bundle" = "registry.connect.redhat.com/snyk/kubernetes-operator-bundle"
-"snyk/kubernetes-operator" = "registry.connect.redhat.com/snyk/kubernetes-operator"
-"snyk/snyk-operator-bundle" = "registry.connect.redhat.com/snyk/snyk-operator-bundle"
-"sonatype/nexus-iq-server" = "registry.connect.redhat.com/sonatype/nexus-iq-server"
-"sonatype/nexus-repository-manager" = "registry.connect.redhat.com/sonatype/nexus-repository-manager"
-"splunk/sck101" = "registry.connect.redhat.com/splunk/sck101"
-"splunk/splunk" = "docker.io/splunk/splunk"
-"spotinst/ocean-operator" = "docker.io/spotinst/ocean-operator"
-"sso-7/sso73-openj9-openshift-rhel7" = "registry.access.redhat.com/sso-7/sso73-openj9-openshift-rhel7"
-"stackrox/main" = "registry.connect.redhat.com/stackrox/main"
-"starburst/presto-init" = "registry.connect.redhat.com/starburst/presto-init"
-"starburst/presto-operator-bundle" = "registry.connect.redhat.com/starburst/presto-operator-bundle"
-"stf/prometheus-webhook-snmp" = "registry.access.redhat.com/stf/prometheus-webhook-snmp"
-"stf/service-telemetry-operator-bundle" = "registry.access.redhat.com/stf/service-telemetry-operator-bundle"
-"stf/service-telemetry-rhel7-operator" = "registry.access.redhat.com/stf/service-telemetry-rhel7-operator"
-"stf/sg-bridge-rhel8" = "registry.access.redhat.com/stf/sg-bridge-rhel8"
-"stf/sg-core-rhel8" = "registry.access.redhat.com/stf/sg-core-rhel8"
-"stf/smart-gateway-operator-bundle" = "registry.access.redhat.com/stf/smart-gateway-operator-bundle"
-"stf/smart-gateway-rhel7-operator" = "registry.access.redhat.com/stf/smart-gateway-rhel7-operator"
-"stf/smart-gateway-rhel8" = "registry.access.redhat.com/stf/smart-gateway-rhel8"
-"stonebranch/stonebranch-operator-bundle" = "registry.connect.redhat.com/stonebranch/stonebranch-operator-bundle"
-"stonebranch/stonebranch-operator" = "registry.connect.redhat.com/stonebranch/stonebranch-operator"
-"stonebranch/universalagent66" = "registry.connect.redhat.com/stonebranch/universalagent66"
-"stonebranch/universal-agent" = "registry.connect.redhat.com/stonebranch/universal-agent"
-"storageos/api-manager" = "registry.connect.redhat.com/storageos/api-manager"
+"sixfusion/openshift-collector" = "registry.connect.redhat.com/sixfusion/openshift-collector"
+"sso-7/sso73-openj9-openshift-rhel7" = "registry.redhat.io/sso-7/sso73-openj9-openshift-rhel7"
+"stackrox/main" = "registry.redhat.io/stackrox/main"
+"stf/prometheus-webhook-snmp" = "registry.redhat.io/stf/prometheus-webhook-snmp"
+"stf/service-telemetry-operator-bundle" = "registry.redhat.io/stf/service-telemetry-operator-bundle"
+"stf/service-telemetry-rhel7-operator" = "registry.redhat.io/stf/service-telemetry-rhel7-operator"
+"stf/service-telemetry-rhel8-operator" = "registry.redhat.io/stf/service-telemetry-rhel8-operator"
+"stf/sg-bridge-rhel8" = "registry.redhat.io/stf/sg-bridge-rhel8"
+"stf/sg-core-rhel8" = "registry.redhat.io/stf/sg-core-rhel8"
+"stf/smart-gateway-operator-bundle" = "registry.redhat.io/stf/smart-gateway-operator-bundle"
+"stf/smart-gateway-rhel7-operator" = "registry.redhat.io/stf/smart-gateway-rhel7-operator"
+"stf/smart-gateway-rhel8-operator" = "registry.redhat.io/stf/smart-gateway-rhel8-operator"
+"stf/smart-gateway-rhel8" = "registry.redhat.io/stf/smart-gateway-rhel8"
 "storageos/cluster-operator2-bundle" = "registry.connect.redhat.com/storageos/cluster-operator2-bundle"
-"storageos/cluster-operator2" = "registry.connect.redhat.com/storageos/cluster-operator2"
-"storageos/cluster-operator" = "registry.connect.redhat.com/storageos/cluster-operator"
-"storageos/csi-attacher" = "registry.connect.redhat.com/storageos/csi-attacher"
-"storageos/csi-cluster-driver-registrar" = "registry.connect.redhat.com/storageos/csi-cluster-driver-registrar"
-"storageos/csi-livenessprobe" = "registry.connect.redhat.com/storageos/csi-livenessprobe"
-"storageos/csi-node-driver-registrar" = "registry.connect.redhat.com/storageos/csi-node-driver-registrar"
-"storageos/csi-provisioner" = "registry.connect.redhat.com/storageos/csi-provisioner"
-"storageos/csi-resizer" = "registry.connect.redhat.com/storageos/csi-resizer"
-"storageos/init" = "registry.connect.redhat.com/storageos/init"
-"storageos/kube-scheduler" = "registry.connect.redhat.com/storageos/kube-scheduler"
-"storageos/nfs" = "registry.connect.redhat.com/storageos/nfs"
-"storageos/node-1tb" = "registry.connect.redhat.com/storageos/node-1tb"
-"storageos/node" = "registry.connect.redhat.com/storageos/node"
-"store/marklogicdb/marklogic-server" = "docker.io/store/marklogicdb/marklogic-server"
-"storware/vprotect-init" = "registry.connect.redhat.com/storware/vprotect-init"
-"storware/vprotect-node" = "registry.connect.redhat.com/storware/vprotect-node"
-"storware/vprotect-operator-bundle" = "registry.connect.redhat.com/storware/vprotect-operator-bundle"
-"storware/vprotect-operator" = "registry.connect.redhat.com/storware/vprotect-operator"
-"storware/vprotect-server" = "registry.connect.redhat.com/storware/vprotect-server"
-"sysdig/agent" = "registry.connect.redhat.com/sysdig/agent"
+"storageos/node-10tb" = "registry.connect.redhat.com/storageos/node-10tb"
+"storageos/node-1tb" = "registry.redhat.io/storageos/node-1tb"
 "tigera/operator-init" = "quay.io/tigera/operator-init"
-"tigera/operator" = "registry.connect.redhat.com/tigera/operator"
-"tmax/jeus7-0-0-5-das-openshift" = "registry.connect.redhat.com/tmax/jeus7-0-0-5-das-openshift"
-"tmax/jeus8-0-0-0-das-openshift" = "registry.connect.redhat.com/tmax/jeus8-0-0-0-das-openshift"
-"tmax/tibero6-06-openshift" = "registry.connect.redhat.com/tmax/tibero6-06-openshift"
-"tremolosecurity/activemq" = "registry.connect.redhat.com/tremolosecurity/activemq"
-"tremolosecurity/openunison-operator-bundle" = "registry.connect.redhat.com/tremolosecurity/openunison-operator-bundle"
-"tremolosecurity/openunison-operator" = "registry.connect.redhat.com/tremolosecurity/openunison-operator"
-"tremolosecurity/openunison-s2i-10" = "registry.connect.redhat.com/tremolosecurity/openunison-s2i-10"
-"tremolosecurity/unison-10" = "registry.connect.redhat.com/tremolosecurity/unison-10"
+"tigera/operator" = "registry.redhat.io/tigera/operator"
 "trilio/admission-webhook" = "registry.connect.redhat.com/trilio/admission-webhook"
-"trilio/backup-cleaner" = "registry.connect.redhat.com/trilio/backup-cleaner"
-"trilio/backup-retention" = "registry.connect.redhat.com/trilio/backup-retention"
-"trilio/backup-scheduler" = "registry.connect.redhat.com/trilio/backup-scheduler"
-"trilio/control-plane-init" = "registry.connect.redhat.com/trilio/control-plane-init"
-"trilio/control-plane" = "registry.connect.redhat.com/trilio/control-plane"
-"trilio/conversion-controller" = "registry.connect.redhat.com/trilio/conversion-controller"
-"trilio/datamover" = "registry.connect.redhat.com/trilio/datamover"
-"trilio/datastore-attacher" = "registry.connect.redhat.com/trilio/datastore-attacher"
-"trilio/hook-executor" = "registry.connect.redhat.com/trilio/hook-executor"
-"trilio/ingress-controller" = "registry.connect.redhat.com/trilio/ingress-controller"
-"trilio/metamover" = "registry.connect.redhat.com/trilio/metamover"
-"trilio/target-browser" = "registry.connect.redhat.com/trilio/target-browser"
+"trilio/meta-processor" = "registry.connect.redhat.com/trilio/meta-processor"
 "trilio/trilio-admission-webhook" = "registry.connect.redhat.com/trilio/trilio-admission-webhook"
 "trilio/trilio-webhook-init" = "registry.connect.redhat.com/trilio/trilio-webhook-init"
-"trilio/web-backend" = "registry.connect.redhat.com/trilio/web-backend"
 "trilio/webhook-init" = "registry.connect.redhat.com/trilio/webhook-init"
-"trilio/web" = "registry.connect.redhat.com/trilio/web"
-"tufin/kite" = "registry.connect.redhat.com/tufin/kite"
-"tufin/monitor" = "registry.connect.redhat.com/tufin/monitor"
-"tufin/orca-operator-bundle" = "registry.connect.redhat.com/tufin/orca-operator-bundle"
-"tufin/orca-operator" = "registry.connect.redhat.com/tufin/orca-operator"
-"turbonomic/action-orchestrator" = "registry.connect.redhat.com/turbonomic/action-orchestrator"
-"turbonomic/api" = "registry.connect.redhat.com/turbonomic/api"
 "turbonomic/arangodb" = "registry.connect.redhat.com/turbonomic/arangodb"
-"turbonomic/auth" = "registry.connect.redhat.com/turbonomic/auth"
-"turbonomic/clustermgr" = "registry.connect.redhat.com/turbonomic/clustermgr"
-"turbonomic/consul" = "registry.connect.redhat.com/turbonomic/consul"
-"turbonomic/cost" = "registry.connect.redhat.com/turbonomic/cost"
-"turbonomic/db" = "registry.connect.redhat.com/turbonomic/db"
-"turbonomic/group" = "registry.connect.redhat.com/turbonomic/group"
-"turbonomic/history" = "registry.connect.redhat.com/turbonomic/history"
-"turbonomic/kafka" = "registry.connect.redhat.com/turbonomic/kafka"
-"turbonomic/kubeturbo-operator-bundle" = "registry.connect.redhat.com/turbonomic/kubeturbo-operator-bundle"
-"turbonomic/kubeturbo-operator" = "registry.connect.redhat.com/turbonomic/kubeturbo-operator"
-"turbonomic/kubeturbo" = "registry.connect.redhat.com/turbonomic/kubeturbo"
-"turbonomic/market-component" = "registry.connect.redhat.com/turbonomic/market-component"
-"turbonomic/mediation-appdynamics" = "registry.connect.redhat.com/turbonomic/mediation-appdynamics"
-"turbonomic/mediation-dynatrace" = "registry.connect.redhat.com/turbonomic/mediation-dynatrace"
-"turbonomic/nginx" = "registry.connect.redhat.com/turbonomic/nginx"
-"turbonomic/plan-orchestrator" = "registry.connect.redhat.com/turbonomic/plan-orchestrator"
-"turbonomic/prometurbo" = "registry.connect.redhat.com/turbonomic/prometurbo"
-"turbonomic/repository" = "registry.connect.redhat.com/turbonomic/repository"
-"turbonomic/rsyslog" = "registry.connect.redhat.com/turbonomic/rsyslog"
-"turbonomic/t8c-operator-bundle" = "registry.connect.redhat.com/turbonomic/t8c-operator-bundle"
-"turbonomic/t8c-operator" = "registry.connect.redhat.com/turbonomic/t8c-operator"
-"turbonomic/topology-processor" = "registry.connect.redhat.com/turbonomic/topology-processor"
-"turbonomic/turbodif-operator" = "registry.connect.redhat.com/turbonomic/turbodif-operator"
-"turbonomic/turbodif" = "registry.connect.redhat.com/turbonomic/turbodif"
-"turbonomic/zookeeper" = "registry.connect.redhat.com/turbonomic/zookeeper"
-"twistlock/cloud-discovery" = "registry.connect.redhat.com/twistlock/cloud-discovery"
+"turbonomic/kubeturbo-operator-bundle" = "registry.redhat.io/turbonomic/kubeturbo-operator-bundle"
+"turbonomic/market-component" = "registry.redhat.io/turbonomic/market-component"
+"turbonomic/market" = "registry.connect.redhat.com/turbonomic/market"
+"turbonomic/prometurbo" = "registry.redhat.io/turbonomic/prometurbo"
+"turbonomic/t8c-operator" = "registry.redhat.io/turbonomic/t8c-operator"
+"turbonomic/ui" = "registry.connect.redhat.com/turbonomic/ui"
+"twistlock/cloud-discovery" = "registry.redhat.io/twistlock/cloud-discovery"
 "twistlock/console-operator" = "registry.connect.redhat.com/twistlock/console-operator"
 "ubi7/go-toolset" = "registry.access.redhat.com/ubi7/go-toolset"
-"ubi7-init" = "registry.access.redhat.com/ubi7-init"
+"ubi7-init" = "registry.redhat.io/ubi7-init"
 "ubi7-minimal" = "registry.access.redhat.com/ubi7-minimal"
 "ubi7/nginx-118" = "registry.access.redhat.com/ubi7/nginx-118"
-"ubi7/nodejs-10" = "registry.access.redhat.com/ubi7/nodejs-10"
 "ubi7/nodejs-12" = "registry.access.redhat.com/ubi7/nodejs-12"
 "ubi7/nodejs-14" = "registry.access.redhat.com/ubi7/nodejs-14"
 "ubi7/php-73" = "registry.access.redhat.com/ubi7/php-73"
-"ubi7/python-27" = "registry.access.redhat.com/ubi7/python-27"
+"ubi7/python-27" = "registry.redhat.io/ubi7/python-27"
 "ubi7/python-38" = "registry.access.redhat.com/ubi7/python-38"
 "ubi7" = "registry.access.redhat.com/ubi7"
-"ubi7/ruby-25" = "registry.access.redhat.com/ubi7/ruby-25"
 "ubi7/ruby-26" = "registry.access.redhat.com/ubi7/ruby-26"
 "ubi7/ruby-27" = "registry.access.redhat.com/ubi7/ruby-27"
+"ubi7/ruby-30" = "registry.access.redhat.com/ubi7/ruby-30"
 "ubi7/s2i-base" = "registry.access.redhat.com/ubi7/s2i-base"
 "ubi7/s2i-core" = "registry.access.redhat.com/ubi7/s2i-core"
 "ubi7/ubi-init" = "registry.access.redhat.com/ubi7/ubi-init"
 "ubi7/ubi-minimal" = "registry.access.redhat.com/ubi7/ubi-minimal"
-"ubi7/ubi" = "registry.access.redhat.com/ubi7/ubi"
+"ubi7/ubi" = "registry.redhat.io/ubi7/ubi"
+"ubi8/buildah" = "registry.access.redhat.com/ubi8/buildah"
 "ubi8/dotnet-21" = "registry.access.redhat.com/ubi8/dotnet-21"
 "ubi8/dotnet-21-runtime" = "registry.access.redhat.com/ubi8/dotnet-21-runtime"
 "ubi8/dotnet-31" = "registry.access.redhat.com/ubi8/dotnet-31"
 "ubi8/dotnet-31-runtime" = "registry.access.redhat.com/ubi8/dotnet-31-runtime"
 "ubi8/dotnet-50" = "registry.access.redhat.com/ubi8/dotnet-50"
 "ubi8/dotnet-50-runtime" = "registry.access.redhat.com/ubi8/dotnet-50-runtime"
-"ubi8/go-toolset" = "registry.access.redhat.com/ubi8/go-toolset"
-"ubi8-init" = "registry.access.redhat.com/ubi8-init"
+"ubi8/go-toolset" = "registry.redhat.io/ubi8/go-toolset"
+"ubi8/httpd-24" = "registry.redhat.io/ubi8/httpd-24"
+"ubi8-init" = "registry.redhat.io/ubi8-init"
+"ubi8-micro" = "registry.access.redhat.com/ubi8-micro"
 "ubi8-minimal" = "registry.access.redhat.com/ubi8-minimal"
 "ubi8/nginx-118" = "registry.access.redhat.com/ubi8/nginx-118"
-"ubi8/nodejs-10" = "registry.access.redhat.com/ubi8/nodejs-10"
 "ubi8/nodejs-12" = "registry.access.redhat.com/ubi8/nodejs-12"
+"ubi8/nodejs-14-minimal" = "registry.access.redhat.com/ubi8/nodejs-14-minimal"
 "ubi8/nodejs-14" = "registry.access.redhat.com/ubi8/nodejs-14"
 "ubi8/openjdk-11" = "registry.access.redhat.com/ubi8/openjdk-11"
+"ubi8/openjdk-11-runtime" = "registry.redhat.io/ubi8/openjdk-11-runtime"
 "ubi8/openjdk-8" = "registry.access.redhat.com/ubi8/openjdk-8"
+"ubi8/openjdk-8-runtime" = "registry.redhat.io/ubi8/openjdk-8-runtime"
 "ubi8/pause" = "registry.access.redhat.com/ubi8/pause"
 "ubi8/perl-526" = "registry.access.redhat.com/ubi8/perl-526"
 "ubi8/perl-530" = "registry.access.redhat.com/ubi8/perl-530"
-"ubi8/php-72" = "registry.access.redhat.com/ubi8/php-72"
 "ubi8/php-73" = "registry.access.redhat.com/ubi8/php-73"
 "ubi8/php-74" = "registry.access.redhat.com/ubi8/php-74"
 "ubi8/python-27" = "registry.access.redhat.com/ubi8/python-27"
 "ubi8/python-36" = "registry.access.redhat.com/ubi8/python-36"
-"ubi8/python-38" = "registry.access.redhat.com/ubi8/python-38"
+"ubi8/python-38" = "registry.redhat.io/ubi8/python-38"
+"ubi8/python-39" = "registry.access.redhat.com/ubi8/python-39"
 "ubi8" = "registry.access.redhat.com/ubi8"
 "ubi8/ruby-25" = "registry.access.redhat.com/ubi8/ruby-25"
 "ubi8/ruby-26" = "registry.access.redhat.com/ubi8/ruby-26"
 "ubi8/ruby-27" = "registry.access.redhat.com/ubi8/ruby-27"
 "ubi8/s2i-base" = "registry.access.redhat.com/ubi8/s2i-base"
-"ubi8/s2i-core" = "registry.access.redhat.com/ubi8/s2i-core"
+"ubi8/s2i-core" = "registry.redhat.io/ubi8/s2i-core"
+"ubi8/skopeo" = "registry.access.redhat.com/ubi8/skopeo"
 "ubi8/ubi-init" = "registry.access.redhat.com/ubi8/ubi-init"
+"ubi8/ubi-micro" = "registry.access.redhat.com/ubi8/ubi-micro"
 "ubi8/ubi-minimal" = "registry.access.redhat.com/ubi8/ubi-minimal"
 "ubi8/ubi" = "registry.access.redhat.com/ubi8/ubi"
-"ubixlabs/ubix-operator" = "registry.connect.redhat.com/ubixlabs/ubix-operator"
 "u/splunk/repository/docker/splunk/splunk" = "registry.connect.redhat.com/u/splunk/repository/docker/splunk/splunk"
 "u/stonebranch/repository/docker/stonebranch/image-ubi8-sb-6.6.0.1-linux-2.6-x86_64" = "registry.connect.redhat.com/u/stonebranch/repository/docker/stonebranch/image-ubi8-sb-6.6.0.1-linux-2.6-x86_64"
-"vacava/rapidbiz-operator-bundle" = "registry.connect.redhat.com/vacava/rapidbiz-operator-bundle"
-"vacava/rapidbiz-operator" = "registry.connect.redhat.com/vacava/rapidbiz-operator"
-"vacava/rapidbiz" = "registry.connect.redhat.com/vacava/rapidbiz"
 "veritas/hyperscale" = "registry.connect.redhat.com/veritas/hyperscale"
-"vfunction/vfunction-mysql" = "registry.connect.redhat.com/vfunction/vfunction-mysql"
-"vfunction/vfunction-nginx" = "registry.connect.redhat.com/vfunction/vfunction-nginx"
-"vfunction/vfunction-server-operator-bundle" = "registry.connect.redhat.com/vfunction/vfunction-server-operator-bundle"
-"vfunction/vfunction-server-operator" = "registry.connect.redhat.com/vfunction/vfunction-server-operator"
-"vfunction/vfunction-storage" = "registry.connect.redhat.com/vfunction/vfunction-storage"
-"vfunction/vfunction-vfapi-idp" = "registry.connect.redhat.com/vfunction/vfunction-vfapi-idp"
-"vfunction/vfunction-vfapi-measurements" = "registry.connect.redhat.com/vfunction/vfunction-vfapi-measurements"
-"vfunction/vfunction-vfapi-organizations" = "registry.connect.redhat.com/vfunction/vfunction-vfapi-organizations"
-"vfunction/vfunction-vfapi-users" = "registry.connect.redhat.com/vfunction/vfunction-vfapi-users"
-"virtuozzo/ploop1" = "registry.connect.redhat.com/virtuozzo/ploop1"
-"vmware/nsx-container-plugin-operator" = "docker.io/vmware/nsx-container-plugin-operator"
-"wavefronthq/nsx-ncp-operator-bundle" = "registry.connect.redhat.com/wavefronthq/nsx-ncp-operator-bundle"
-"wavefronthq/proxy" = "registry.connect.redhat.com/wavefronthq/proxy"
-"wavefronthq/wavefront-kubernetes-collector" = "registry.connect.redhat.com/wavefronthq/wavefront-kubernetes-collector"
-"xebialabs/xl-release" = "registry.connect.redhat.com/xebialabs/xl-release"
-"yash/yashone2" = "registry.connect.redhat.com/yash/yashone2"
-"yugabytedb/yugabyte-platform-operator-bundle" = "registry.connect.redhat.com/yugabytedb/yugabyte-platform-operator-bundle"
+"veritas/hyperscale-verfs" = "registry.connect.redhat.com/veritas/hyperscale-verfs"
+"wavefronthq/proxy" = "registry.redhat.io/wavefronthq/proxy"
+"wavefronthq/wavefront-proxy" = "registry.redhat.io/wavefronthq/wavefront-proxy"
 "yugabytedb/yugabyte-platform-operator-image" = "registry.connect.redhat.com/yugabytedb/yugabyte-platform-operator-image"
 "yugabytedb/yugabyte-platform-operator" = "registry.connect.redhat.com/yugabytedb/yugabyte-platform-operator"
-"yugabytedb/yugabyte-platform" = "registry.connect.redhat.com/yugabytedb/yugabyte-platform"
-"yugabytedb/yugabyte" = "registry.connect.redhat.com/yugabytedb/yugabyte"
 "zabbix/zabbix-agent2-50" = "registry.connect.redhat.com/zabbix/zabbix-agent2-50"
 "zabbix/zabbix-agent-50" = "registry.connect.redhat.com/zabbix/zabbix-agent-50"
 "zabbix/zabbix-appliance-40" = "registry.connect.redhat.com/zabbix/zabbix-appliance-40"
-"zabbix/zabbix-appliance-42" = "registry.connect.redhat.com/zabbix/zabbix-appliance-42"
+"zabbix/zabbix-appliance-42" = "registry.redhat.io/zabbix/zabbix-appliance-42"
 "zabbix/zabbix-appliance-50" = "registry.connect.redhat.com/zabbix/zabbix-appliance-50"
+"zabbix/zabbix-appliance" = "registry.connect.redhat.com/zabbix/zabbix-appliance"
 "zabbix/zabbix-java-gateway-44" = "registry.connect.redhat.com/zabbix/zabbix-java-gateway-44"
 "zabbix/zabbix-java-gateway-50" = "registry.connect.redhat.com/zabbix/zabbix-java-gateway-50"
 "zabbix/zabbix-operator-certified-44" = "registry.connect.redhat.com/zabbix/zabbix-operator-certified-44"
-"zabbix/zabbixoperator-certified-bundle" = "registry.connect.redhat.com/zabbix/zabbixoperator-certified-bundle"
-"zabbix/zabbixoperator-certified" = "registry.connect.redhat.com/zabbix/zabbixoperator-certified"
+"zabbix/zabbix-operator-certified" = "registry.redhat.io/zabbix/zabbix-operator-certified"
 "zabbix/zabbix-proxy-mysql-44" = "registry.connect.redhat.com/zabbix/zabbix-proxy-mysql-44"
 "zabbix/zabbix-proxy-mysql-50" = "registry.connect.redhat.com/zabbix/zabbix-proxy-mysql-50"
 "zabbix/zabbix-proxy-sqlite-50" = "registry.connect.redhat.com/zabbix/zabbix-proxy-sqlite-50"
 "zabbix/zabbix-server-mysql-50" = "registry.connect.redhat.com/zabbix/zabbix-server-mysql-50"
 "zabbix/zabbix-web-mysql-44" = "registry.connect.redhat.com/zabbix/zabbix-web-mysql-44"
 "zabbix/zabbix-web-mysql-50" = "registry.connect.redhat.com/zabbix/zabbix-web-mysql-50"
-"zadara/csi" = "registry.connect.redhat.com/zadara/csi"
diff --git a/SOURCES/seccomp.json b/SOURCES/seccomp.json
index 15876ac..bb88fd2 100644
--- a/SOURCES/seccomp.json
+++ b/SOURCES/seccomp.json
@@ -89,6 +89,7 @@
 				"epoll_ctl",
 				"epoll_ctl_old",
 				"epoll_pwait",
+				"epoll_pwait2",
 				"epoll_wait",
 				"epoll_wait_old",
 				"eventfd",
@@ -117,7 +118,11 @@
 				"flock",
 				"fork",
 				"fremovexattr",
+				"fsconfig",
 				"fsetxattr",
+				"fsmount",
+				"fsopen",
+				"fspick",
 				"fstat",
 				"fstat64",
 				"fstatat64",
@@ -205,6 +210,7 @@
 				"mmap",
 				"mmap2",
 				"mount",
+				"move_mount",
 				"mprotect",
 				"mq_getsetattr",
 				"mq_notify",
@@ -227,6 +233,7 @@
 				"open",
 				"openat",
 				"openat2",
+				"open_tree",
 				"pause",
 				"pidfd_getfd",
 				"pidfd_open",
@@ -730,6 +737,7 @@
 		{
 			"names": [
 				"kcmp",
+				"process_madvise",
 				"process_vm_readv",
 				"process_vm_writev",
 				"ptrace"
diff --git a/SOURCES/shortnames.conf b/SOURCES/shortnames.conf
index 0222cec..0f110a1 100644
--- a/SOURCES/shortnames.conf
+++ b/SOURCES/shortnames.conf
@@ -24,6 +24,8 @@
   "tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf"
   "tumbleweed-microdnf" = "registry.opensuse.org/opensuse/tumbleweed-microdnf"
   "leap" = "registry.opensuse.org/opensuse/leap"
+  "leap-dnf" = "registry.opensuse.org/opensuse/leap-dnf"
+  "leap-microdnf" = "registry.opensuse.org/opensuse/leap-microdnf"
   "tw-busybox" = "registry.opensuse.org/opensuse/busybox"
   # SUSE
   "suse/sle15" = "registry.suse.com/suse/sle15"
@@ -51,5 +53,13 @@
   "ubi8/ubi-micro" = "registry.access.redhat.com/ubi8-micro"
   # Debian
   "debian" = "docker.io/library/debian"
+  # Ubuntu
+  "ubuntu" = "docker.io/library/ubuntu"
   # Oracle Linux
-  "oraclelinux" = "container-registry.oracle.com/os/oraclelinux"
+  "oraclelinux" = "docker.io/library/oraclelinux"
+  # busybox
+  "busybox" = "docker.io/library/busybox"
+  # php
+  "php" = "docker.io/library/php"
+  #python
+  "python" = "docker.io/library/python"
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index b94022c..0b526e5 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -18,9 +18,9 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 # pick the oldest version on c/image, c/common, c/storage vendored in
 # podman/skopeo/podman.
 %global podman_branch v3.0
-%global image_branch  v5.9.0
-%global common_branch v0.33.0
-%global storage_branch v1.24.5
+%global image_branch v5.10.2
+%global common_branch v0.33.4
+%global storage_branch v1.24.6
 %global shortnames_branch main
 %global commit0 e72dd9c5c834f3cd7fb8b1aab4021d9d4412f305
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
@@ -28,7 +28,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 Epoch: 1
 Name: skopeo
 Version: 1.2.2
-Release: 2%{?dist}
+Release: 10%{?dist}
 Summary: Inspect container images and repositories on registries
 License: ASL 2.0
 URL: %{git0}
@@ -233,9 +233,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/%{name}/test
 
 %changelog
-* Tue Mar 02 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-2
-- update rhel-shortnames.conf to include only trusted registries
-- Resolves: #1931785
+* Thu Jul 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-10
+- update shortnames from Pyxis
+- sync with the vendored versions in 3.0-8.5.0
+- bump release to assure upgrade path from 3.0-8.4.0
+- Related: #1934415
 
 * Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-1
 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.2