Skip to content

Commit 662d011

Browse files
Merge pull request #8356 from LorbusChris/stream-coreos
OKD-213: Reference stream-coreos instead of centos-stream-coreos-9
2 parents 27ee92a + 6719c9d commit 662d011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/bootstrap/files/usr/local/bin/bootstrap-pivot.sh.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ ! -f /opt/openshift/.pivot-done ]; then
2323
{{if .IsFCOS -}}
2424
MACHINE_OS_IMAGE=$(image_for fedora-coreos)
2525
{{else if .IsSCOS -}}
26-
MACHINE_OS_IMAGE=$(image_for centos-stream-coreos-9)
26+
MACHINE_OS_IMAGE=$(image_for stream-coreos)
2727
{{end -}}
2828
echo "Pulling ${MACHINE_OS_IMAGE}..."
2929
while true

0 commit comments

Comments
 (0)