From 06237b75e6e9f40c780e12d75a104f3ab7110211 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 27 Sep 2023 11:57:36 -0400 Subject: [PATCH] Start using `rhel-coreos` image rather than `machine-os-content` The `machine-os-content` is deprecated and we'd like to stop shipping it entirely in the release payload. Point the DTK imagestream to the `rhel- coreos` image instead. Closes: #101 --- docs/driver_toolkit_imagestream.md | 4 ++-- manifests/image-references | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/driver_toolkit_imagestream.md b/docs/driver_toolkit_imagestream.md index f77d758..0a84fe9 100644 --- a/docs/driver_toolkit_imagestream.md +++ b/docs/driver_toolkit_imagestream.md @@ -8,5 +8,5 @@ In order to generate such imagestream during the cluster installation, there are * DTK: add an [templated imagestream](../manifests/01-openshift-imagestream.yaml) to the payload. * ART: adding that imagestream to the cluster deployment (templeted) by running `oc adm release new ...`. -* OC: Owning the code for `oc adm release new …` which will scrape the [machine-os-content](https://github.com/openshift/machine-config-operator/blob/master/docs/OSUpgrades.md#os-updates). -* MCO: owns the machine-os-content. +* OC: Owning the code for `oc adm release new …` which will scrape the [rhel-coreos image](https://github.com/openshift/machine-config-operator/blob/master/docs/OSUpgrades.md#os-updates). +* MCO: owns the `rhel-coreos` image. diff --git a/manifests/image-references b/manifests/image-references index 6681362..8b12c3b 100644 --- a/manifests/image-references +++ b/manifests/image-references @@ -6,7 +6,7 @@ spec: from: kind: DockerImage name: example.com/image-reference-placeholder:driver-toolkit - - name: machine-os-content + - name: rhel-coreos from: kind: DockerImage - name: registry.svc.ci.openshift.org/openshift:machine-os-content + name: example.com/image-reference-placeholder:rhel-coreos