File tree Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ LABEL maintainer="support@splunk.com"
1818ARG SCLOUD_URL
1919ENV SCLOUD_URL=${SCLOUD_URL} \
2020 DEBIAN_FRONTEND=noninteractive \
21- PYTHON_VERSION=3.7.9
21+ PYTHON_VERSION=3.7.10 \
22+ PYTHON_MD5=0b19e34a6dabc4bf15fdcdf9e77e9856
2223
2324COPY install.sh /install.sh
2425RUN /install.sh && rm -rf /install.sh
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox pr
3838# Install Python and necessary packages
3939PY_SHORT=${PYTHON_VERSION% .* }
4040wget -O /tmp/python.tgz https://www.python.org/ftp/python/${PYTHON_VERSION} /Python-${PYTHON_VERSION} .tgz
41+ echo " $PYTHON_MD5 /tmp/python.tgz" | md5sum --check
4142mkdir -p /tmp/pyinstall
4243tar -xzC /tmp/pyinstall/ --strip-components=1 -f /tmp/python.tgz
4344rm /tmp/python.tgz
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ LABEL maintainer="support@splunk.com"
1818ARG SCLOUD_URL
1919ENV SCLOUD_URL=${SCLOUD_URL} \
2020 DEBIAN_FRONTEND=noninteractive \
21- PYTHON_VERSION=3.7.9
21+ PYTHON_VERSION=3.7.10 \
22+ PYTHON_MD5=0b19e34a6dabc4bf15fdcdf9e77e9856
2223
2324COPY install.sh /install.sh
2425RUN /install.sh && rm -rf /install.sh
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox pr
3737# Install Python and necessary packages
3838PY_SHORT=${PYTHON_VERSION% .* }
3939wget -O /tmp/python.tgz https://www.python.org/ftp/python/${PYTHON_VERSION} /Python-${PYTHON_VERSION} .tgz
40+ echo " $PYTHON_MD5 /tmp/python.tgz" | md5sum --check
4041mkdir -p /tmp/pyinstall
4142tar -xzC /tmp/pyinstall/ --strip-components=1 -f /tmp/python.tgz
4243rm /tmp/python.tgz
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ LABEL name="splunk" \
2727
2828ARG SCLOUD_URL
2929ENV SCLOUD_URL=${SCLOUD_URL} \
30- PYTHON_VERSION=3.7.9
30+ PYTHON_VERSION=3.7.10 \
31+ PYTHON_MD5=0b19e34a6dabc4bf15fdcdf9e77e9856
3132
3233COPY install.sh /install.sh
3334
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 tzdata
3434# Install Python and necessary packages
3535PY_SHORT=${PYTHON_VERSION% .* }
3636wget -O /tmp/python.tgz https://www.python.org/ftp/python/${PYTHON_VERSION} /Python-${PYTHON_VERSION} .tgz
37+ echo " $PYTHON_MD5 /tmp/python.tgz" | md5sum --check
3738mkdir -p /tmp/pyinstall
3839tar -xzC /tmp/pyinstall/ --strip-components=1 -f /tmp/python.tgz
3940rm /tmp/python.tgz
You can’t perform that action at this time.
0 commit comments