Skip to content
Open
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
3 changes: 2 additions & 1 deletion utilities/collectl/buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
FROM registry.access.redhat.com/ubi7/ubi:7.8
RUN yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -y && \
yum install collectl-4.3.0-5.el7 pciutils hostname sysvinit-tools -y && \
yum remove -y epel-release-7-14.noarch && \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only work if 7-14 is the one installed from the above repo; does yum remove epel-release-latest-7 work instead to intentionally keep it version agnostic?

yum clean all
COPY ./entrypoint /root/
RUN chmod 741 /root/entrypoint.sh
Expand All @@ -28,4 +29,4 @@ spec:
dockerStrategy: {}
type: Docker
triggers:
- type: ConfigChange
- type: ConfigChange