From ccbfe92709d11b7bfccfb0b4078a1fd7ca08ce68 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 09:54:22 +0000 Subject: [PATCH 01/13] bump python --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2af4d82..98f87b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ ENV HELM_SSM_VERSION=3.1.0 ENV HELM_PUSH_VERSION=0.9.0 ENV KUBECTL_VERSION=v1.16.2 ENV DOCTL_VERSION=1.33.1 -ENV PYTHON3_VERSION=3.9.7-r4 -ENV PIP_VERSION=19.3.1 +ENV PYTHON3_VERSION=3.10.19 +ENV PIP_VERSION=25.3 ENV SETUPTOOLS_VERSION=41.4.0 COPY requirements.pip . From 985917060653832ad487791c741f3d160e7e2fab Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:09:48 +0000 Subject: [PATCH 02/13] bump python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98f87b0..78f7a8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV HELM_SSM_VERSION=3.1.0 ENV HELM_PUSH_VERSION=0.9.0 ENV KUBECTL_VERSION=v1.16.2 ENV DOCTL_VERSION=1.33.1 -ENV PYTHON3_VERSION=3.10.19 +ENV PYTHON3_VERSION=3.9.18-r0 ENV PIP_VERSION=25.3 ENV SETUPTOOLS_VERSION=41.4.0 From 0529e84702a6a02f6143d6da5ba0fb3ca57961f1 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:15:22 +0000 Subject: [PATCH 03/13] bump pip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78f7a8d..00e75a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV HELM_PUSH_VERSION=0.9.0 ENV KUBECTL_VERSION=v1.16.2 ENV DOCTL_VERSION=1.33.1 ENV PYTHON3_VERSION=3.9.18-r0 -ENV PIP_VERSION=25.3 +ENV PIP_VERSION=20.3.4-r1 ENV SETUPTOOLS_VERSION=41.4.0 COPY requirements.pip . From 4d3b68194a76360cc41da9fd9f9554cc8e50dcc2 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:17:13 +0000 Subject: [PATCH 04/13] bump pip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00e75a6..091a94c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV HELM_PUSH_VERSION=0.9.0 ENV KUBECTL_VERSION=v1.16.2 ENV DOCTL_VERSION=1.33.1 ENV PYTHON3_VERSION=3.9.18-r0 -ENV PIP_VERSION=20.3.4-r1 +ENV PIP_VERSION=20.3.4 ENV SETUPTOOLS_VERSION=41.4.0 COPY requirements.pip . From 0a76cec4946ca18e06871fb75cc8cbf87afe2386 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:27:11 +0000 Subject: [PATCH 05/13] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b596108..7511f4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM codacy/ci-base:3.0.2 ENV TERRAFORM_VERSION=0.13.2 ENV HELM_VERSION=v3.19.0 -ENV HELM_SSM_VERSION=3.3.3 +ENV HELM_SSM_VERSION=3.1.0 ENV HELM_PUSH_VERSION=0.10.4 ENV KUBECTL_VERSION=v1.31.0 ENV DOCTL_VERSION=1.148.0 From c1dadc59029c954c3f0c85617162aaa462e5cb86 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:33:57 +0000 Subject: [PATCH 06/13] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7511f4b..67145ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar -zxf - && \ mv linux-amd64/helm /usr/local/bin/helm && \ chmod +x /usr/local/bin/helm && \ - helm plugin install https://github.com/codacy/helm-ssm/releases/download/${HELM_SSM_VERSION}/helm-ssm-linux.tgz && \ + helm plugin install https://github.com/codacy/helm-ssm && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ helm plugin install https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ From 769a86deae209c743b354bf3edfb93f47ba5fdf5 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:38:14 +0000 Subject: [PATCH 07/13] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67145ef..fdfe116 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,9 +24,9 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar -zxf - && \ mv linux-amd64/helm /usr/local/bin/helm && \ chmod +x /usr/local/bin/helm && \ - helm plugin install https://github.com/codacy/helm-ssm && \ + helm plugin install https://github.com/codacy/helm-ssm --version ${HELM_SSM_VERSION} && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ - helm plugin install https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \ + helm plugin install https://github.com/codacy/helm-poll && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \ chmod +x /usr/local/bin/kubectl && \ From 4c33038f1faa7df79941ff55933417fd4a22a5f6 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:40:24 +0000 Subject: [PATCH 08/13] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdfe116..9726857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM codacy/ci-base:3.0.2 ENV TERRAFORM_VERSION=0.13.2 ENV HELM_VERSION=v3.19.0 -ENV HELM_SSM_VERSION=3.1.0 ENV HELM_PUSH_VERSION=0.10.4 ENV KUBECTL_VERSION=v1.31.0 ENV DOCTL_VERSION=1.148.0 @@ -24,7 +23,7 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar -zxf - && \ mv linux-amd64/helm /usr/local/bin/helm && \ chmod +x /usr/local/bin/helm && \ - helm plugin install https://github.com/codacy/helm-ssm --version ${HELM_SSM_VERSION} && \ + helm plugin install https://github.com/codacy/helm-ssm && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ helm plugin install https://github.com/codacy/helm-poll && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ From eeda37617fb6a9df33d72da62873131ed053750a Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:44:01 +0000 Subject: [PATCH 09/13] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9726857..6f8dac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ chmod +x /usr/local/bin/helm && \ helm plugin install https://github.com/codacy/helm-ssm && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ - helm plugin install https://github.com/codacy/helm-poll && \ + helm plugin install https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \ chmod +x /usr/local/bin/kubectl && \ From 64ced4d4d183c0db96aee0782fa19669ede4ec90 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 10:52:02 +0000 Subject: [PATCH 10/13] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f8dac6..eecf5a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ chmod +x /usr/local/bin/helm && \ helm plugin install https://github.com/codacy/helm-ssm && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ - helm plugin install https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \ + helm plugin install https://github.com/codacy/helm-poll --debug && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \ chmod +x /usr/local/bin/kubectl && \ From 100ebc547c092d17dc3d7dfa2cc0d785778e47c2 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 11:04:14 +0000 Subject: [PATCH 11/13] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eecf5a4..9dad89e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,8 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ chmod +x /usr/local/bin/helm && \ helm plugin install https://github.com/codacy/helm-ssm && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ - helm plugin install https://github.com/codacy/helm-poll --debug && \ + curl -L https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz | tar zx && \ + helm plugin install helm-poll && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \ chmod +x /usr/local/bin/kubectl && \ From 1543dfc1122a4381ce75d63253c26fb12262c393 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 11:22:04 +0000 Subject: [PATCH 12/13] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dad89e..943d1c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ chmod +x /usr/local/bin/helm && \ helm plugin install https://github.com/codacy/helm-ssm && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ - curl -L https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz | tar zx && \ - helm plugin install helm-poll && \ + curl -L --create-dirs --output-dir ./helm-poll -O https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \ + cd helm-poll && tar zx && cd .. && helm plugin install helm-poll && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \ chmod +x /usr/local/bin/kubectl && \ From e48a4da59ea92219468403566e765972ac04a289 Mon Sep 17 00:00:00 2001 From: Ricardo Bernardino Date: Wed, 17 Dec 2025 11:25:27 +0000 Subject: [PATCH 13/13] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 943d1c8..ff2812b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \ helm plugin install https://github.com/codacy/helm-ssm && \ helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \ curl -L --create-dirs --output-dir ./helm-poll -O https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \ - cd helm-poll && tar zx && cd .. && helm plugin install helm-poll && \ + cd helm-poll && tar zxf helm-poll-linux.tgz && cd .. && helm plugin install helm-poll && \ helm repo add codacy-stable https://charts.codacy.com/stable/ && \ curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \ chmod +x /usr/local/bin/kubectl && \