You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==== oc-mirror v2 mirrors container images in environment variables of deployment templates
820
+
==== oc-mirror v2 mirrors container images in environment variables of deployment templates
821
821
822
-
Operand images, dynamically deployed by Operator controllers at runtime, are typically referenced by environment variables within the controller’s deployment template.
822
+
Operand images, dynamically deployed by Operator controllers at runtime, are typically referenced by environment variables within the controller’s deployment template.
823
823
824
824
Before {product-title} 4.20, while `oc-mirror` plugin v2 could access these environment variables, it attempted to mirror all values, including non-image references, for example, log levels, leading to failures. With this update, {product-title} identifies and mirrors only the container images referenced in these environment variables.
825
825
@@ -1244,6 +1244,10 @@ This prevents users from discovering certain problems only after the cache is po
1244
1244
The use of Confidential Computing with AMD Secure Encrypted Virtualization (AMD SEV) on {gcp-first} has been deprecated and might be removed in a future release.
1245
1245
1246
1246
You can use AMD Secure Encrypted Virtualization Secure Nested Paging (AMD SEV-SNP) instead.
Support for Docker v2 registries is deprecated and is planned for removal in a future release. A registry that supports the Open Container Initiative (OCI) specification will be required for all mirroring operations in a future release. Additionally, `oc-mirror` v2 now only generates custom catalog images in the OCI format, whereas the deprecated `oc-mirror` v1 still supports the Docker v2 format.
1247
1251
1248
1252
[id="ocp-release-removed-features_{context}"]
1249
1253
=== Removed features
@@ -1279,14 +1283,6 @@ You can use AMD Secure Encrypted Virtualization Secure Nested Paging (AMD SEV-SN
Support for Docker v2 registries is deprecated and will be removed in {product-title} {product-version}.21. A registry that supports the Open Container Initiative (OCI) specification will be required for all mirroring operations as of {product-title} {product-version}.21. Additionally, `oc-mirror` v2 now only generates custom catalog images in the OCI format, whereas the deprecated `oc-mirror` v1 still supports the Docker v2 format.
0 commit comments