File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ FROM codacy/ci-base:3.0.2
22
33ENV TERRAFORM_VERSION=0.13.2
44ENV HELM_VERSION=v3.19.0
5- ENV HELM_SSM_VERSION=3.3.3
65ENV HELM_PUSH_VERSION=0.10.4
76ENV KUBECTL_VERSION=v1.31.0
87ENV DOCTL_VERSION=1.148.0
9- ENV PYTHON3_VERSION=3.9.7-r4
10- ENV PIP_VERSION=19 .3.1
8+ ENV PYTHON3_VERSION=3.9.18-r0
9+ ENV PIP_VERSION=20 .3.4
1110ENV SETUPTOOLS_VERSION=41.4.0
1211
1312COPY requirements.pip .
@@ -24,9 +23,10 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \
2423 curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar -zxf - && \
2524 mv linux-amd64/helm /usr/local/bin/helm && \
2625 chmod +x /usr/local/bin/helm && \
27- helm plugin install https://github.com/codacy/helm-ssm/releases/download/${HELM_SSM_VERSION}/helm-ssm-linux.tgz && \
26+ helm plugin install https://github.com/codacy/helm-ssm && \
2827 helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \
29- helm plugin install https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \
28+ curl -L --create-dirs --output-dir ./helm-poll -O https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \
29+ cd helm-poll && tar zxf helm-poll-linux.tgz && cd .. && helm plugin install helm-poll && \
3030 helm repo add codacy-stable https://charts.codacy.com/stable/ && \
3131 curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \
3232 chmod +x /usr/local/bin/kubectl && \
You can’t perform that action at this time.
0 commit comments