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
-[Connected Mirroring vs Disconnected Mirroring](#connected-mirroring-vs-disconnected-mirroring)
@@ -410,7 +411,7 @@ FATAL * failed to validate network yaml for host 0, install nmstate package, e
410
411
411
412
### Installing Podman Offline
412
413
413
-
1. Mount a RHEL installation iso file to the system (VM or BM via Board Management Controller).
414
+
- Mount a RHEL installation iso file to the system (VM or BM via Board Management Controller).
414
415
415
416
Check e.g. with `lsblk` for the disconnected "cdrom" (iso) device:
416
417
@@ -427,17 +428,17 @@ sda 8:0 0 120G 0 disk
427
428
sr0 11:0 1 11G 0 rom
428
429
```
429
430
430
-
2. Create a folder in which the iso content will be accessible:
431
+
- Create a folder in which the iso content will be accessible:
431
432
432
433
`mkdir -p /mnt/rhel-iso`
433
434
434
-
3. Mount the connected iso accordingly:
435
+
- Mount the connected iso accordingly:
435
436
436
437
`mount -o loop /path/to/rhel.iso /mnt/rhel-iso`
437
438
438
439
Example in my case with a VM: `mount -o loop /dev/sr0 /mnt/rhel-iso`
439
440
440
-
4. Create a Local Repository:
441
+
- Create a Local Repository:
441
442
442
443
```code
443
444
cat <<EOF | tee /etc/yum.repos.d/rhel9-iso.repo
@@ -455,7 +456,7 @@ gpgcheck=0
455
456
EOF
456
457
```
457
458
458
-
5. Install Podman and `nmstate`
459
+
- Install Podman and `nmstate`
459
460
460
461
`dnf install podman -y`
461
462
`dnf install nmstate -y`
@@ -815,16 +816,11 @@ Ensure that clis are in your $PATH. Otherwise `export PATH=/usr/local/bin:$PATH`
815
816
816
817
The oc-mirror plugin v2 automatically generates the following custom resources:
817
818
818
-
- `ImageDigestMirrorSet` (IDMS)
819
-
Handles registry mirror rules when using image digest pull specifications. Generated if at least one image of the image set is mirrored by digest.
820
-
- `ImageTagMirrorSet` (ITMS)
821
-
Handles registry mirror rules when using image tag pull specifications. Generated if at least one image from the image set is mirrored by tag.
822
-
- `CatalogSource`
823
-
Retrieves information about the available Operators in the mirror registry. Used by Operator Lifecycle Manager (OLM) Classic.
824
-
- `ClusterCatalog`
825
-
Retrieves information about the available cluster extensions (which includes Operators) in the mirror registry. Used by OLM v1.
826
-
- `UpdateService`
827
-
Provides update graph data to the disconnected environment. Used by the OpenShift Update Service.
819
+
- `ImageDigestMirrorSet` (IDMS): Handles registry mirror rules when using image digest pull specifications. Generated if at least one image of the image set is mirrored by digest.
820
+
- `ImageTagMirrorSet` (ITMS): Handles registry mirror rules when using image tag pull specifications. Generated if at least one image from the image set is mirrored by tag.
821
+
- `CatalogSource`: Retrieves information about the available Operators in the mirror registry. Used by Operator Lifecycle Manager (OLM) Classic.
822
+
- `ClusterCatalog`: Retrieves information about the available cluster extensions (which includes Operators) in the mirror registry. Used by OLM v1.
823
+
- `UpdateService`: Provides update graph data to the disconnected environment. Used by the OpenShift Update Service.
828
824
829
825
Mirror the images from the specified image set configuration to the disk by running the following command:
0 commit comments