From 073d1c03a74a56f1bd3954a44ba18a28dd54f419 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 10 Apr 2023 18:16:15 -0400 Subject: [PATCH] layering: Use `rhel-coreos` now This changed in https://github.com/openshift/machine-config-operator/pull/3485 --- modules/coreos-layering-configuring.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreos-layering-configuring.adoc b/modules/coreos-layering-configuring.adoc index 9f6e8930b9db..df518d67bcd7 100644 --- a/modules/coreos-layering-configuring.adoc +++ b/modules/coreos-layering-configuring.adoc @@ -21,7 +21,7 @@ When you configure a custom layered image, {product-title} no longer automatical + [NOTE] ==== -You should use the same base {op-system} image that is installed on the rest of your cluster. Use the `oc adm release info --image-for rhel-coreos-8` command to obtain the base image being used in your cluster. +You should use the same base {op-system} image that is installed on the rest of your cluster. Use the `oc adm release info --image-for rhel-coreos` command to obtain the base image being used in your cluster. In {product-title} 4.12, use `rhel-coreos-8` instead of `rhel-coreos`. ==== + For example, the following Containerfile creates a custom layered image from an {product-title} 4.13 image and a Hotfix package: