Skip to content
Open
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
8 changes: 8 additions & 0 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ konflux:
enabled: true
network_mode: hermetic

okd:
konflux:
build_priority: 8
cachi2:
enabled: false
lockfile:
force: false

multi_arch:
enabled: true

Expand Down
2 changes: 2 additions & 0 deletions images/ci-openshift-base.rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ scan_sources:
- '*'
konflux:
network_mode: open
okd:
mode: disabled
2 changes: 2 additions & 0 deletions images/ci-openshift-build-root-latest.rhel8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ scan_sources:
- '*'
konflux:
network_mode: open
okd:
mode: disabled
2 changes: 2 additions & 0 deletions images/ci-openshift-build-root-latest.rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ scan_sources:
- '*'
konflux:
network_mode: open
okd:
mode: disabled
2 changes: 2 additions & 0 deletions images/ci-openshift-golang-builder-latest.rhel8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ scan_sources:
- '*'
konflux:
network_mode: open
okd:
mode: disabled
2 changes: 2 additions & 0 deletions images/ci-openshift-golang-builder-latest.rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ scan_sources:
- '*'
konflux:
network_mode: open
okd:
mode: disabled
2 changes: 0 additions & 2 deletions images/cluster-node-tuning-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ content:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
dockerfile: Dockerfile
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: cluster-node-tuning-operator-container
Expand Down
13 changes: 13 additions & 0 deletions images/dpu-intel-ipu-p4sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@ konflux:
lockfile:
inspect_parent: false
network_mode: open
okd:
content:
source:
modifications:
- action: replace
match: "COPY openshift/install-dpu.sh ."
replacement: |
COPY openshift/install-dpu.sh .
# Create a pip.conf file to globally set --ignore-installed.
# Needed as the base centos image has setuptools installed by a package manager
RUN mkdir -p /root/.config/pip && \
echo "[install]" > /root/.config/pip/pip.conf && \
echo "ignore-installed = true" >> /root/.config/pip/pip.conf
13 changes: 13 additions & 0 deletions images/dpu-intel-ipu-vsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,16 @@ konflux:
- libubsan
- libxcrypt-devel
- make
okd:
content:
source:
modifications:
- action: replace
match: "COPY openshift/install-dpu.sh ."
replacement: |
COPY openshift/install-dpu.sh .
# Create a pip.conf file to globally set --ignore-installed.
# Needed as the base centos image has setuptools installed by a package manager
RUN mkdir -p /root/.config/pip && \
echo "[install]" > /root/.config/pip/pip.conf && \
echo "ignore-installed = true" >> /root/.config/pip/pip.conf
12 changes: 11 additions & 1 deletion images/driver-toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enabled_repos:
- rhel-96-highavailability
for_payload: true
from:
member: openshift-enterprise-base-rhel9
stream: centos_stream10
name: openshift/driver-toolkit-rhel9
payload_name: driver-toolkit
owners:
Expand All @@ -47,3 +47,13 @@ konflux:
cachi2:
lockfile:
inspect_parent: false
okd:
content:
source:
modifications:
- action: replace
match: "diff --side-by-side <(rpm -qi kernel-core | grep 'Source RPM') <(rpm -qi kernel-rt-core | grep 'Source RPM'); \\"
replacement: |-
diff --side-by-side <(rpm -qi kernel-core | grep 'Source RPM') <(rpm -qi kernel-rt-core | grep 'Source RPM') || true; \
enabled_repos:
- rhel-96-nfv
6 changes: 4 additions & 2 deletions images/ironic-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ content:
web: https://github.com/openshift/ironic-agent-image
pkg_managers:
- pip
okd_alignment:
dockerfile: Dockerfile.okd
cachito:
enabled: true
packages:
Expand Down Expand Up @@ -43,3 +41,7 @@ enabled_repos:
- rhel-9-server-ironic-rpms
konflux:
network_mode: open
okd:
content:
source:
dockerfile: Dockerfile.okd
7 changes: 5 additions & 2 deletions images/ironic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ content:
web: https://github.com/openshift/ironic-image
pkg_managers:
- pip
okd_alignment:
dockerfile: Dockerfile.scos
cachito:
enabled: true
packages:
Expand Down Expand Up @@ -46,3 +44,8 @@ owners:
- [email protected]
konflux:
network_mode: open

