Skip to content

Commit f4d7732

Browse files
authored
Merge pull request #81280 from subhtk/osdocs11357
OSDOCS 11357: Updated ImageSet Config example to include KubeVirt CoreOS container images in oc-mirror
2 parents 2e2fa3c + cc92ca5 commit f4d7732

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

modules/oc-mirror-image-set-config-examples.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ mirror:
246246
version: 0.2.0
247247
additionalImages:
248248
- name: registry.redhat.io/ubi9/ubi:latest
249-
----
249+
----

modules/oc-mirror-imageset-config-parameters-v2.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,23 @@ Example: `mirror.openshift.io/v2alpha1`
3535
|Integer
3636
Example: `4`
3737

38+
|`kubeVirtContainer`
39+
|When set to `true`, includes images from the HyperShift KubeVirt CoreOS container.
40+
|Boolean
41+
Example `ImageSetConfiguration` file:
42+
[source,yaml,subs=attributes+]
43+
----
44+
apiVersion: mirror.openshift.io/v2alpha1
45+
kind: ImageSetConfiguration
46+
mirror:
47+
platform:
48+
channels:
49+
- name: stable-4.16
50+
minVersion: 4.16.0
51+
maxVersion: 4.16.0
52+
kubeVirtContainer: true
53+
----
54+
3855
|`mirror`
3956
|The configuration of the image set.
4057
|Object

0 commit comments

Comments
 (0)