Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 3fd5c75

Browse files
author
Martin Preisler
committed
Changed COPR references to the new openscap-latest COPR
1 parent c267fd0 commit 3fd5c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atomic/centos7_spc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV container docker
77
# Install the EPEL repo and OpenSCAP copr repo, then install all our packages
88
RUN cd /etc/yum.repos.d/ && \
99
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
10-
curl -O https://copr.fedorainfracloud.org/coprs/isimluk/OpenSCAP/repo/epel-7/isimluk-OpenSCAP-epel-7.repo && \
10+
curl -O https://copr.fedorainfracloud.org/coprs/openscapmaint/openscap-latest/repo/epel-7/openscapmaint-openscap-latest-epel-7.repo && \
1111
yum -y install \
1212
atomic \
1313
openscap-containers \

atomic/rhel7_spc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN cd /etc/yum.repos.d/ && \
1414
yum-config-manager --enable rhel-7-server-rpms \
1515
--enable rhel-7-server-extras-rpms && \
1616
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
17-
curl -O https://copr.fedorainfracloud.org/coprs/isimluk/OpenSCAP/repo/epel-7/isimluk-OpenSCAP-epel-7.repo && \
17+
curl -O https://copr.fedorainfracloud.org/coprs/openscapmaint/openscap-latest/repo/epel-7/openscapmaint-openscap-latest-epel-7.repo && \
1818
yum -y install \
1919
atomic \
2020
openscap-containers \

0 commit comments

Comments
 (0)