Skip to content

Commit

Permalink
Merge pull request #203 from SolaceProducts/moodiRealist/DATAGO-79385…
Browse files Browse the repository at this point in the history
…-update-opentofu

DATAGO-79385: update opentofu and solace provider
  • Loading branch information
moodiRealist authored Sep 18, 2024
2 parents 1f44081 + fd4ff88 commit 3bfd50d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions service/application/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@ WORKDIR /opt/ema

ARG PLATFORM=linux_amd64

COPY tofu_1.7.0_amd64.apk /opt/ema/terraform
RUN apk --update add --allow-untrusted /opt/ema/terraform/tofu_1.7.0_amd64.apk
COPY tofu_1.8.2_amd64.apk /opt/ema/terraform
RUN apk --update add --allow-untrusted /opt/ema/terraform/tofu_1.8.2_amd64.apk

COPY .terraformrc $HOME/.terraformrc
RUN printf '#!/bin/ash\ntofu $*' > /opt/ema/terraform/terraform
RUN chmod +x /opt/ema/terraform/terraform
ENV PATH $PATH:/opt/ema/terraform

ARG SOLACE_PROVIDER_VERSION=0.9.2-rc.2
ADD terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.tar.gz /opt/ema/terraform
ARG SOLACE_PROVIDER_VERSION=1.0.1
ADD terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.zip /opt/ema/terraform

RUN unzip /opt/ema/terraform/terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.zip -d /opt/ema/terraform && \
rm /opt/ema/terraform/terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.zip

ARG GITHASH
ARG GITBRANCH
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion service/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.1.13</version>
<version>1.1.22</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion service/kafka-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>netty-nio-client</artifactId>
<version>2.21.27</version>
<version>2.28.1</version>
</dependency>
<dependency>
<groupId>software.amazon.msk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion service/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.1.13</version>
<version>1.1.22</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3bfd50d

Please sign in to comment.