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.
- Host: GitHub
- URL: https://github.com/vinicius73/activemq-artemis-docker
- Owner: vinicius73
- License: mit
- Created: 2022-04-24T12:41:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T00:50:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-18T01:40:01.346Z (almost 2 years ago)
- Topics: activemq, activemq-artemis, artemis, docker, docker-compose
- Language: Shell
- Homepage: https://hub.docker.com/r/vinicius73/activemq-artemis
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.