Skip to content

Commit

Permalink
Revert "Start using rhel-coreos image rather than `machine-os-conte…
Browse files Browse the repository at this point in the history
…nt` (openshift#135)"

This reverts commit 86bbea7.

We need to revert the openshift/os side of this because of remaining
references to machine-os-content:

openshift/os#1393

So we have to revert this too.
  • Loading branch information
jlebon committed Nov 14, 2023
1 parent 86bbea7 commit 13d90b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/driver_toolkit_imagestream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [rhel-coreos image](https://github.com/openshift/machine-config-operator/blob/master/docs/OSUpgrades.md#os-updates).
* MCO: owns the `rhel-coreos` image.
* 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.
4 changes: 2 additions & 2 deletions manifests/image-references
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
from:
kind: DockerImage
name: example.com/image-reference-placeholder:driver-toolkit
- name: rhel-coreos
- name: machine-os-content
from:
kind: DockerImage
name: example.com/image-reference-placeholder:rhel-coreos
name: registry.svc.ci.openshift.org/openshift:machine-os-content

0 comments on commit 13d90b4

Please sign in to comment.