Skip to content

Commit 0d4f5e1

Browse files
authored
Merge pull request #366 from splunk/bugfix/update-ubi8
Updating ubi8 minimal tag
2 parents 64c3bb2 + 4a747da commit 0d4f5e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

base/redhat-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2020
LABEL name="splunk" \
2121
maintainer="[email protected]" \
2222
vendor="splunk" \

py23-image/redhat-8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)