Skip to content

Commit 675edcf

Browse files
Gürkan İndibayonurctirtir
andauthored
Bump docker to version 12.1.6 (#352)
* Bump docker to version 12.1.6 * Bump Postgres versions to 16.6, 15.10, 14.15 and update changelog * Update Citus extensions to versions 2.18 and 2.6.0 in Dockerfile * Bump Postgres version to 16.6-alpine and update dependencies in Dockerfile * Update pkgvars Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com> --------- Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
1 parent 4ea8a14 commit 675edcf

7 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### citus-docker v12.1.6.docker (November 26,2024) ###
2+
3+
* Bump Citus version to 12.1.6
4+
5+
* Bump Postgres versions to 16.6, 15.10, 14.15
6+
17
### citus-docker v12.1.5.docker (July 18,2024) ###
28

39
* Bump Citus version to 12.1.5
@@ -6,7 +12,7 @@
612

713
* Bump Citus version to 12.1.4
814

9-
* Bump Postgresql versions to 16.3, 15.7, 14.12
15+
* Bump Postgresql versions to 16.3, 15.7, 14.12
1016

1117
### citus-docker v12.1.3.docker (April 24,2024) ###
1218

@@ -153,7 +159,7 @@
153159
### citus-docker v10.0.2.docker (March 4, 2021) ###
154160

155161
* Bump Citus version to 10.0.2
156-
162+
157163
* Bump PostgreSQL version to 13.2
158164

159165
### citus-docker v9.5.2.docker (January 27, 2021) ###

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/latest/latest.tmpl.dockerfile.
3-
FROM postgres:16.3
4-
ARG VERSION=12.1.5
3+
FROM postgres:16.6
4+
ARG VERSION=12.1.6
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \
77
org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/alpine/alpine.tmpl.dockerfile.
3-
FROM postgres:16.3-alpine
4-
ARG VERSION=12.1.5
3+
FROM postgres:16.6-alpine
4+
ARG VERSION=12.1.6
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \
77
org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: "3"
55
services:
66
master:
77
container_name: "${COMPOSE_PROJECT_NAME:-citus}_master"
8-
image: "citusdata/citus:12.1.5"
8+
image: "citusdata/citus:12.1.6"
99
ports: ["${COORDINATOR_EXTERNAL_PORT:-5432}:5432"]
1010
labels: ["com.citusdata.role=Master"]
1111
environment: &AUTH
@@ -15,7 +15,7 @@ services:
1515
PGPASSWORD: "${POSTGRES_PASSWORD}"
1616
POSTGRES_HOST_AUTH_METHOD: "${POSTGRES_HOST_AUTH_METHOD:-trust}"
1717
worker:
18-
image: "citusdata/citus:12.1.5"
18+
image: "citusdata/citus:12.1.6"
1919
labels: ["com.citusdata.role=Worker"]
2020
depends_on: [manager]
2121
environment: *AUTH

pkgvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
postgres_16_version=16.2
2-
postgres_15_version=15.6
3-
postgres_14_version=14.11
1+
postgres_16_version=16.6
2+
postgres_15_version=15.10
3+
postgres_14_version=14.15
44

postgres-14/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/postgres-14/postgres-14.tmpl.dockerfile.
3-
FROM postgres:14.12
4-
ARG VERSION=12.1.5
3+
FROM postgres:14.15
4+
ARG VERSION=12.1.6
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \
77
org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \

postgres-15/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto generated from it's template,
22
# see citusdata/tools/packaging_automation/templates/docker/postgres-15/postgres-15.tmpl.dockerfile.
3-
FROM postgres:15.7
4-
ARG VERSION=12.1.5
3+
FROM postgres:15.10
4+
ARG VERSION=12.1.6
55
LABEL maintainer="Citus Data https://citusdata.com" \
66
org.label-schema.name="Citus" \
77
org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \

0 commit comments

Comments
 (0)