Skip to content

Commit

Permalink
machine-os-images: Use OKD installer for OKD builds
Browse files Browse the repository at this point in the history
The OKD installer from the `origin` namespace has to be used in the
build in order to actually pull the FCOS bootimage.

Fixes: okd-project/okd#1506
  • Loading branch information
LorbusChris committed Feb 20, 2023
1 parent d3896b9 commit dc5a785
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ base_images:
tag: base
ocp_4.13_installer:
name: "4.13"
namespace: ocp
namespace: origin
tag: installer
build_root:
from_repository: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ base_images:
tag: base
ocp_4.12_installer:
name: "4.12"
namespace: ocp
namespace: origin
tag: installer
build_root:
from_repository: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ base_images:
tag: base
ocp_4.13_installer:
name: "4.13"
namespace: ocp
namespace: origin
tag: installer
build_root:
from_repository: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ base_images:
tag: base
ocp_4.13_installer:
name: "4.14"
namespace: ocp
namespace: origin
tag: installer
build_root:
from_repository: true
Expand Down

0 comments on commit dc5a785

Please sign in to comment.