File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828
2929RUN 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' \
4242
4343RUN 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' \
You can’t perform that action at this time.
0 commit comments