Skip to content

Commit a6699b2

Browse files
author
Sean Sundberg
committed
Upgrades terraform to 1.0.11
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 2d485e5 commit a6699b2

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

Dockerfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
FROM docker.io/hashicorp/terraform:0.15.5
1+
FROM docker.io/hashicorp/terraform:1.0.11
22

3-
ENV TERRAFORM_IBMCLOUD_VERSION 1.21.2
43
ENV OPENSHIFT_CLI_VERSION 4.7
54

65
RUN apk add --update-cache \
@@ -51,15 +50,6 @@ RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
5150
ibmcloud plugin install vpc-infrastructure -f && \
5251
ibmcloud config --check-version=false
5352

54-
# Install IBM Cloud Terraform Provider
55-
RUN mkdir -p ${HOME}/.terraform.d/plugins && \
56-
cd ${HOME}/.terraform.d/plugins && \
57-
curl -O -L https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v${TERRAFORM_IBMCLOUD_VERSION}/linux_amd64.zip &&\
58-
unzip linux_amd64.zip && \
59-
chmod +x terraform-provider-ibm_* &&\
60-
rm -rf linux_amd64.zip && \
61-
cd -
62-
6353
WORKDIR ${HOME}
6454

6555
RUN cat ./image-message >> ./.bashrc-ni

0 commit comments

Comments
 (0)