Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff15218

Browse filesBrowse files
committed
Merge branch '1-extended-docker-image' into 'master'
feat: use extended images as default for Database Lab (custom-images#1) Closes #1 See merge request postgres-ai/database-lab!93
2 parents 3d5af37 + 3b2dd92 commit ff15218
Copy full SHA for ff15218

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎configs/config.sample.yml

Copy file name to clipboardExpand all lines: configs/config.sample.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ provision:
4242

4343
# Database Lab provisions thin clones using Docker containers, we need
4444
# 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
4848
# in "/var/lib/postgresql/pgdata" directory. Our Dockerfile
4949
# (See https://gitlab.com/postgres-ai/database-lab/snippets/1932037)
5050
# is recommended in case if customization is needed.
51-
dockerImage: "postgres:12-alpine"
51+
dockerImage: "postgresai/extended-postgres:12"
5252

5353
# Use sudo for ZFS/LVM and Docker commands if Database Lab server running
5454
# outside a container.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.