We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9284b commit ba065e9Copy full SHA for ba065e9
images/salt-master/Dockerfile
@@ -18,7 +18,7 @@ gpgkey=https://downloads.scality.com/repository/redhat/\$releasever/saltstack/%s
18
&& microdnf update -y \
19
&& microdnf install -y glibc-all-langpacks langpacks-en python3-pip epel-release \
20
&& pip3 install "pip == 21.3.1" \
21
- && pip3 install "protobuf ~= 3.19.4" "etcd3 != 0.11.0" "kubernetes ~= 12.0.1" \
+ && pip3 install "protobuf ~= 3.19.4" "etcd3 != 0.11.0" "kubernetes ~= 30.1.0" \
22
&& microdnf install -y salt-master salt-api salt-ssh openssh-clients procps-ng \
23
&& microdnf remove -y epel-release \
24
&& microdnf clean all
0 commit comments