From c76c0e5b667fb2018666deb7a6374116d3e7e98c Mon Sep 17 00:00:00 2001 From: Avinash Ubale Date: Fri, 29 May 2026 11:28:07 +0530 Subject: [PATCH 1/2] pin kubernetes==36.0.1 as 36.0.0 has issues --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index d6f7b7c..c0c8332 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get -y install jq RUN cd /bin && curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.34.2/2025-11-13/bin/linux/amd64/kubectl RUN chmod +x /bin/kubectl -RUN pip install kubernetes +RUN pip install kubernetes==36.0.1 RUN pip install prometheus_client RUN pip install sanic RUN pip install requests From 0c61788db64d3db4e073891874fb103dca3a45e6 Mon Sep 17 00:00:00 2001 From: Avinash Ubale Date: Fri, 29 May 2026 11:50:30 +0530 Subject: [PATCH 2/2] pin other versions as well --- container/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container/Dockerfile b/container/Dockerfile index c0c8332..49322f3 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -22,9 +22,9 @@ RUN cd /bin && curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.3 RUN chmod +x /bin/kubectl RUN pip install kubernetes==36.0.1 -RUN pip install prometheus_client -RUN pip install sanic -RUN pip install requests +RUN pip install prometheus_client==0.25.0 +RUN pip install sanic==25.12.0 +RUN pip install requests==2.34.2 # install vouch #COPY vouch-sdist.tgz vault-sdist.tgz /tmp/