From e48fe12c1dc76597dee52b1a781feb3974d9ae81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Dost=C3=A1l?= Date: Tue, 16 Jul 2024 10:24:51 +0200 Subject: [PATCH] Update kubernetes-client version in k8s containers --- containers/Dockerfile_k8s | 2 +- containers/Dockerfile_k8s_dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Dockerfile_k8s b/containers/Dockerfile_k8s index 93694f6d..c9f91ca9 100644 --- a/containers/Dockerfile_k8s +++ b/containers/Dockerfile_k8s @@ -1,6 +1,6 @@ FROM registry.suse.com/bci/python:3.11 -RUN zypper -n in gcc tar gzip kubernetes1.24-client aws-cli && zypper clean && rm -rf /var/cache +RUN zypper -n in gcc tar gzip kubernetes1.28-client aws-cli && zypper clean && rm -rf /var/cache # Google cli installation RUN curl -sf https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-415.0.0-linux-x86_64.tar.gz | tar -zxf - -C /opt \ diff --git a/containers/Dockerfile_k8s_dev b/containers/Dockerfile_k8s_dev index d5aaa542..e285e3c1 100644 --- a/containers/Dockerfile_k8s_dev +++ b/containers/Dockerfile_k8s_dev @@ -1,6 +1,6 @@ FROM registry.suse.com/bci/python:3.11 -RUN zypper -n in gcc tar gzip kubernetes1.24-client aws-cli && zypper clean && rm -rf /var/cache +RUN zypper -n in gcc tar gzip kubernetes1.28-client aws-cli && zypper clean && rm -rf /var/cache # Google cli installation RUN curl -sf https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-415.0.0-linux-x86_64.tar.gz | tar -zxf - -C /opt \