An open API service indexing awesome lists of open source software.

https://github.com/vinicius73/activemq-artemis-docker

Automates the docker build generation of ActiveMQ Artemis.
https://github.com/vinicius73/activemq-artemis-docker

activemq activemq-artemis artemis docker docker-compose

Last synced: about 1 month ago
JSON representation

Automates the docker build generation of ActiveMQ Artemis.

Awesome Lists containing this project

README

          

# ActiveMQ - Artemis Docker

This projects automates the docker build generation of [ActiveMQ Artemis](https://github.com/apache/activemq-artemis/).

> https://hub.docker.com/r/vinicius73/activemq-artemis

## Building

### Requeriments

- [Docker >= v20](https://docs.docker.com/engine/install/)
- [semver-cli](https://github.com/davidrjonas/semver-cli)
- `go install github.com/davidrjonas/semver-cli@latest`
- [Task v3](https://taskfile.dev/)

## Commands

```sh
task clone
task prepare

task build:all
task push:all
```

## Docker Compose

Check [`docker-compose.yml`](./docker-compose.yml) to see a example of usage.