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 18, 2024
1 parent 1969859 commit f9e3adc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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,12 @@ images:
WORKDIR /tmp/cosa
from: root
to: build-image
- build_args:
- name: OPENSHIFT_CI
value: "1"
dockerfile_path: Containerfile
from: rhel-coreos-base
to: node
promotion:
to:
- excluded_images:
Expand Down

0 comments on commit f9e3adc

Please sign in to comment.