readystack/postgresql:18.4-CE-debian-bookworm-r1
A hardened, cosign-signed, offline-rebuildable build of github.com/postgres/postgres REL_18_4 (PostgreSQL 18.4, PostgreSQL License), built clean-room from official upstream source by ReadyStack.
cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/postgresql:18.4-CE-debian-bookworm-r1.docker pull readystack/postgresql:18.4-CE-debian-bookworm-r1
Single container. A self-contained PostgreSQL 18.4 object-relational database server, compiled from source (./configure && make world-bin && make install-world-bin). The image IS the complete running instance — PostgreSQL itself IS the database, so there is NO external database and NO sidecar. On first boot the entrypoint runs initdb to create the cluster under PGDATA (/var/lib/postgresql/data), then runs postgres in the foreground. Runs fully NON-ROOT as the postgres user.
docker run -d --name postgresql -e POSTGRES_PASSWORD=YOUR_SECRET -p 5432:5432 -v pgdata:/var/lib/postgresql/data readystack/postgresql:18.4-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:f9fe153c6…
Size
134.5 MB
Last updated
6 months ago
docker pull readystack/postgresql