File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ LABEL name="splunk" \
28
28
ARG BUSYBOX_URL
29
29
30
30
ENV BUSYBOX_URL=${BUSYBOX_URL} \
31
- PYTHON_VERSION=3.7.16 \
32
- PYTHON_GPG_KEY_ID=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
31
+ PYTHON_VERSION=3.8.19 \
32
+ PYTHON_GPG_KEY_ID=E3FF2839C048B25C084DEBE9B26995E310250568
33
33
34
34
COPY install.sh /install.sh
35
35
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip
74
74
75
75
# Install splunk-ansible dependencies
76
76
cd /
77
- /usr/bin/python3.7 -m pip install --upgrade pip
77
+ /usr/bin/python3.8 -m pip install --upgrade pip
78
78
pip -q --no-cache-dir install --upgrade " requests_unixsocket<2.29" " requests<2.29" six wheel Mako " urllib3<2.0.0" certifi jmespath future avro cryptography lxml protobuf setuptools ansible
79
79
80
80
# Remove tests packaged in python libs
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ USER root
5
5
RUN microdnf -y --nodocs update \
6
6
&& microdnf -y --nodocs install python2-pip python2-devel \
7
7
&& pip2 --no-cache-dir install requests pyyaml jmespath \
8
- && ln -sf /usr/bin/python3.7 /usr/bin/python3 \
9
- && ln -sf /usr/bin/pip3.7 /usr/bin/pip3 \
10
- && ln -sf /usr/bin/python3.7 /usr/bin/python \
11
- && ln -sf /usr/bin/pip3.7 /usr/bin/pip \
12
- && pip3 install --upgrade ansible==3.4.0 requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
8
+ && ln -sf /usr/bin/python3.8 /usr/bin/python3 \
9
+ && ln -sf /usr/bin/pip3.8 /usr/bin/pip3 \
10
+ && ln -sf /usr/bin/python3.8 /usr/bin/python \
11
+ && ln -sf /usr/bin/pip3.8 /usr/bin/pip \
12
+ && pip3 install --upgrade requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
You can’t perform that action at this time.
0 commit comments