Sign inSign up

readystack/rabbitmq

By readystack

Updated 23 days ago

Image
0

1.2K

readystack/rabbitmq repository overview

RabbitMQ

Docker Scout: Grade A Fixable Critical/High CVEs: 0 Signed: cosign

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.

What you get

  • Docker Scout Grade A — all 8 default policies pass, 0 fixable Critical/High.
  • Signed — cosign signature by the ReadyStack release key; verify with cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/rabbitmq:4.3.2-CE-debian-bookworm-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/rabbitmq:4.3.2-CE-debian-bookworm-r1

Deployment

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 full ReadyStack Agent-ready Archive

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

Tag summary

Content type

Image

Digest

sha256:57e49a0ae

Size

302.5 MB

Last updated

6 months ago

docker pull readystack/rabbitmq