okd:
content:
source:
dockerfile: Dockerfile.scos
6 changes: 4 additions & 2 deletions images/marketplace-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ content:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
dockerfile: Dockerfile.okd
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: marketplace-operator-container
Expand All @@ -29,3 +27,7 @@ name: openshift/ose-operator-marketplace-rhel9
payload_name: operator-marketplace
owners:
- [email protected]
okd:
content:
source:
dockerfile: Dockerfile.okd
7 changes: 5 additions & 2 deletions images/monitoring-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ content:
pkg_managers:
- npm
- gomod
okd_alignment:
dockerfile: Dockerfile
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: monitoring-plugin-container
Expand All @@ -50,3 +48,8 @@ konflux:
cachito:
mode: emulation
network_mode: open
okd:
content:
source:
dockerfile: Dockerfile
modifications: []
6 changes: 4 additions & 2 deletions images/oc-mirror-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ content:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
dockerfile: images/cli/Dockerfile.ci
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: oc-mirror-plugin-container
Expand All @@ -41,3 +39,7 @@ owners:
konflux:
cachito:
mode: removal
okd:
content:
source:
dockerfile: images/cli/Dockerfile.ci
6 changes: 0 additions & 6 deletions images/okd-only-upi-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ content:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
resources:
upi-installer:
requests:
cpu: "3"
memory: 5Gi
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: ose-installer-container
Expand Down
6 changes: 4 additions & 2 deletions images/openshift-base-nodejs.rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-{MAJOR}.{MINOR}
okd_alignment:
resolve_as:
image: registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-{MAJOR}.{MINOR}
stream: nodejs-rhel9
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: openshift-base-nodejs-container
Expand Down Expand Up @@ -45,4 +45,6 @@ canonical_builders_from_upstream: false
konflux:
cachi2:
lockfile:
inspect_parent: false
inspect_parent: false
okd:
mode: disabled
2 changes: 2 additions & 0 deletions images/openshift-base-rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ owners:
canonical_builders_from_upstream: false
konflux:
network_mode: hermetic
okd:
mode: disabled
5 changes: 4 additions & 1 deletion images/openshift-enterprise-ansible-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ konflux:
- make
- libasan
- libatomic
- libubsan
- libubsan
okd:
enabled_repos:
- rhel-9-codeready-builder-rpms
5 changes: 1 addition & 4 deletions images/openshift-enterprise-base-rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ content:
okd_alignment:
# The tag name in the okd stream to which this image should be promoted
tag_name: base-stream9
inject_rpm_repositories:
- id: rhel-9-server-ose
baseurl: http://base-{MAJOR}-{MINOR}-rhel9.ocp.svc/rhel-9-server-ose
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: openshift-enterprise-base-rhel9-container
Expand All @@ -49,4 +46,4 @@ owners:
konflux:
cachi2:
lockfile:
inspect_parent: false
inspect_parent: false
3 changes: 3 additions & 0 deletions images/openshift-enterprise-haproxy-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ name: openshift/ose-haproxy-router-rhel9
payload_name: haproxy-router
owners:
- [email protected]
okd:
enabled_repos:
- rhel-9-server-ose-rpms
6 changes: 6 additions & 0 deletions images/ose-agent-installer-api-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ konflux:
- make
- nmstate-devel
network_mode: open # modular metadata issue with postgresql packages - see ART-14111
okd:
enabled_repos:
- rhel-9-appstream-rpms
- rhel-9-codeready-builder-rpms
- rhel-9-server-ose-rpms
- rhel-9-baseos-rpms
3 changes: 3 additions & 0 deletions images/ose-agent-installer-csr-approver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ name: openshift/ose-agent-installer-csr-approver-rhel9
payload_name: agent-installer-csr-approver
owners:
- [email protected]
okd:
enabled_repos:
- rhel-9-server-ose-rpms
5 changes: 5 additions & 0 deletions images/ose-agent-installer-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ konflux:
- libxcrypt-devel
- make
- nmstate-devel
okd:
enabled_repos:
- rhel-9-appstream-rpms
- rhel-9-codeready-builder-rpms
- rhel-9-baseos-rpms
9 changes: 3 additions & 6 deletions images/ose-baremetal-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ content:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
resources:
baremetal-installer:
requests:
cpu: "3"
memory: 5Gi
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: ose-baremetal-installer-container
Expand Down Expand Up @@ -46,3 +40,6 @@ konflux:
x86_64: linux-c4xlarge/amd64
aarch64: linux-c4xlarge/arm64
network_mode: open
okd:
enabled_repos:
- rhel-9-server-ose-rpms
6 changes: 4 additions & 2 deletions images/ose-cluster-samples-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ content:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
dockerfile: Dockerfile.okd
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: ose-cluster-samples-operator-container
Expand All @@ -28,3 +26,7 @@ name: openshift/ose-cluster-samples-rhel9-operator
payload_name: cluster-samples-operator
owners:
- [email protected]
okd:
content:
source:
dockerfile: Dockerfile.okd
6 changes: 4 additions & 2 deletions images/ose-cluster-update-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ content:
- backport-risk-assessed
- bugzilla/valid-bug
- cherry-pick-approved
okd_alignment:
dockerfile: Dockerfile
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: ose-cluster-update-keys-container
Expand All @@ -31,3 +29,7 @@ name: openshift/ose-cluster-update-keys-rhel9
payload_name: cluster-update-keys
owners:
- [email protected]
okd:
content:
source:
dockerfile: Dockerfile
6 changes: 4 additions & 2 deletions images/ose-etcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ content:
streams_prs:
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
dockerfile: Dockerfile.rhel
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: ose-etcd-container
Expand Down Expand Up @@ -64,3 +62,7 @@ konflux:
content:
source:
dockerfile: Dockerfile.rhel
okd:
content:
source:
dockerfile: Dockerfile.rhel
3 changes: 3 additions & 0 deletions images/ose-insights-runtime-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ konflux:
- rust-std-static
- rust-toolset
- rustfmt
okd:
enabled_repos:
- rhel-9-server-ose-rpms
6 changes: 4 additions & 2 deletions images/ose-installer-etcd-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ content:
enabled: false
ci_build_root:
member: ci-openshift-build-root-latest.rhel9
okd_alignment:
dockerfile: Dockerfile.installer
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: ose-installer-etcd-artifacts-container
Expand Down Expand Up @@ -66,3 +64,7 @@ konflux:
content:
source:
dockerfile: Dockerfile.installer.art-cachi2
okd:
content:
source:
dockerfile: Dockerfile.installer
Loading