Skip to content

Commit a5a8f61

Browse files
authored
Merge pull request #82 from aslicerh/2.0-dev-chained-builds
Remove old disable repo code.
2 parents bd5e286 + 17055c3 commit a5a8f61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

2.0/Dockerfile.rhel7

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ COPY ./s2i/bin/ /usr/libexec/s2i
3636
# run and build the applications.
3737
COPY ./contrib/ /opt/app-root
3838

39-
# TODO: remove this (https://access.redhat.com/solutions/1443553: Permanently Enabling/Disabling repositories from a Dockerfile)
40-
RUN yum repolist --disablerepo=* && \
41-
yum-config-manager --disable \* > /dev/null && \
42-
yum-config-manager --enable rhel-7-server-rpms > /dev/null
43-
4439
# TODO: install rh-dotnet20
4540
RUN yum install --disablerepo=\* --enablerepo=rhel-7-server-rpms -y yum-utils && \
4641
yum-config-manager --disable \* && \

0 commit comments

Comments
 (0)