File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### citus-docker v12.1.1.docker (November 14,2023) ###
2+
3+ * Bump Citus version to 12.1.1
4+
15### citus-docker v12.0.0.docker (July 17,2023) ###
26
37* Bump Citus version to 12.0.0
Original file line number Diff line number Diff line change 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.0
4- ARG VERSION=12.1.0
3+ FROM postgres:16.1
4+ ARG VERSION=12.1.1
55LABEL 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" \
Original file line number Diff line number Diff line change 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.0 -alpine
4- ARG VERSION=12.1.0
3+ FROM postgres:16.1 -alpine
4+ ARG VERSION=12.1.1
55LABEL 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" \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: "3"
55services :
66 master :
77 container_name : " ${COMPOSE_PROJECT_NAME:-citus}_master"
8- image : " citusdata/citus:12.0.0 "
8+ image : " citusdata/citus:12.1.1 "
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.0.0 "
18+ image : " citusdata/citus:12.1.1 "
1919 labels : ["com.citusdata.role=Worker"]
2020 depends_on : [manager]
2121 environment : *AUTH
Original file line number Diff line number Diff line change 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.9
4- ARG VERSION=12.1.0
3+ FROM postgres:14.10
4+ ARG VERSION=12.1.1
55LABEL 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" \
Original file line number Diff line number Diff line change 11# This file is auto generated from it's template,
2- # see citusdata/tools/packaging_automation/templates/docker/latest/latest .tmpl.dockerfile.
3- FROM postgres:15.4
4- ARG VERSION=12.1.0
2+ # see citusdata/tools/packaging_automation/templates/docker/postgres-15/postgres-15 .tmpl.dockerfile.
3+ FROM postgres:15.5
4+ ARG VERSION=12.1.1
55LABEL 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" \
You can’t perform that action at this time.
0 commit comments