File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ provision:
42
42
43
43
# Database Lab provisions thin clones using Docker containers, we need
44
44
# to specify which Postgres Docker image is to be used when cloning.
45
- # The default is the official Postgres image
46
- # (See https://hub.docker.com/_/ postgres).
47
- # Any custom Docker image that runs Postgres with PGDATA located
45
+ # The default is the extended Postgres image built on top of the official Postgres image
46
+ # (See https://hub.docker.com/repository/docker/postgresai/extended- postgres).
47
+ # Any custom or official Docker image that runs Postgres with PGDATA located
48
48
# in "/var/lib/postgresql/pgdata" directory. Our Dockerfile
49
49
# (See https://gitlab.com/postgres-ai/database-lab/snippets/1932037)
50
50
# is recommended in case if customization is needed.
51
- dockerImage : " postgres:12-alpine "
51
+ dockerImage : " postgresai/extended- postgres:12"
52
52
53
53
# Use sudo for ZFS/LVM and Docker commands if Database Lab server running
54
54
# outside a container.
You can’t perform that action at this time.
0 commit comments