Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.24 KB

File metadata and controls

25 lines (14 loc) · 1.24 KB

ArkMQ Broker Init container image powered by Apache Artemis

ArkMQ Broker Init is a container image for configuring Apache Artemis broker instances in containerized environments.

Repository

The ArkMQ Broker Init container images are pushed to https://quay.io/repository/arkmq-org/arkmq-org-broker-init

Tags

The ArkMQ Broker Init container images have release tags and special tags.

The image release tags point to images built from the sources of the releated release tags, i.e. the 1.0.0 image release tag points to the image built from the sources of the v1.0.0 release tag

The image special tags are:

  • artemis.ARTEMIS_VERSION - points to the image built from the sources of a release tag. ie: artemis.2.31.2

  • latest - points to the image built from the sources of the latest release tag.

  • dev.latest - points to the image built from the latest sources of the main branch, it should be used only for development purposes and it is regenerated on each push on main branch.

  • snapshot - points to the image built from the latest sources of the main branch and contains the snapshot version of Apache Artemis.