readystack/rabbitmq:4.3.2-CE-debian-bookworm-r1
A hardened, cosign-signed, offline-rebuildable build of github.com/rabbitmq/rabbitmq-server 4.3.2 (MPL-2.0), built clean-room from official upstream source by ReadyStack.
cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/rabbitmq:4.3.2-CE-debian-bookworm-r1.docker pull readystack/rabbitmq:4.3.2-CE-debian-bookworm-r1
Single container, single self-contained Erlang/OTP broker process (the BEAM VM) bootstrapping a single-node RabbitMQ broker. RabbitMQ IS its own datastore: an embedded metadata store (Mnesia by default, Khepri when enabled) plus the message/queue store, all on the local filesystem under /var/lib/rabbitmq. NO relational/SQL database, NO external store, NO sidecar. The rabbitmq_management (UI + REST API) and rabbitmq_prometheus (metrics) plugins are enabled at build time. The image IS the complete running instance.
docker run -d --name rabbitmq -p 5672:5672 -p 15672:15672 -p 15692:15692 -v rabbitmq-data:/var/lib/rabbitmq readystack/rabbitmq:4.3.2-CE-debian-bookworm-r1
The complete --network=none build kit to recreate this exact image yourself — plus admin/DB/API handbooks, seed data, a validated test suite, and signed provenance — is at readystack.dev/buy.html.
— ReadyStack · readystack.dev
Content type
Image
Digest
sha256:57e49a0ae…
Size
302.5 MB
Last updated
6 months ago
docker pull readystack/rabbitmq