Skip to content

Commit 5f72a7a

Browse files
committed
Merge branch 'master' into 'REL_3_4'
Master See merge request postgres-ai/database-lab!808
2 parents 86228ff + 08590ae commit 5f72a7a

5 files changed

+5
-5
lines changed

engine/configs/config.example.logical_generic.yml

Lines changed: 1 addition & 1 deletion
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"
104+
dockerImage: "postgresai/extended-postgres:15-0.3.0"
105105

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

engine/configs/config.example.logical_rds_iam.yml

Lines changed: 1 addition & 1 deletion
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"
103+
dockerImage: "postgresai/extended-postgres:15-0.3.0"
104104

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

engine/configs/config.example.physical_generic.yml

Lines changed: 1 addition & 1 deletion
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"
103+
dockerImage: "postgresai/extended-postgres:15-0.3.0"
104104

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

engine/configs/config.example.physical_pgbackrest.yml

Lines changed: 1 addition & 1 deletion
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"
103+
dockerImage: "postgresai/extended-postgres:15-0.3.0"
104104

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

engine/configs/config.example.physical_walg.yml

Lines changed: 1 addition & 1 deletion
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"
103+
dockerImage: "postgresai/extended-postgres:15-0.3.0"
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)