Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ base_images:
name: "4.15"
namespace: origin
tag: base
ocp_4.15_installer:
origin_4.15_installer:
name: "4.15"
Comment thread
andfasano marked this conversation as resolved.
namespace: ocp
namespace: origin
tag: installer
build_root:
from_repository: true
Expand All @@ -16,7 +16,7 @@ images:
dockerfile_path: Dockerfile
from: base
inputs:
ocp_4.15_installer:
origin_4.15_installer:
as:
- registry.ci.openshift.org/ocp/4.15:installer
to: machine-os-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ base_images:
name: "4.15"
namespace: origin
tag: base
ocp_4.15_installer:
origin_4.15_installer:
name: "4.15"
namespace: ocp
namespace: origin
tag: installer
build_root:
from_repository: true
Expand All @@ -16,7 +16,7 @@ images:
dockerfile_path: Dockerfile
from: base
inputs:
ocp_4.15_installer:
origin_4.15_installer:
as:
- registry.ci.openshift.org/ocp/4.15:installer
to: machine-os-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ base_images:
name: "4.15"
namespace: origin
tag: base
ocp_4.15_installer:
origin_4.15_installer:
name: "4.15"
namespace: ocp
Comment thread
andfasano marked this conversation as resolved.
tag: installer
Expand All @@ -16,7 +16,7 @@ images:
dockerfile_path: Dockerfile
from: base
inputs:
ocp_4.15_installer:
origin_4.15_installer:
as:
- registry.ci.openshift.org/ocp/4.15:installer
to: machine-os-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ base_images:
name: "4.15"
namespace: origin
tag: base
ocp_4.15_installer:
origin_4.15_installer:
name: "4.15"
namespace: ocp
namespace: origin
tag: installer
build_root:
from_repository: true
Expand All @@ -16,7 +16,7 @@ images:
dockerfile_path: Dockerfile
from: base
inputs:
ocp_4.15_installer:
origin_4.15_installer:
as:
- registry.ci.openshift.org/ocp/4.15:installer
to: machine-os-images
Expand Down