Paul Liétar
cc254e85ed
Unset NOTIFY_SOCKET when running the temporary server. ( #1325 )
...
* Unset NOTIFY_SOCKET when running the temporary server.
Postgres has native support for this notification socket and will write a `READY=1` message once it is ready and accepting connections. Unfortunately, the temporary server used by the `docker-entrypoint.sh` also sends a message on the socket, making it appear as though the container is ready and serving connections when it is not.
2025-02-26 16:53:12 -08:00
Docker Library Bot
729d22b104
Update 17 to 17.4, bookworm 17.4-1.pgdg120+2, bullseye 17.4-1.pgdg110+2
2025-02-20 11:59:30 -08:00
Docker Library Bot
ce5da348e7
Update 16 to 16.8, bookworm 16.8-1.pgdg120+1, bullseye 16.8-1.pgdg110+1
2025-02-20 11:44:40 -08:00
Docker Library Bot
807e218040
Update 15 to 15.12, bookworm 15.12-1.pgdg120+1, bullseye 15.12-1.pgdg110+1
2025-02-20 11:30:20 -08:00
Docker Library Bot
dabb1fcefb
Update 14 to 14.17, bookworm 14.17-1.pgdg120+1, bullseye 14.17-1.pgdg110+1
2025-02-20 11:16:15 -08:00
Docker Library Bot
2f7aa21430
Update 13 to 13.20, bookworm 13.20-1.pgdg120+1, bullseye 13.20-1.pgdg110+1
2025-02-20 11:02:25 -08:00
Docker Library Bot
a537d6002b
Update 17 to bookworm 17.3-3.pgdg120+1, bullseye 17.3-3.pgdg110+1
2025-02-16 11:03:06 -08:00
Docker Library Bot
22dad776d9
Update 17 to 17.3, bookworm 17.3-1.pgdg120+1, bullseye 17.3-1.pgdg110+1
2025-02-13 11:01:08 -08:00
Docker Library Bot
c17c1aad6b
Update 16 to 16.7, bookworm 16.7-1.pgdg120+1, bullseye 16.7-1.pgdg110+1
2025-02-13 10:46:14 -08:00
Docker Library Bot
607fdbdadc
Update 15 to 15.11, bookworm 15.11-1.pgdg120+1, bullseye 15.11-1.pgdg110+1
2025-02-13 10:31:47 -08:00
Docker Library Bot
4bc3d04127
Update 14 to 14.16, bookworm 14.16-1.pgdg120+1, bullseye 14.16-1.pgdg110+1
2025-02-13 10:17:09 -08:00
Docker Library Bot
7da49aaa6a
Update 13 to 13.19, bookworm 13.19-1.pgdg120+1, bullseye 13.19-1.pgdg110+1
2025-02-13 10:01:24 -08:00
Tianon Gravi
3521b2f752
Merge pull request #1312 from infosiftr/eol-12
...
Remove PostgreSQL 12 since it is end of life
2025-02-04 11:42:03 -08:00
Joseph Ferguson
042d8d043f
Remove PostgreSQL 12 since it is end of life
2025-02-03 16:55:44 -08:00
Docker Library Bot
e2a43025b1
Update 12 to bookworm 12.22-2.pgdg120+1, bullseye 12.22-2.pgdg110+1
2025-01-24 05:02:25 -08:00
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
Tianon Gravi
cb049360d9
Simplify and update verify-templating.yml
...
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.
2024-12-13 15:02:43 -08:00
Tianon Gravi
1577814922
Merge pull request #1299 from infosiftr/alpine
...
In Alpine 3.21 bump llvm version
2024-12-06 13:45:51 -08:00
Joseph Ferguson
17818f21dc
In Alpine 3.21 bump llvm version
...
Fixes #1296
2024-12-05 16:14:30 -08:00
yosifkit
0f542bc35e
Merge pull request #1298 from paolobarbolini/alpine3.21
...
Update Alpine to 3.21
2024-12-05 15:57:18 -08:00
Paolo Barbolini
1075ab7060
Update Alpine to 3.21
2024-12-05 22:12:14 +00:00
Docker Library Bot
0b87a9bbd2
Update 17 to 17.2, bookworm 17.2-1.pgdg120+1, bullseye 17.2-1.pgdg110+1
2024-11-21 12:16:44 -08:00
Docker Library Bot
960ebdf14e
Update 16 to 16.6, bookworm 16.6-1.pgdg120+1, bullseye 16.6-1.pgdg110+1
2024-11-21 12:14:24 -08:00
Docker Library Bot
50b4cdb50e
Update 15 to 15.10, bookworm 15.10-1.pgdg120+1, bullseye 15.10-1.pgdg110+1
2024-11-21 12:12:11 -08:00
Docker Library Bot
c444845833
Update 14 to 14.15, bookworm 14.15-1.pgdg120+1, bullseye 14.15-1.pgdg110+1
2024-11-21 12:09:59 -08:00
Docker Library Bot
9fadd0e250
Update 13 to 13.18, bookworm 13.18-1.pgdg120+1, bullseye 13.18-1.pgdg110+1
2024-11-21 12:07:48 -08:00
Docker Library Bot
5f590b8df7
Update 12 to 12.22, bookworm 12.22-1.pgdg120+1, bullseye 12.22-1.pgdg110+1
2024-11-21 12:05:42 -08:00
Tianon Gravi
7a1418a24d
Update README
...
See https://github.com/docker-library/docs/pull/2503
2024-11-21 10:50:21 -08:00
Docker Library Bot
b64a17080e
Update 17 to 17.1, bookworm 17.1-1.pgdg120+1, bullseye 17.1-1.pgdg110+1
2024-11-14 11:48:01 -08:00
Docker Library Bot
f6c1f5b376
Update 16 to 16.5, bookworm 16.5-1.pgdg120+1, bullseye 16.5-1.pgdg110+1
2024-11-14 11:34:05 -08:00
Docker Library Bot
89e0c9265d
Update 15 to 15.9, bookworm 15.9-1.pgdg120+1, bullseye 15.9-1.pgdg110+1
2024-11-14 11:20:16 -08:00
Docker Library Bot
9c7abb997a
Update 14 to 14.14, bookworm 14.14-1.pgdg120+1, bullseye 14.14-1.pgdg110+1
2024-11-14 11:06:51 -08:00
Docker Library Bot
9f3bef00aa
Update 13 to 13.17, bookworm 13.17-1.pgdg120+1, bullseye 13.17-1.pgdg110+1
2024-11-14 10:53:24 -08:00
Docker Library Bot
cbe3b78084
Update 12 to 12.21, bookworm 12.21-1.pgdg120+1, bullseye 12.21-1.pgdg110+1
2024-11-14 10:38:07 -08:00
yosifkit
0f80628c99
Merge pull request #1280 from docker-library/jq-IN
...
Use jq's `IN()` instead of `index()`
2024-10-16 15:30:10 -07:00
Tianon Gravi
5db7a178fd
Use jq's IN()
instead of index()
...
The end result is the same, but the construction is more ergonomic.
2024-10-16 14:37:29 -07:00
Tianon Gravi
a37e929682
Update generate-stackbrew-library.sh
to support BASHBREW_LIBRARY
for easier cascading updates
...
See https://github.com/docker-library/official-images/pull/17640#issuecomment-2380308790
2024-09-30 11:28:39 -07:00
Tianon Gravi
b406380598
Update "latest" to 17 (now GA)
2024-09-26 15:59:36 -07:00
Docker Library Bot
172544062d
Update 17 to 17.0, bookworm 17.0-1.pgdg120+1, bullseye 17.0-1.pgdg110+1
2024-09-26 11:19:57 -07:00
Docker Library Bot
c9906f922d
Update 16 to bookworm 16.4-1.pgdg120+2, bullseye 16.4-1.pgdg110+2
2024-09-26 11:03:00 -07:00
Docker Library Bot
eaa1c35769
Update 17 to 17rc1, bookworm 17~rc1-1.pgdg120+1, bullseye 17~rc1-1.pgdg110+1
2024-09-05 06:44:37 -07:00
Docker Library Bot
805329e7a6
Update 17 to 17beta3, bookworm 17~beta3-1.pgdg120+1, bullseye 17~beta3-1.pgdg110+1
2024-08-08 10:34:59 -07:00
Docker Library Bot
3a94d965ec
Update 16 to 16.4, bookworm 16.4-1.pgdg120+1, bullseye 16.4-1.pgdg110+1
2024-08-08 10:20:28 -07:00
Docker Library Bot
8cce578a43
Update 15 to 15.8, bookworm 15.8-1.pgdg120+1, bullseye 15.8-1.pgdg110+1
2024-08-08 10:06:32 -07:00
Docker Library Bot
e324d93eba
Update 14 to 14.13, bookworm 14.13-1.pgdg120+1, bullseye 14.13-1.pgdg110+1
2024-08-08 09:52:20 -07:00
Docker Library Bot
ce54cce510
Update 13 to 13.16, bookworm 13.16-1.pgdg120+1, bullseye 13.16-1.pgdg110+1
2024-08-08 09:37:43 -07:00
Docker Library Bot
62f99df900
Update 12 to 12.20, bookworm 12.20-1.pgdg120+1, bullseye 12.20-1.pgdg110+1
2024-08-08 09:22:52 -07:00
yosifkit
66da3846b4
Merge pull request #1258 from infosiftr/install
...
Use `install` instead of `mkdir && chown && chmod`
2024-07-09 14:09:16 -07:00
Tianon Gravi
a09f1c441f
Use install
instead of mkdir && chown && chmod
2024-07-08 15:18:09 -07:00
Docker Library Bot
9bf5a6d620
Update 17 to 17beta2, bookworm 17~beta2-1.pgdg120+1, bullseye 17~beta2-1.pgdg110+1
2024-07-01 17:03:06 -07:00