Skip to content

Commit 1e19ad8

Browse files
committed
Merge branch 'update-docker-image' into 'master'
Update the docker image to version 0.4.1 for config examples See merge request postgres-ai/database-lab!824
2 parents 38a5851 + 4c0aca4 commit 1e19ad8

5 files changed

+5
-5
lines changed

Diff for: engine/configs/config.example.logical_generic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ databaseContainer: &db_container
101101
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
102102
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
103103
# is recommended in case if customization is needed.
104-
dockerImage: "postgresai/extended-postgres:15-0.3.0"
104+
dockerImage: "postgresai/extended-postgres:15-0.4.1"
105105

106106
# Container parameters, see
107107
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

Diff for: engine/configs/config.example.logical_rds_iam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.3.0"
103+
dockerImage: "postgresai/extended-postgres:15-0.4.1"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

Diff for: engine/configs/config.example.physical_generic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.3.0"
103+
dockerImage: "postgresai/extended-postgres:15-0.4.1"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

Diff for: engine/configs/config.example.physical_pgbackrest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.3.0"
103+
dockerImage: "postgresai/extended-postgres:15-0.4.1"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

Diff for: engine/configs/config.example.physical_walg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.3.0"
103+
dockerImage: "postgresai/extended-postgres:15-0.4.1"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

0 commit comments

Comments
 (0)