File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
RUN if [ "$BASEOS" = "rhel7" ] ; then \
30
30
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 \
32
32
&& ${PACKAGER} -y install \
33
33
--setopt=skip_missing_names_on_install=False \
34
34
--enablerepo='rhel-7-server-ose-4.4-rpms' \
42
42
43
43
RUN if [ "$BASEOS" = "ubi7" ] ; then \
44
44
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 \
46
46
&& ${PACKAGER} -y install \
47
47
--setopt=skip_missing_names_on_install=False \
48
48
--enablerepo='rhel-7-server-ose-4.4-rpms' \
You can’t perform that action at this time.
0 commit comments