Skip to content

Commit 0e8eb48

Browse files
committed
images: upi-installer: remove download of terraform binaries
This is leftover from before the time we started building or own terraform and terraform providers binaries.
1 parent ae21a76 commit 0e8eb48

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

images/installer/Dockerfile.upi.ci

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@ RUN pip-3 install cryptography pyOpenSSL==23.2.0
7272
ENV CLOUDSDK_PYTHON=/usr/bin/python
7373
ENV 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
8675
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
8776
unzip awscliv2.zip && \
8877
./aws/install -b /bin && \

0 commit comments

Comments
 (0)