This is an automated email from the ASF dual-hosted git repository.
frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 38e5e3e64fd Specify postgres version 17.6 in distribution's
docker-compose.yml (#18736)
38e5e3e64fd is described below
commit 38e5e3e64fdebe7a357067dc4de4fed809e59dab
Author: Sasha Syrotenko <[email protected]>
AuthorDate: Wed Nov 12 03:56:20 2025 +0200
Specify postgres version 17.6 in distribution's docker-compose.yml (#18736)
Container with the latest version of postgres (18.0 at the moment of
writing)
doesn't start due to the some problems of postgres on docker itself on the
new version.
---
distribution/docker/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/docker/docker-compose.yml
b/distribution/docker/docker-compose.yml
index 2a0237fd9fb..8fab34ad2d2 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -31,7 +31,7 @@ volumes:
services:
postgres:
container_name: postgres
- image: postgres:latest
+ image: postgres:17.6
ports:
- "5432:5432"
volumes:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]