Update terraform build images

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-05-29 18:07:10 -04:00
parent 6c633ee581
commit 8683d2c2c6
13 changed files with 55 additions and 45 deletions

View file

@ -1,6 +1,6 @@
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
ENV TERRAFORM_VERSION 0.12.19
ENV TERRAFORM_VERSION 0.12.26
RUN clean-install \
bash \
@ -8,6 +8,7 @@ RUN clean-install \
ca-certificates \
unzip \
git \
python3 \
openssh-client
RUN curl -sSL -o /terraform.zip "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" \