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
For more information about registry authentication, see https://access.redhat.com/RegistryAuthentication[{company-name} Container Registry Authentication].
62
62
63
-
. Create an `ImageSetConfiguration` file to specify the resources that you want to mirror. For example:
63
+
. Create an `ImageSetConfiguration` ffile to specify the resources that you want to mirror. For example:
64
+
+
64
65
66
+
+
65
67
[source,terminal]
66
68
----
67
69
apiVersion: mirror.openshift.io/v1alpha2
@@ -78,14 +80,11 @@ mirror:
78
80
- name: redhat-developer-hub
79
81
version: "1.4.1"
80
82
----
81
-
. Run the mirroring process on the ImageSetConfiguration file. Use the
82
-
`oc-mirror` command to mirror the specified resources based on the
83
-
configuration file. his command generates a `.tar` archive that contains
84
-
all the mirrored resources.
83
+
. Initiate the mirroring process using the `ImageSetConfiguration` file. The `oc-mirror` command mirrors the specified resources as defined in the configuration file and generates a `.tar` archive containing all the mirrored resources
0 commit comments