skip to Main Content

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


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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search