Docker Official Image packaging for Postgres
Go to file
Tianon Gravi a9c0b01d4d Update README.md stub 2015-11-16 13:47:05 -08:00
9.0 Explicitly set uid/gid for postgres/postgres 2015-09-22 14:51:58 +02:00
9.1 Merge pull request #93 from hkjn/master 2015-10-08 14:57:15 -07:00
9.2 Merge pull request #93 from hkjn/master 2015-10-08 14:57:15 -07:00
9.3 Merge pull request #93 from hkjn/master 2015-10-08 14:57:15 -07:00
9.4 Merge pull request #93 from hkjn/master 2015-10-08 14:57:15 -07:00
9.5 Update to 9.5~beta2-1.pgdg80+1 2015-11-11 09:16:36 -08:00
.travis.yml Add initial .travis.yml 2015-08-21 23:14:41 -07:00
AUTHORS LICENSE (the MIT License) and AUTHORS 2014-09-04 17:43:59 -07:00
Dockerfile.template Propagate #93 to Dockerfile.template 2015-10-14 09:08:05 -07:00
LICENSE 2015 2015-02-23 13:50:50 -07:00
README.md Update README.md stub 2015-11-16 13:47:05 -08:00
docker-entrypoint.sh Export POSTGRES_USER and POSTGRES_DB vars in entrypoint 2015-08-25 20:30:57 -07:00
generate-stackbrew-library.sh Enhance "generate-stackbrew-library.sh" to only take into account changes to the Dockerfile or files from COPY in the Dockerfile for choosing the commit hash for a particular directory 2015-08-11 15:12:43 -07:00
update.sh Update to 9.5~beta2-1.pgdg80+1 2015-11-11 09:16:36 -08:00

README.md

About this Repo

This is the Git repo of the Docker official image for postgres. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specificially in docker-library/docs/postgres.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/postgres" manifest file in the docker-library/official-images repo, especially PRs with the "library/postgres" label on that repo. For more information about the official images process, see the docker-library/official-images readme.

Travis CI