1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00
Commit Graph

941 Commits

Author SHA1 Message Date
Docker Library Bot
720ab50557 Update to 9.6.22 2021-05-14 06:02:21 +00:00
Docker Library Bot
ea6eb8151f Update to 10.17 2021-05-14 06:02:21 +00:00
Docker Library Bot
a37f640216 Update to 11.12-1.pgdg90+1 2021-05-14 06:02:21 +00:00
Docker Library Bot
14f13e4b39 Update to 11.11-1.pgdg90+1 2021-02-12 07:02:19 +00:00
Docker Library Bot
4cec33a2ee Update to 12.6 2021-02-12 07:02:19 +00:00
Docker Library Bot
a7aa19b850 Update to 13.2 2021-02-12 07:02:19 +00:00
Docker Library Bot
6667795da1 Update to 9.5.25 2021-02-12 07:02:19 +00:00
Docker Library Bot
9693709797 Update to 11.11 2021-02-12 07:02:19 +00:00
Docker Library Bot
b122f60426 Update to 9.5.25-1.pgdg90+1 2021-02-12 07:02:19 +00:00
Docker Library Bot
7bd4178653 Update to 13.2-1.pgdg100+1 2021-02-12 07:02:19 +00:00
Docker Library Bot
11119157a3 Update to 9.6.21-1.pgdg90+1 2021-02-12 07:02:19 +00:00
Docker Library Bot
45cbba060d Update to 9.6.21 2021-02-12 07:02:19 +00:00
Docker Library Bot
cbe3131bd8 Update to 10.16-1.pgdg90+1 2021-02-12 07:02:19 +00:00
Docker Library Bot
b349a7e67b Update to 12.6-1.pgdg100+1 2021-02-12 07:02:19 +00:00
Docker Library Bot
1267a1f1bb Update to 10.16 2021-02-12 07:02:19 +00:00
Tianon Gravi
e8cb2acbb3 Merge pull request #808 from infosiftr/PGHOST
Explicitly unset PGHOST for temporary server communications
2021-01-21 08:49:48 -08:00
yosifkit
a6b426236d Merge pull request #811 from infosiftr/alpine3.13
Update to Alpine 3.13
2021-01-20 17:36:12 -08:00
Tianon Gravi
188bf13e57 Update to Alpine 3.13 2021-01-20 16:11:28 -08:00
Tianon Gravi
ba302205a1 Explicitly unset PGHOST for temporary server communications 2021-01-18 15:56:04 -08:00
yosifkit
03e769531f Merge pull request #801 from infosiftr/db-exists
Do not try to create databases that already exist
2020-12-28 14:39:40 -08:00
yosifkit
eaeb73d65e Merge pull request #804 from infosiftr/chmod-no-fail
Adjust "chmod" to not fail (since PostgreSQL validates this itself later)
2020-12-28 14:39:05 -08:00
Tianon Gravi
36ffea2cb2 Adjust "chmod" to not fail (since PostgreSQL validates this itself later) 2020-12-28 09:51:28 -08:00
Tianon Gravi
11e397d86c Do not try to create databases that already exist
We were already checking for whether `POSTGRES_DB` was set to `postgres`, but this was the underlying motivation for that check (and it turns out that this applies for values of at least `template0` and `template1` as well).
2020-12-22 14:00:05 -08:00
yosifkit
3690694930 Merge pull request #797 from infosiftr/rc-beta-alpha
Adjust tagging to enforce explicit pre-release opt-in
2020-12-17 10:21:00 -08:00
Tianon Gravi
dba8ec0bf9 Adjust tagging to enforce explicit pre-release opt-in
I rewound to commit 09c342c555 to test this and verify that `postgres:13` would go away (and only `postgres:13-rc1` would remain).
2020-12-16 17:26:51 -08:00
Docker Library Bot
38841304dd Update to 11.10-1.pgdg90+1 2020-11-13 01:02:16 +00:00
Docker Library Bot
6b541bc498 Update to 9.5.24 2020-11-13 01:02:16 +00:00
Docker Library Bot
25044882a6 Update to 13.1-1.pgdg100+1 2020-11-13 01:02:16 +00:00
Docker Library Bot
ab0af9c5d9 Update to 9.5.24-1.pgdg90+1 2020-11-13 01:02:16 +00:00
Docker Library Bot
b17c144057 Update to 12.5-1.pgdg100+1 2020-11-13 01:02:16 +00:00
Docker Library Bot
0e4676a9bc Update to 9.6.20 2020-11-13 01:02:16 +00:00
Docker Library Bot
0e903779e9 Update to 10.15-1.pgdg90+1 2020-11-13 01:02:16 +00:00
Docker Library Bot
1dcdff4b41 Update to 11.10 2020-11-13 01:02:16 +00:00
Docker Library Bot
c438d9e7bb Update to 9.6.20-1.pgdg90+1 2020-11-13 01:02:16 +00:00
Docker Library Bot
92d7a789c6 Update to 10.15 2020-11-13 01:02:16 +00:00
Docker Library Bot
6f58eab268 Update to 12.5 2020-11-13 01:02:16 +00:00
Docker Library Bot
b9c080857b Update to 13.1 2020-11-13 01:02:16 +00:00
Tianon Gravi
b80fcb5ac7 Merge pull request #764 from maytech/master
Keep postgres static libraries in Alpine images
2020-09-25 12:36:53 -07:00
Bohdan Kmit
04bf35f0c4 Keep postgres static libraries in Alpine images
Do not remove static postgres libraries from Alpine based images.
This add near 1.4MB to image size, but allow to complie some extentions
like repmgr without errors
2020-09-25 21:58:45 +03:00
Tianon Gravi
9abfeee616 Update "latest" to 13 (now GA) 2020-09-24 10:29:53 -07:00
Docker Library Bot
8d281112a8 Update to 13.0-1.pgdg100+1 2020-09-24 16:48:56 +00:00
Docker Library Bot
a7ec9d04f8 Update to 13.0 2020-09-24 16:48:56 +00:00
yosifkit
2d0d9a3f11 Merge pull request #763 from GameScripting/patch-1
Changed default stopsignal from SIGTERM to SIGINT
2020-09-23 11:08:22 -07:00
Daniel Huhn
bfc5d81c8f Change default STOPSIGNAL from SIGTERM to SIGINT 2020-09-18 12:03:49 -07:00
Docker Library Bot
09c342c555 Update to 13rc1 2020-09-17 18:02:23 +00:00
Docker Library Bot
540012dcbb Update to 13~rc1-1.pgdg100+1 2020-09-17 18:02:23 +00:00
yosifkit
a62ea8f9a2 Merge pull request #757 from xpetit/fix-typo
Fix typo
2020-09-08 10:20:58 -07:00
xpetit
fdf884a12f Fix typo 2020-09-06 18:17:09 +02:00
Docker Library Bot
7ea20406a8 Update to 9.5.23-1.pgdg90+1 2020-08-14 12:02:12 +00:00
Docker Library Bot
1858993247 Update to 11.9-1.pgdg90+1 2020-08-14 12:02:12 +00:00