More Docker. Easy Access. New Streamlined Plans. Learn more.

circleci/postgres

Verified Publisher

By CircleCI

Updated about 3 years ago

The PostgreSQL object-relational database system provides reliability and data integrity.

Image
32

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.

Experimental

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.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us on CircleCI Discuss Forum.

Docker Pull Command

docker pull circleci/postgres