Docker Official Image packaging for Postgres
Go to file
Tianon Gravi 2c72165e4f Update to 9.5.0 2016-01-07 10:27:31 -08:00
9.0 Don't set perm on data dir recursively 2016-01-05 16:49:58 -06:00
9.1 Don't set perm on data dir recursively 2016-01-05 16:49:58 -06:00
9.2 Don't set perm on data dir recursively 2016-01-05 16:49:58 -06:00
9.3 Don't set perm on data dir recursively 2016-01-05 16:49:58 -06:00
9.4 Don't set perm on data dir recursively 2016-01-05 16:49:58 -06:00
9.5 Update to 9.5.0 2016-01-07 10:27:31 -08:00
.travis.yml Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉) 2015-11-20 09:50:24 -08: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 Don't set perm on data dir recursively 2016-01-05 16:49:58 -06:00
generate-stackbrew-library.sh Update to 9.5.0 2016-01-07 10:27:31 -08:00
update.sh Update to 9.5.0 2016-01-07 10:27:31 -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