Skip to content

Commit 99c8f67

Browse files
committed
Update Dockerfile and RPMs
1 parent a767a17 commit 99c8f67

File tree

9 files changed

+112
-97
lines changed

9 files changed

+112
-97
lines changed

.konflux/dockerfiles/controller.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2+
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

44
FROM $GO_BUILDER AS builder
55

@@ -33,7 +33,8 @@ LABEL \
3333
io.k8s.description="Red Hat OpenShift Pipelines Controller" \
3434
io.openshift.tags="pipelines,tekton,openshift"
3535

36-
RUN groupadd -r -g 65532 nonroot && \
36+
RUN microdnf install -y shadow-utils && \
37+
groupadd -r -g 65532 nonroot && \
3738
useradd --no-log-init -r -u 65532 -g nonroot nonroot
3839
USER 65532
3940

.konflux/dockerfiles/entrypoint.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2+
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

44
FROM $GO_BUILDER AS builder
55

@@ -35,7 +35,8 @@ LABEL \
3535
io.k8s.description="Red Hat OpenShift Pipelines Entrypoint" \
3636
io.openshift.tags="pipelines,tekton,openshift"
3737

38-
RUN groupadd -r -g 65532 nonroot && \
38+
RUN microdnf install -y shadow-utils && \
39+
groupadd -r -g 65532 nonroot && \
3940
useradd --no-log-init -r -u 65532 -g nonroot nonroot
4041
USER 65532
4142

.konflux/dockerfiles/events.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2+
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

44
FROM $GO_BUILDER AS builder
55

@@ -33,7 +33,8 @@ LABEL \
3333
io.k8s.description="Red Hat OpenShift Pipelines Events" \
3434
io.openshift.tags="pipelines,tekton,openshift"
3535

36-
RUN groupadd -r -g 65532 nonroot && \
36+
RUN microdnf install -y shadow-utils && \
37+
groupadd -r -g 65532 nonroot && \
3738
useradd --no-log-init -r -u 65532 -g nonroot nonroot
3839
USER 65532
3940

.konflux/dockerfiles/resolvers.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2+
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

44
FROM $GO_BUILDER AS builder
55

@@ -33,7 +33,8 @@ LABEL \
3333
io.k8s.description="Red Hat OpenShift Pipelines Resolvers" \
3434
io.openshift.tags="pipelines,tekton,openshift"
3535

36-
RUN groupadd -r -g 65532 nonroot && \
36+
RUN microdnf install -y shadow-utils && \
37+
groupadd -r -g 65532 nonroot && \
3738
useradd --no-log-init -r -u 65532 -g nonroot nonroot
3839
USER 65532
3940

.konflux/dockerfiles/sidecarlogresults.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2+
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

44
FROM $GO_BUILDER AS builder
55

@@ -33,7 +33,8 @@ LABEL \
3333
io.k8s.description="Red Hat OpenShift Pipelines Sidecarlogresults" \
3434
io.openshift.tags="pipelines,tekton,openshift"
3535

36-
RUN groupadd -r -g 65532 nonroot && \
36+
RUN microdnf install -y shadow-utils && \
37+
groupadd -r -g 65532 nonroot && \
3738
useradd --no-log-init -r -u 65532 -g nonroot nonroot
3839
USER 65532
3940

.konflux/dockerfiles/webhook.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2+
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

44
FROM $GO_BUILDER AS builder
55

@@ -33,7 +33,8 @@ LABEL \
3333
io.k8s.description="Red Hat OpenShift Pipelines Webhook" \
3434
io.openshift.tags="pipelines,tekton,openshift"
3535

36-
RUN groupadd -r -g 65532 nonroot && \
36+
RUN microdnf install -y shadow-utils && \
37+
groupadd -r -g 65532 nonroot && \
3738
useradd --no-log-init -r -u 65532 -g nonroot nonroot
3839
USER 65532
3940

.konflux/dockerfiles/workingdirinit.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2+
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

44
FROM $GO_BUILDER AS builder
55

@@ -33,7 +33,8 @@ LABEL \
3333
io.k8s.description="Red Hat OpenShift Pipelines Workingdirinit" \
3434
io.openshift.tags="pipelines,tekton,openshift"
3535

