File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616# the container catalog moved from registry.access.redhat.com to registry.redhat.io
1717# So at some point before they deprecate the old registry we have to make sure that
1818# we have access to the new registry and change where we pull the ubi image from.
19- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1-407
19+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1-409
2020LABEL name="splunk" \
2121 maintainer="support@splunk.com" \
2222 vendor="splunk" \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz \
1717 && python3.7 get-pip.py \
1818 && rm -f get-pip.py \
1919 # pip version is not automatically "fixed", unlike debian-based
20+ && ln -sf /usr/bin/python2 /usr/bin/python \
2021 && ln -sf /usr/bin/pip2 /usr/bin/pip \
2122 && ln -sf /usr/bin/pip3.7 /usr/bin/pip3
2223# microdnf persists metadata which is a problem for removing packages. So have to clean first before removing.
You can’t perform that action at this time.
0 commit comments