Browse Source

kubespray 2.25

Vadim Surkov 8 months ago
parent
commit
03f0b31d0e
3 changed files with 13 additions and 3 deletions
  1. 2 2
      Dockerfile.ubi9
  2. 10 0
      files/requirements-2.25.txt
  3. 1 1
      files/requirements.txt

+ 2 - 2
Dockerfile.ubi9

@@ -5,8 +5,8 @@ LABEL maintainer="surkov.v@sdsys.ru"
 
 RUN --mount=type=bind,source=./files,target=/tmp/files \
     dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
-    dnf install -y python3-pip openssh-clients git openssl sshpass sudo bind-utils iputils && \
-    pip3 install -r /tmp/files/requirements.txt && \
+    dnf install -y python3.12-pip openssh-clients git openssl sshpass sudo bind-utils iputils && \
+    pip3.12 install -r /tmp/files/requirements.txt && \
     adduser ansible
 
 USER ansible

+ 10 - 0
files/requirements-2.25.txt

@@ -0,0 +1,10 @@
+ansible==9.5.1
+cryptography==42.0.7
+jinja2==3.1.4
+jmespath==1.0.1
+MarkupSafe==2.1.5
+netaddr==1.2.1
+pbr==6.0.0
+ruamel.yaml==0.18.6
+ruamel.yaml.clib==0.2.8
+jsonschema==4.22.0

+ 1 - 1
files/requirements.txt

@@ -1 +1 @@
-./requirements-2.22.txt
+./requirements-2.25.txt