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 v9.3.0.docker (May 8, 2020) ###
2+
3+ * Bump Citus version to 9.3.0
4+
15### citus-docker v9.2.4-2.docker (March 31, 2020) ###
26
37* Add Docker Compose V3 support
Original file line number Diff line number Diff line change 11FROM postgres:12.2
2- ARG VERSION=9.2.4
2+ ARG VERSION=9.3.0
33LABEL maintainer="Citus Data https://citusdata.com" \
44 org.label-schema.name="Citus" \
55 org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
@@ -17,7 +17,7 @@ RUN apt-get update \
1717 ca-certificates \
1818 curl \
1919 && curl -s https://install.citusdata.com/community/deb.sh | bash \
20- && apt-get install -y postgresql-$PG_MAJOR-citus-9.2 .=$CITUS_VERSION \
20+ && apt-get install -y postgresql-$PG_MAJOR-citus-9.3 .=$CITUS_VERSION \
2121 postgresql-$PG_MAJOR-hll=2.14.citus-1 \
2222 postgresql-$PG_MAJOR-topn=2.3.0 \
2323 && apt-get purge -y --auto-remove curl \
Original file line number Diff line number Diff line change 11FROM postgres:12.2-alpine
2- ARG VERSION=9.2.4
2+ ARG VERSION=9.3.0
33LABEL maintainer="Citus Data https://citusdata.com" \
44 org.label-schema.name="Citus" \
55 org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
33services :
44 master :
55 container_name : " ${COMPOSE_PROJECT_NAME:-citus}_master"
6- image : ' citusdata/citus:9.2.4 '
6+ image : ' citusdata/citus:9.3.0 '
77 ports : ["${MASTER_EXTERNAL_PORT:-5432}:5432"]
88 labels : ['com.citusdata.role=Master']
99 environment : &AUTH
@@ -13,7 +13,7 @@ services:
1313 PGPASSWORD : " ${POSTGRES_PASSWORD}"
1414 POSTGRES_HOST_AUTH_METHOD : " ${POSTGRES_HOST_AUTH_METHOD:-trust}"
1515 worker :
16- image : ' citusdata/citus:9.2.4 '
16+ image : ' citusdata/citus:9.3.0 '
1717 labels : ['com.citusdata.role=Worker']
1818 depends_on : [ manager ]
1919 environment : *AUTH
You can’t perform that action at this time.
0 commit comments