This repository hosts the packages for activemq-artemis.
These images are built for each release:
ghcr.io/ls1intum/activemq-broker-docker-debian:RELEASE_VERSION
ghcr.io/ls1intum/activemq-broker-docker-centos:RELEASE_VERSION
ghcr.io/ls1intum/activemq-broker-docker-adoptopenjdk-11:RELEASE_VERSION
RELEASE_VERSION
is the release version of activemq-artemis (e.g. 2.21.0
).
Create a new Release in GitHub and use the wanted RELEASE_VERSION
as tag.
This repository contains a GitHub action, which clones the activemq-artemis repository and executes the steps listed here.
The action is only triggered on new tags.