Skip to content

Commit

Permalink
openshift/os: start building node image
Browse files Browse the repository at this point in the history
As part of openshift/enhancements#1637, we want
to start building the node image as a layered build on top of an RHCOS
base image.

For now, promote this image as `node`. In the future, when we're
ready to switch CI over to the node image, it'll take the place of
`rhel-coreos`.
  • Loading branch information
jlebon committed Dec 5, 2024
1 parent 3b59069 commit ed6c991
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
base_images:
rhel-coreos-base:
name: rhel-coreos-base
namespace: coreos
tag: "9.6"
build_root:
image_stream_tag:
name: coreos-assembler
Expand All @@ -23,6 +28,15 @@ images:
WORKDIR /tmp/cosa
from: root
to: build-image
- build_args:
- name: OPENSHIFT_CI
value: "1"
dockerfile_path: Containerfile
inputs:
"rhel-coreos-base":
as:
- quay.io/openshift-release-dev/ocp-v4.0-art-dev:c9s-coreos
to: node
promotion:
to:
- excluded_images:
Expand Down
4 changes: 4 additions & 0 deletions core-services/image-mirroring/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@ supplementalCIImages:
image: quay.io/stackrox-io/apollo-ci:stackrox-ui-test-0.4.3
stackrox/apollo-ci:stackrox-ui-test-0.4.4:
image: quay.io/stackrox-io/apollo-ci:stackrox-ui-test-0.4.4
coreos/scos-base:9:
image: quay.io/openshift-release-dev/ocp-v4.0-art-dev:c9s-coreos
coreos/rhel-coreos-base:9.6:
image: quay.io/openshift-release-dev/ocp-v4.0-art-dev:rhel-9.6-coreos
coreos/coreos-assembler:latest:
image: quay.io/coreos-assembler/coreos-assembler:latest
coreos/coreos-assembler:4.18:
Expand Down

0 comments on commit ed6c991

Please sign in to comment.