Skip to content

Commit

Permalink
Merge pull request #18 from Mathias-S/activemq-5.18.3
Browse files Browse the repository at this point in the history
Update ActiveMQ to 5.18.3 (critical security fix)
  • Loading branch information
tholu authored Nov 3, 2023
2 parents ff9e419 + c29b424 commit 51da757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM bellsoft/liberica-openjdk-alpine:17

LABEL maintainer="Thomas Lutz <[email protected]>"

ENV ACTIVEMQ_VERSION 5.18.2
ENV ACTIVEMQ_VERSION 5.18.3
ENV ACTIVEMQ apache-activemq-$ACTIVEMQ_VERSION
ENV ACTIVEMQ_HOME /opt/activemq

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ symptoma/activemq:latest

## ActiveMQ version

Current version of ActiveMQ is **5.18.2**: https://archive.apache.org/dist/activemq/5.18.2/
Current version of ActiveMQ is **5.18.3**: https://archive.apache.org/dist/activemq/5.18.3/

Note: Since ActiveMQ 5.16.0 the Web Console is not reachable by default, as it only listens to 127.0.0.1 inside the container. See [AMQ-8018](https://issues.apache.org/jira/browse/AMQ-8018) for more details.

Expand Down Expand Up @@ -69,11 +69,11 @@ The following ports are exposed and can be bound:

First, commit your change to Git.

`git commit -m "Update ActiveMQ to 5.18.2"`
`git commit -m "Update ActiveMQ to 5.18.3"`

Then tag it.

`git tag -a v5.18.2 -m 'Release 5.18.2'`
`git tag -a v5.18.3 -m 'Release 5.18.3'`

Then push it to Github.

Expand All @@ -82,7 +82,7 @@ Then push it to Github.
Publishing manually works like this (after `docker login`):

```
docker tag <image> symptoma/activemq:5.18.2
docker tag <image> symptoma/activemq:5.18.3
docker push symptoma/activemq
```

Expand All @@ -94,5 +94,5 @@ Prepare the buildx context and use it:

Then build for multiple platforms:

* `docker buildx build --push --platform linux/arm64,linux/amd64 --tag symptoma/activemq:5.18.2 .`
* `docker buildx build --push --platform linux/arm64,linux/amd64 --tag symptoma/activemq:5.18.3 .`
* `docker buildx build --push --platform linux/arm64,linux/amd64 --tag symptoma/activemq:latest .`

0 comments on commit 51da757

Please sign in to comment.