Skip to content

Commit a9284fd

Browse files
author
Jonathan S. Katz
committed
Update EPEL reference for pgo-deployer container
This required an updated URL.
1 parent a533bd5 commit a9284fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pgo-deployer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
RUN if [ "$BASEOS" = "rhel7" ] ; then \
3030
rm /etc/yum.repos.d/kubernetes.repo \
31-
&& ${PACKAGER} install -y https://download.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
31+
&& ${PACKAGER} install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
3232
&& ${PACKAGER} -y install \
3333
--setopt=skip_missing_names_on_install=False \
3434
--enablerepo='rhel-7-server-ose-4.4-rpms' \
@@ -42,7 +42,7 @@ fi
4242

4343
RUN if [ "$BASEOS" = "ubi7" ] ; then \
4444
rm /etc/yum.repos.d/kubernetes.repo \
45-
&& ${PACKAGER} install -y https://download.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
45+
&& ${PACKAGER} install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
4646
&& ${PACKAGER} -y install \
4747
--setopt=skip_missing_names_on_install=False \
4848
--enablerepo='rhel-7-server-ose-4.4-rpms' \

0 commit comments

Comments
 (0)