Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATAGO-66186: Swapping out terraform-1.5.5 for opentofu 1.6.0_beta3-r0 #143

Merged
merged 11 commits into from
Dec 14, 2023
7 changes: 5 additions & 2 deletions service/application/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ WORKDIR /opt/ema

ARG PLATFORM=linux_amd64

# Do not update, this is the latest MPL-licensed Terraform version
ADD terraform_1.5.5_${PLATFORM}.tar.gz /opt/ema/terraform
# This is a pre-release version of opentofu. Update to the GA version when it's available.
RUN apk add opentofu=1.6.0_beta3-r0 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing

ARG SOLACE_PROVIDER_VERSION=0.9.0
ADD terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.tar.gz /opt/ema/terraform

COPY .terraformrc /root/.terraformrc

RUN printf '#!/bin/bash\ntofu $*' > /opt/ema/terraform/terraform
RUN chmod +x /opt/ema/terraform/terraform

ENV PATH $PATH:/opt/ema/terraform

ARG GITHASH
Expand Down
Binary file not shown.
Loading