Skip to content

Commit ab3e14c

Browse files
committed
Update the base image
1 parent a5bf24f commit ab3e14c

3 files changed

Lines changed: 13 additions & 23 deletions

File tree

.konflux/build-args-konflux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUILDER_BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.5.0-1782914735
1+
BUILDER_BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.5.0-1786556387
22
BUILDER_DNF_COMMAND=dnf
3-
RUNTIME_BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.5.0-1782914735
3+
RUNTIME_BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.5.0-1786556387
44
RUNTIME_DNF_COMMAND=dnf

.konflux/redhat.repo

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[codeready-builder-for-rhel-9-$basearch-eus-rpms]
1+
[codeready-builder-for-rhel-9-$basearch-eus-rpms__9_DOT_6]
22
name = Red Hat CodeReady Linux Builder for RHEL 9 $basearch - Extended Update Support (RPMs)
33
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.6/$basearch/codeready-builder/os
44
enabled = 1
@@ -12,7 +12,7 @@ enabled_metadata = 0
1212
sslclientkey = $SSL_CLIENT_KEY
1313
sslclientcert = $SSL_CLIENT_CERT
1414

15-
[rhel-9-for-$basearch-appstream-eus-rpms]
15+
[rhel-9-for-$basearch-appstream-eus-rpms__9_DOT_6]
1616
name = Red Hat Enterprise Linux 9 for $basearch - AppStream - Extended Update Support (RPMs)
1717
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.6/$basearch/appstream/os
1818
enabled = 1
@@ -26,7 +26,7 @@ enabled_metadata = 0
2626
sslclientkey = $SSL_CLIENT_KEY
2727
sslclientcert = $SSL_CLIENT_CERT
2828

29-
[rhel-9-for-$basearch-baseos-eus-rpms]
29+
[rhel-9-for-$basearch-baseos-eus-rpms__9_DOT_6]
3030
name = Red Hat Enterprise Linux 9 for $basearch - BaseOS - Extended Update Support (RPMs)
3131
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.6/$basearch/baseos/os
3232
enabled = 1
@@ -40,24 +40,10 @@ enabled_metadata = 0
4040
sslclientkey = $SSL_CLIENT_KEY
4141
sslclientcert = $SSL_CLIENT_CERT
4242

43-
[rhocp-4.17-for-rhel-9-$basearch-rpms]
44-
name = Red Hat OpenShift Container Platform 4.17 for RHEL 9 $basearch (RPMs)
45-
baseurl = https://cdn.redhat.com/content/dist/layered/rhel9/$basearch/rhocp/4.17/os
46-
enabled = 0
47-
gpgcheck = 1
48-
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
49-
sslverify = 1
50-
sslcacert = /etc/rhsm/ca/redhat-uep.pem
51-
sslverifystatus = 1
52-
metadata_expire = 86400
53-
enabled_metadata = 0
54-
sslclientkey = $SSL_CLIENT_KEY
55-
sslclientcert = $SSL_CLIENT_CERT
56-
57-
[rhocp-4.17-for-rhel-9-$basearch-source-rpms]
58-
name = Red Hat OpenShift Container Platform 4.17 for RHEL 9 $basearch (Source RPMs)
59-
baseurl = https://cdn.redhat.com/content/dist/layered/rhel9/$basearch/rhocp/4.17/source/SRPMS
60-
enabled = 0
43+
[rhelai-3.5-for-rhel-9-$basearch-rpms]
44+
name = Red Hat Enterprise Linux AI (3.5) for RHEL 9 $basearch (RPMs)
45+
baseurl = https://cdn.redhat.com/content/dist/layered/rhel9/$basearch/rhelai/3.5/os
46+
enabled = 1
6147
gpgcheck = 1
6248
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
6349
sslverify = 1

.konflux/rpms.in.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ packages:
77
cmake,
88
cargo,
99
]
10+
upgradePackages:
11+
[
12+
thrift,
13+
]
1014
contentOrigin:
1115
repofiles: ["./redhat.repo"]
1216
arches: [x86_64, aarch64]

0 commit comments

Comments
 (0)