File tree Expand file tree Collapse file tree 3 files changed +11
-20
lines changed
Expand file tree Collapse file tree 3 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 22FROM registry.access.redhat.com/ubi9 AS builder
33
44# dependencies for qpid-proton-c
5- COPY build/repos/centos9-caracal .repo /etc/yum.repos.d/centos9-caracal .repo
5+ COPY build/repos/opstools .repo /etc/yum.repos.d/opstools .repo
66
77# redhat-rpm-config is required to provide hardening compiling instructions
88# (such as /usr/lib/rpm/redhat/redhat-hardened-cc1) even though we're not
@@ -23,7 +23,7 @@ RUN make && \
2323FROM registry.access.redhat.com/ubi9
2424
2525# dependencies for qpid-proton-c
26- COPY build/repos/centos9-caracal .repo /etc/yum.repos.d/centos9-caracal .repo
26+ COPY build/repos/opstools .repo /etc/yum.repos.d/opstools .repo
2727
2828RUN dnf install qpid-proton-c --setopt=tsflags=nodocs -y && \
2929 dnf clean all && \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # CentOS 9 Opstools repos
2+ #
3+
4+ [centos9-opstools]
5+ name=centos9-opstools
6+ baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
7+ enabled=1
8+ gpgcheck=0
9+ module_hotfixes=1
You can’t perform that action at this time.
0 commit comments