36-
RUN groupadd -r -g 65532 nonroot && \
36+
RUN microdnf install -y shadow-utils && \
37+
groupadd -r -g 65532 nonroot && \
3738
useradd --no-log-init -r -u 65532 -g nonroot nonroot
3839
USER 65532
3940

.konflux/rpms/rpms.lock.yaml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,73 @@ lockfileVendor: redhat
44
arches:
55
- arch: aarch64
66
packages:
7-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/o/openssl-3.2.2-6.el9_5.1.aarch64.rpm
8-
repoid: ubi-9-for-aarch64-baseos-rpms
9-
size: 1398689
10-
checksum: sha256:f914250a9ef52968e27af0f0e2520745df4443dc354367bec54dd06b4a2da60b
11-
name: openssl
12-
evr: 1:3.2.2-6.el9_5.1
13-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
14-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/o/openssl-libs-3.2.2-6.el9_5.1.aarch64.rpm
15-
repoid: ubi-9-for-aarch64-baseos-rpms
16-
size: 2085943
17-
checksum: sha256:fb9062e4635959a929f278002c5ff1bf35323987538c71fa86442c980eab4a44
18-
name: openssl-libs
19-
evr: 1:3.2.2-6.el9_5.1
20-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
7+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/l/libsemanage-2.9-11.el8_10.aarch64.rpm
8+
repoid: ubi-8-for-aarch64-baseos-rpms
9+
size: 168328
10+
checksum: sha256:7cd9414c454841ef794c8d2651d0f16246d468e52dc034b7a2c84572461732f7
11+
name: libsemanage
12+
evr: 2.9-11.el8_10
13+
sourcerpm: libsemanage-2.9-11.el8_10.src.rpm
14+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/s/shadow-utils-4.6-22.el8.aarch64.rpm
15+
repoid: ubi-8-for-aarch64-baseos-rpms
16+
size: 1272288
17+
checksum: sha256:3ccea243f8c0f86e2a0b2c93933bfd475a62134f0a556ee2e1212dcf8d7e5240
18+
name: shadow-utils
19+
evr: 2:4.6-22.el8
20+
sourcerpm: shadow-utils-4.6-22.el8.src.rpm
2121
source: []
2222
module_metadata: []
2323
- arch: ppc64le
2424
packages:
25-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/o/openssl-3.2.2-6.el9_5.1.ppc64le.rpm
26-
repoid: ubi-9-for-ppc64le-baseos-rpms
27-
size: 1422952
28-
checksum: sha256:56283cbf84234ec9256fb68e2d2669bc5799862eb2ee40521b8ac59044567835
29-
name: openssl
30-
evr: 1:3.2.2-6.el9_5.1
31-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
32-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/o/openssl-libs-3.2.2-6.el9_5.1.ppc64le.rpm
33-
repoid: ubi-9-for-ppc64le-baseos-rpms
34-
size: 2320865
35-
checksum: sha256:8e9f1ff32873b3531cd38d9583fe20526c790066785312301ea87ebbf980d8ce
36-
name: openssl-libs
37-
evr: 1:3.2.2-6.el9_5.1
38-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
25+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/l/libsemanage-2.9-11.el8_10.ppc64le.rpm
26+
repoid: ubi-8-for-ppc64le-baseos-rpms
27+
size: 183840
28+
checksum: sha256:7d846562212b735859d256188bf880760f37a628c00cdc89174470426688686f
29+
name: libsemanage
30+
evr: 2.9-11.el8_10
31+
sourcerpm: libsemanage-2.9-11.el8_10.src.rpm
32+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/s/shadow-utils-4.6-22.el8.ppc64le.rpm
33+
repoid: ubi-8-for-ppc64le-baseos-rpms
34+
size: 1310120
35+
checksum: sha256:20e487410c60bf49e6f80649f374387738e8a5d11ebf6b3e418298e0887237f0
36+
name: shadow-utils
37+
evr: 2:4.6-22.el8
38+
sourcerpm: shadow-utils-4.6-22.el8.src.rpm
3939
source: []
4040
module_metadata: []
4141
- arch: s390x
4242
packages:
43-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/o/openssl-3.2.2-6.el9_5.1.s390x.rpm
44-
repoid: ubi-9-for-s390x-baseos-rpms
45-
size: 1407537
46-
checksum: sha256:0a24289ee6324c2ecd6edad913f8ecfcfc6db43fbf6fed65458141e3ec0c104f
47-
name: openssl
48-
evr: 1:3.2.2-6.el9_5.1
49-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
50-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/o/openssl-libs-3.2.2-6.el9_5.1.s390x.rpm
51-
repoid: ubi-9-for-s390x-baseos-rpms
52-
size: 1830531
53-
checksum: sha256:3d58f9488bc2a5113d852d6c78df07e414f6d95bb75f1ff78b7530bafdf1eb02
54-
name: openssl-libs
55-
evr: 1:3.2.2-6.el9_5.1
56-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
43+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/l/libsemanage-2.9-11.el8_10.s390x.rpm
44+
repoid: ubi-8-for-s390x-baseos-rpms
45+
size: 168292
46+
checksum: sha256:2f5a1f493935b3d46cda7d8335e21782d2d357cbd000507c58cd6fd9fd6024d0
47+
name: libsemanage
48+
evr: 2.9-11.el8_10
49+
sourcerpm: libsemanage-2.9-11.el8_10.src.rpm
50+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/s/shadow-utils-4.6-22.el8.s390x.rpm
51+
repoid: ubi-8-for-s390x-baseos-rpms
52+
size: 1270628
53+
checksum: sha256:760c020a571c1dfa7951b72375d35f4d57aca662151d56be383c8bbd71303171
54+
name: shadow-utils
55+
evr: 2:4.6-22.el8
56+
sourcerpm: shadow-utils-4.6-22.el8.src.rpm
5757
source: []
5858
module_metadata: []
5959
- arch: x86_64
6060
packages:
61-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/o/openssl-3.2.2-6.el9_5.1.x86_64.rpm
62-
repoid: ubi-9-for-x86_64-baseos-rpms
63-
size: 1420999
64-
checksum: sha256:f379686df99db814e30568a896b417278775fc96864ac6d2660bf48ef94309e3
65-
name: openssl
66-
evr: 1:3.2.2-6.el9_5.1
67-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
68-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/o/openssl-libs-3.2.2-6.el9_5.1.x86_64.rpm
69-
repoid: ubi-9-for-x86_64-baseos-rpms
70-
size: 2218318
71-
checksum: sha256:287d11706d44a53455ed8ac62faab4c4a0b8c0fa5e367adf122c7a76c6ddbbb8
72-
name: openssl-libs
73-
evr: 1:3.2.2-6.el9_5.1
74-
sourcerpm: openssl-3.2.2-6.el9_5.1.src.rpm
61+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/l/libsemanage-2.9-11.el8_10.x86_64.rpm
62+
repoid: ubi-8-for-x86_64-baseos-rpms
63+
size: 172936
64+
checksum: sha256:2fbbded84101ff93c19bdaebf7b05c2950654b010c37ba5de13d7a0342bd634b
65+
name: libsemanage
66+
evr: 2.9-11.el8_10
67+
sourcerpm: libsemanage-2.9-11.el8_10.src.rpm
68+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/s/shadow-utils-4.6-22.el8.x86_64.rpm
69+
repoid: ubi-8-for-x86_64-baseos-rpms
70+
size: 1292332
71+
checksum: sha256:ea73ee201451bbca0d6d14ca434c93800f01c8fb1b9daef727a5af1a27356d07
72+
name: shadow-utils
73+
evr: 2:4.6-22.el8
74+
sourcerpm: shadow-utils-4.6-22.el8.src.rpm
7575
source: []
7676
module_metadata: []

