These are built on top of the default dockerhub postgres images. They have the same changes applied that circle applies to the postgres images they host (the set some environment variables that we overwrite on deploying the image anyway).
FROM postgres:9.6.9
ENV POSTGRES_USER=root
POSTGRES_DB=circle_test
Content type
Image
Digest
sha256:50ba98d0f…
Size
397.6 MB
Last updated
7 months ago
docker pull sevenfifty/postgres:14.22