File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,6 @@ RUN pip-3 install cryptography pyOpenSSL==23.2.0
7272ENV CLOUDSDK_PYTHON=/usr/bin/python
7373ENV CLOUDSDK_PYTHON_SITEPACKAGES=1
7474
75- ENV TERRAFORM_VERSION=1.0.11
76- RUN curl -O https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
77- unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /bin/
78- ENV MATCHBOX_PROVIDER_VERSION=0.5.0
79- RUN curl -L -O https://github.com/poseidon/terraform-provider-matchbox/releases/download/v${MATCHBOX_PROVIDER_VERSION}/terraform-provider-matchbox_${MATCHBOX_PROVIDER_VERSION}_linux_amd64.zip && \
80- unzip terraform-provider-matchbox_${MATCHBOX_PROVIDER_VERSION}_linux_amd64.zip -d /bin/ && \
81- mv /bin/terraform-provider-matchbox_v${MATCHBOX_PROVIDER_VERSION} /bin/terraform-provider-matchbox
82- ENV IGNITION_PROVIDER_VERSION=v2.1.0
83- RUN curl -L -O https://github.com/community-terraform-providers/terraform-provider-ignition/releases/download/${IGNITION_PROVIDER_VERSION}/terraform-provider-ignition-${IGNITION_PROVIDER_VERSION}-linux-amd64.tar.gz && \
84- tar xzf terraform-provider-ignition-${IGNITION_PROVIDER_VERSION}-linux-amd64.tar.gz && \
85- mv terraform-provider-ignition-${IGNITION_PROVIDER_VERSION}-linux-amd64/terraform-provider-ignition /bin/terraform-provider-ignition
8675RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
8776 unzip awscliv2.zip && \
8877 ./aws/install -b /bin && \
You can’t perform that action at this time.
0 commit comments