Skip to content

Commit

Permalink
Bump Artemis to 2.35.0 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret authored Jun 16, 2024
1 parent 85204fa commit fa04dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/artemis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM azul/zulu-openjdk-alpine:20-latest
RUN mkdir /artemis
WORKDIR /artemis

RUN wget -O "artemis.tar" "https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/2.34.0/apache-artemis-2.34.0-bin.tar.gz&action=download"
RUN wget -O "artemis.tar" "https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.35.0/apache-artemis-2.35.0-bin.tar.gz"
RUN tar -xvf ./artemis.tar; \
ln -s /artemis/apache-artemis-2.34.0/ ./current
ln -s /artemis/apache-artemis-2.35.0/ ./current
#WORKDIR /artemis/current

RUN /artemis/current/bin/artemis create --user artemis --password artemis --http-host 0.0.0.0 --require-login --nio --relax-jolokia amq
Expand Down
2 changes: 1 addition & 1 deletion test/artemis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
activemq-artemis:
container_name: activemq-artemis
image: havret/dotnet-activemq-artemis-client-test-broker:2.34.0
image: havret/dotnet-activemq-artemis-client-test-broker:2.35.0-rc1
ports:
- 5672:5672
- 8161:8161
Expand Down

0 comments on commit fa04dbc

Please sign in to comment.