Skip to content

Commit 08590ae

Browse files
committed
Merge branch 'nik-postgres-image-explicit-tags' into 'master'
Use explicit tags for Postgres' dockerImage See merge request postgres-ai/database-lab!805
2 parents 86228ff + 06c6486 commit 08590ae

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)