We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27ee92a + 6719c9d commit 662d011Copy full SHA for 662d011
data/data/bootstrap/files/usr/local/bin/bootstrap-pivot.sh.template
@@ -23,7 +23,7 @@ if [ ! -f /opt/openshift/.pivot-done ]; then
23
{{if .IsFCOS -}}
24
MACHINE_OS_IMAGE=$(image_for fedora-coreos)
25
{{else if .IsSCOS -}}
26
- MACHINE_OS_IMAGE=$(image_for centos-stream-coreos-9)
+ MACHINE_OS_IMAGE=$(image_for stream-coreos)
27
{{end -}}
28
echo "Pulling ${MACHINE_OS_IMAGE}..."
29
while true
0 commit comments