Sign inSign up

readystack/postgresql

By readystack

Updated about 1 month ago

Image
0

1.5K

readystack/postgresql repository overview

PostgreSQL

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

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.

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/postgresql:18.4-CE-debian-bookworm-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/postgresql:18.4-CE-debian-bookworm-r1

Deployment

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 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:f9fe153c6

Size

134.5 MB

Last updated

6 months ago

docker pull readystack/postgresql