We are working on ActiveMQ Artemis and looking for an official Docker image to use in our project. I checked hub.docker.com and other areas but could not find it.
Does anyone have an idea if there is any and can be published in the near term?
We are working on ActiveMQ Artemis and looking for an official Docker image to use in our project. I checked hub.docker.com and other areas but could not find it.
Does anyone have an idea if there is any and can be published in the near term?
2
Answers
Did you look into https://artemiscloud.io/ ? Also iirc there is a docker file provided with Artemis distribution.
You could use one of those images:
https://quay.io/repository/artemiscloud/activemq-artemis-broker-init?tab=tags
I’m not sure whether they are really usable or whether you can call them "official" images.
On the Artemis website, the manual creation of a Docker image is referenced. The Dockerfiles are maintained on GitHub.
We build the image by ourself, because we add there some base configuration and migration scripts.