You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ This repo contains files and instructions for building customized RHCOS
4
4
(Red Hat CoreOS) disk images that are used for installation and
5
5
bootstrapping of OpenShift Clusters.
6
6
7
-
8
7
# Creating a custom RHCOS container Image
9
8
10
9
Some background context and some examples for creating layered RHCOS
@@ -58,8 +57,7 @@ podman build \
58
57
--tag quay.io/myorg/myrepo:mytag
59
58
```
60
59
61
-
You will want to push this image to a registry so that it can be used as an
62
-
`osImageUrl` in a MachineConfig as documented in the OpenShift docs.
60
+
You will want to [push](https://docs.podman.io/en/latest/markdown/podman-push.1.html) this image to a registry so that it can be used as an `osImageUrl` in a MachineConfig as documented in the OpenShift docs.
63
61
64
62
# Creating disk boot images from the container image
0 commit comments