circleci/postgres
The PostgreSQL object-relational database system provides reliability and data integrity.
500M+
Experimental CircleCI images for PostgreSQL.
Extends the official image of PostgreSQL to be friendly to use in CircleCI for testing.
The following is the customizations CircleCI applies in a Dockerfile
:
FROM postgres:latest
ENV POSTGRES_DB=circle_test
Aiming to have CircleCI extended images ease adoption of Docker and CircleCI. Once users are successful, we encourage users to build and customize their images to suite their individual project needs.
CircleCI is experimenting with this service image and we may change it in future in an incompatible way. Users should consider building their own image or locking the image digest in CircleCI configuration files.
If you have any problems with or questions about this image, please contact us on CircleCI Discuss Forum.
docker pull circleci/postgres