Skip to content
Open
Show file tree
Hide file tree
Changes from 7 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
34 changes: 34 additions & 0 deletions images/rhcos-node-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
content:
source:
dockerfile: Containerfile.konflux
git:
branch:
target: release-{MAJOR}.{MINOR}
Comment thread
thegreyd marked this conversation as resolved.
Outdated
url: git@github.com:openshift-priv/os.git
url_pull: git@github.com:thegreyd/os.git
Comment thread
thegreyd marked this conversation as resolved.
Outdated
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
konflux:
network_mode: open
okd:
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: registry.ci.openshift.org/coreos/rhel-coreos-base:9.8
Loading