Update terraform build images
This commit is contained in:
parent
6c633ee581
commit
8683d2c2c6
13 changed files with 55 additions and 45 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue