- Feb 04, 2025
-
-
Tianon Gravi authored
Remove PostgreSQL 12 since it is end of life
-
Joseph Ferguson authored
-
- Jan 24, 2025
-
-
Docker Library Bot authored
-
- Jan 09, 2025
-
-
Jeremy Schneider authored
* 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.
-
- Dec 13, 2024
-
-
Tianon Gravi authored
This makes it print out a diff when there is an error (instead of just a list of files that are wrong), which will make the error more obvious.
-
- Dec 06, 2024
-
-
Tianon Gravi authored
In Alpine 3.21 bump llvm version
-
Joseph Ferguson authored
Fixes #1296
-
- Dec 05, 2024
-
-
yosifkit authored
Update Alpine to 3.21
-
Paolo Barbolini authored
-
- Nov 21, 2024
-
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
-
- Nov 14, 2024
-
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
- Oct 16, 2024
-
-
yosifkit authored
Use jq's `IN()` instead of `index()`
-
Tianon Gravi authored
The end result is the same, but the construction is more ergonomic.
-
- Sep 30, 2024
-
- Sep 26, 2024
-
-
Tianon Gravi authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
- Sep 05, 2024
-
-
Docker Library Bot authored
-
- Aug 08, 2024
-
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
Docker Library Bot authored
-
- Jul 09, 2024
-
-
yosifkit authored
Use `install` instead of `mkdir && chown && chmod`
-
- Jul 08, 2024
-
-
Tianon Gravi authored
-
- Jul 02, 2024
-
-
Docker Library Bot authored
-
- Jun 18, 2024
-
-
Tianon Gravi authored
Replace `su-exec` with `gosu`
-
- Jun 03, 2024
-
-
Tianon Gravi authored
There's a major issue with `su-exec` whose fix has gone unreleased for 5 years (typos leading to running code as root, the opposite of the purpose of the program). This also decreases our Debian vs Alpine variance. Due to user scripts/downstream code potentially using `su-exec`, I have included a compatibility symlink to `su-exec` for all versions less than the 17 pre-release.
-