Docker Official Image packaging for Postgres
Go to file
Jeremy Schneider 32b6fcdda7
Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303)
* Remove inaccurate references to corruption, remove SEGTERM suggestion, update information links to current docs. Postgres is carefully designed such that data is not corrupted on crashes or unclean shutdowns - the main tradeoff is that WAL replay is needed on startup. In practice, SIGTERM can cause unexpected long delays to shutdowns - often during maintenance windows - so best not to actively suggest this. The links back to official Postgres documentation seem sufficient.
2025-01-09 09:56:49 -08:00
.github/workflows Simplify and update `verify-templating.yml` 2024-12-13 15:02:43 -08:00
12 Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
13 Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
14 Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
15 Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
16 Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
17 Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
.gitattributes Add new "docker-ensure-initdb.sh" script 2023-12-11 10:58:54 -08:00
.gitignore Revert "Added inline SBOM for binaries downloaded outside package manager" 2023-12-11 14:03:58 -05:00
AUTHORS LICENSE (the MIT License) and AUTHORS 2014-09-04 17:43:59 -07:00
Dockerfile-alpine.template Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
Dockerfile-debian.template Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) 2025-01-09 09:56:49 -08:00
LICENSE Remove ending year from LICENSE 2018-07-30 09:15:32 -07:00
README.md Update README 2024-11-21 10:50:21 -08:00
apply-templates.sh Replace `su-exec` with `gosu` 2024-06-03 13:57:56 -07:00
docker-ensure-initdb.sh Add new "docker-ensure-initdb.sh" script 2023-12-11 10:58:54 -08:00
docker-entrypoint.sh Merge pull request #1166 from infosiftr/unlimited-passwords 2023-12-21 16:27:15 -08:00
generate-stackbrew-library.sh Update `generate-stackbrew-library.sh` to support `BASHBREW_LIBRARY` for easier cascading updates 2024-09-30 11:28:39 -07:00
update.sh Add initial jq-based templating engine 2021-06-16 10:36:52 -07:00
versions.json Update Alpine to 3.21 2024-12-05 22:12:14 +00:00
versions.sh Update Alpine to 3.21 2024-12-05 22:12:14 +00:00

README.md

https://github.com/docker-library/postgres

Maintained by: the PostgreSQL Docker Community

This is the Git repo of the Docker "Official Image" for postgres (not to be confused with any official postgres image provided by postgres upstream). 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 image description on Docker Hub is generated/maintained over in the docker-library/docs repository, specifically in the postgres directory.

See a change merged here that doesn't show up on Docker Hub yet?

For more information about the full official images change lifecycle, see the "An image's source changed in Git, now what?" FAQ entry.

For outstanding postgres image PRs, check PRs with the "library/postgres" label on the official-images repository. For the current "source of truth" for postgres, see the library/postgres file in the official-images repository.