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 16
16
# the container catalog moved from registry.access.redhat.com to registry.redhat.io
17
17
# So at some point before they deprecate the old registry we have to make sure that
18
18
# 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
20
20
LABEL name="splunk" \
21
21
22
22
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 \
17
17
&& python3.7 get-pip.py \
18
18
&& rm -f get-pip.py \
19
19
# pip version is not automatically "fixed", unlike debian-based
20
+ && ln -sf /usr/bin/python2 /usr/bin/python \
20
21
&& ln -sf /usr/bin/pip2 /usr/bin/pip \
21
22
&& ln -sf /usr/bin/pip3.7 /usr/bin/pip3
22
23
# 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