File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
43ENV OPENSHIFT_CLI_VERSION 4.7
54
65RUN 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-
6353WORKDIR ${HOME}
6454
6555RUN cat ./image-message >> ./.bashrc-ni
You can’t perform that action at this time.
0 commit comments