Skip to content

Commit

Permalink
DATAGO-69167: Update the way the opentodu binary is added to the dock…
Browse files Browse the repository at this point in the history
…er container (#151)
  • Loading branch information
gregmeldrum authored Jan 11, 2024
1 parent 894accb commit 0b3cd66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/application/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WORKDIR /opt/ema

ARG PLATFORM=linux_amd64

# This is a pre-release version of opentofu. Update to the GA version when it's available.
RUN apk add opentofu=1.6.0_beta4-r0 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
COPY tofu_1.6.0-rc1_amd64.apk /opt/ema/terraform
RUN apk --update add --allow-untrusted /opt/ema/terraform/tofu_1.6.0-rc1_amd64.apk

ARG SOLACE_PROVIDER_VERSION=0.9.1
ADD terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.tar.gz /opt/ema/terraform
Expand Down
Binary file not shown.

0 comments on commit 0b3cd66

Please sign in to comment.