]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
docker-compose: Pin postgres to v14
authorZack Cerza <zack@redhat.com>
Wed, 7 Dec 2022 00:52:15 +0000 (17:52 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 7 Dec 2022 23:04:20 +0000 (16:04 -0700)
Starting with v15, paddles is broken out of the box. We'll need to fix
that, of course, but not here.

Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/docker-compose.yml

index 4276fc456c3f4011d3d8f9db63465768cac159c6..f64d17a546d8a8377d360f9bfabb54b7b08b8b2d 100644 (file)
@@ -2,7 +2,7 @@ version: '3.8'
 
 services:
   postgres:
-    image: postgres:latest
+    image: postgres:14
     healthcheck:
       test: [ "CMD", "pg_isready", "-q", "-d", "paddles", "-U", "admin" ]
       timeout: 5s