2

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?

Justin Bertram
  • 29,372
  • 4
  • 21
  • 43
kumarb
  • 521
  • 1
  • 7
  • 23

3 Answers3

3

Did you look into https://artemiscloud.io/ ? Also iirc there is a docker file provided with Artemis distribution.

ehsavoie
  • 3,126
  • 1
  • 16
  • 14
3

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.

Timz
  • 412
  • 2
  • 13
  • 1
    Maybe we can call these images official. They are just not hosted on dockerhub, but on Red Hat dockerhub equivalent which is quay.io. There is an instruction on how to use activemq-artemis-broker image: https://artemiscloud.io/docs/tutorials/deploybasicimage/ – luke Dec 23 '22 at 10:39
0

This one looks pretty official: https://hub.docker.com/r/apache/activemq-artemis

lmsurprenant
  • 1,723
  • 2
  • 14
  • 28