Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 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
31 changes: 31 additions & 0 deletions images/rhcos-node-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
content:
source:
dockerfile: Containerfile
git:
branch:
target: release-{MAJOR}.{MINOR}
url: git@github.com:openshift-priv/os.git
Comment thread
thegreyd marked this conversation as resolved.
web: https://github.com/openshift/os
ci_alignment:
streams_prs:
enabled: false
mirror: false
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: rhcos-node-image-container
enabled_repos:
- rhel-9-fast-datapath-rpms
- rhel-9-server-ose-rpms
- rhel-98-baseos
- rhel-98-appstream
for_payload: false
for_release: false
from:
builder:
- stream: rhel_coreos
name: openshift/rhcos-node-image-rhel9
owners:
- aos-team-art@redhat.com
canonical_builders_from_upstream: false
okd:
Comment thread
thegreyd marked this conversation as resolved.
mode: disabled
3 changes: 3 additions & 0 deletions streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ centos_stream10:
upstream_image: registry.ci.openshift.org/ocp/builder:stream10
mirror: true
mirror_manifest_list: true

rhel_coreos:
image: quay.io/openshift-release-dev/ocp-v4.0-art-dev:rhel-9.8-coreos
Comment thread
thegreyd marked this conversation as resolved.
Outdated
Loading