This repository contains OCI images useful for
- Building RabbitMQ from a source tarball
- Building several package types: Debian, RPM, the Windows installer
These images are NOT meant to be used to run RabbitMQ. For that, see the community Docker image, Bitnami, and so on.
The images are then built by workflows in this repository, published to Docker Hub,
and used by workflows in rabbitmq/server-packages
.
This repository is GitHub Actions-driven. Workflow definitions can be found under
their usual place, .github/workflows
.
The Dockerfiles can be found under dockerfiles
.
See Actions.
This Debian Bookworm-based images provide very recent versions of Erlang 27.x and 26.x plus a very recent version of Elixir.
Only amd64
packages are produced because our team only produces amd64
Debian packages for Erlang
at the moment.
To pull it:
# for Erlang 26.x
docker pull rabbitmqdevenv/build-env-26.2
# for Erlang 27.x
docker pull rabbitmqdevenv/build-env-27.2
This work is dual-licensed under the Apache License 2.0 and the Mozilla Public License 2.0. Users can choose any of these licenses according to their needs.
SPDX-License-Identifier: Apache-2.0 OR MPL-2.0