mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// microshift_install_bootc/microshift-install-rhel-bootc-image.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="microshift-install-bootc-get-published-image_{context}"]
|
|
= Getting the published bootc image for {microshift-short}
|
|
|
|
You can use the {microshift-short} container images to install {op-system-image}.
|
|
|
|
.Prerequisites
|
|
|
|
* You have an x86_64 or AArch64 platform.
|
|
|
|
* You have access to the `registry.redhat.io` registry.
|
|
|
|
.Procedure
|
|
|
|
. Navigate to the link:https://catalog.redhat.com/[Red{nbsp}Hat Ecosystem Catalog].
|
|
|
|
. Search for the {microshift-short} container image by using the `microshift-bootc` keyword.
|
|
|
|
. Open the container image page of the {microshift-short} container image.
|
|
|
|
. Select the `Get this image` tab to view instructions for downloading the image.
|
|
|
|
. Get access to the latest image on x86_64 and AArch64 platforms by logging into the registry using the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo podman login registry.redhat.io
|
|
----
|
|
|
|
. Download the bootc image by running the following command:
|
|
+
|
|
[source,terminal,subs="attributes+"]
|
|
----
|
|
$ podman pull registry.redhat.io/openshift4/microshift-bootc-rhel{op-system-version-major}:v{product-version}
|
|
----
|