.konflux/rpms/ubi.repo

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,70 @@
1-
[ubi-9-for-$basearch-baseos-rpms]
2-
name = Red Hat Universal Base Image 9 (RPMs) - BaseOS
3-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/os
1+
[ubi-8-for-$basearch-baseos-rpms]
2+
name = Red Hat Universal Base Image 8 (RPMs) - BaseOS
3+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/baseos/os
44
enabled = 1
55
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
66
gpgcheck = 1
77

8-
[ubi-9-for-$basearch-baseos-debug-rpms]
9-
name = Red Hat Universal Base Image 9 (Debug RPMs) - BaseOS
10-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/debug
8+
[ubi-8-for-$basearch-baseos-debug-rpms]
9+
name = Red Hat Universal Base Image 8 (Debug RPMs) - BaseOS
10+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/baseos/debug
1111
enabled = 0
1212
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
1313
gpgcheck = 1
1414

15-
[ubi-9-for-$basearch-baseos-source-rpms]
16-
name = Red Hat Universal Base Image 9 (Source RPMs) - BaseOS
17-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/source/SRPMS
15+
[ubi-8-for-$basearch-baseos-source]
16+
name = Red Hat Universal Base Image 8 (Source RPMs) - BaseOS
17+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/baseos/source/SRPMS
1818
enabled = 0
1919
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
2020
gpgcheck = 1
2121

22-
[ubi-9-for-$basearch-appstream-rpms]
23-
name = Red Hat Universal Base Image 9 (RPMs) - AppStream
24-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/os
22+
[ubi-8-for-$basearch-appstream-rpms]
23+
name = Red Hat Universal Base Image 8 (RPMs) - AppStream
24+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/appstream/os
2525
enabled = 1
2626
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
2727
gpgcheck = 1
2828

29-
[ubi-9-for-$basearch-appstream-debug-rpms]
30-
name = Red Hat Universal Base Image 9 (Debug RPMs) - AppStream
31-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/debug
29+
[ubi-8-for-$basearch-appstream-debug-rpms]
30+
name = Red Hat Universal Base Image 8 (Debug RPMs) - AppStream
31+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/appstream/debug
3232
enabled = 0
3333
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
3434
gpgcheck = 1
3535

36-
[ubi-9-for-$basearch-appstream-source-rpms]
37-
name = Red Hat Universal Base Image 9 (Source RPMs) - AppStream
38-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/source/SRPMS
36+
[ubi-8-for-$basearch-appstream-source]
37+
name = Red Hat Universal Base Image 8 (Source RPMs) - AppStream
38+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/appstream/source/SRPMS
3939
enabled = 0
4040
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
4141
gpgcheck = 1
4242

43-
[ubi-9-for-$basearch-codeready-builder-rpms]
44-
name = Red Hat Universal Base Image 9 (RPMs) - CodeReady Builder
45-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/codeready-builder/os
43+
[ubi-8-for-$basearch-codeready-builder-rpms]
44+
name = Red Hat Universal Base Image 8 (RPMs) - CodeReady Builder
45+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/codeready-builder/os
4646
enabled = 1
4747
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
4848
gpgcheck = 1
4949

50-
[ubi-9-for-$basearch-codeready-builder-debug-rpms]
51-
name = Red Hat Universal Base Image 9 (Debug RPMs) - CodeReady Builder
52-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/codeready-builder/debug
50+
[ubi-8-for-$basearch-codeready-builder]
51+
name = Red Hat Universal Base Image 8 (RPMs) - CodeReady Builder
52+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/codeready-builder/os
5353
enabled = 0
5454
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
5555
gpgcheck = 1
5656

57-
[ubi-9-for-$basearch-codeready-builder-source-rpms]
58-
name = Red Hat Universal Base Image 9 (Source RPMs) - CodeReady Builder
59-
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/codeready-builder/source/SRPMS
57+
58+
[ubi-8-for-$basearch-codeready-builder-debug-rpms]
59+
name = Red Hat Universal Base Image 8 (Debug RPMs) - CodeReady Builder
60+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/codeready-builder/debug
61+
enabled = 0
62+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
63+
gpgcheck = 1
64+
65+
[ubi-8-for-$basearch-codeready-builder-source]
66+
name = Red Hat Universal Base Image 8 (Source RPMs) - CodeReady Builder
67+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/$basearch/codeready-builder/source/SRPMS
6068
enabled = 0
6169
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
6270
gpgcheck = 1

0 commit comments

Comments
 (0)