File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed
Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1+ ### citus-docker v13.1.0.docker (June 02,2025) ###
2+
3+ * Bump Citus version to 13.1.0
4+
15### citus-docker v13.0.3.docker (March 22,2025) ###
26
37* Bump Citus version to 13.0.3
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:17.2
4- ARG VERSION=13.0.3
3+ FROM postgres:17.5
4+ ARG VERSION=13.1.0
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" \
@@ -19,7 +19,7 @@ RUN apt-get update \
1919 ca-certificates \
2020 curl \
2121 && curl -s https://install.citusdata.com/community/deb.sh | bash \
22- && apt-get install -y postgresql-$PG_MAJOR-citus-13.0 =$CITUS_VERSION \
22+ && apt-get install -y postgresql-$PG_MAJOR-citus-13.1 =$CITUS_VERSION \
2323 postgresql-$PG_MAJOR-hll=2.18.citus-1 \
2424 postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525 && apt-get purge -y --auto-remove curl \
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:17.2 -alpine
4- ARG VERSION=13.0.3
3+ FROM postgres:17.5 -alpine
4+ ARG VERSION=13.1.0
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/postgres-15/postgres-15.tmpl.dockerfile.
3- FROM postgres:15.10
4- ARG VERSION=13.0.3
3+ FROM postgres:15.13
4+ ARG VERSION=13.1.0
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" \
@@ -19,7 +19,7 @@ RUN apt-get update \
1919 ca-certificates \
2020 curl \
2121 && curl -s https://install.citusdata.com/community/deb.sh | bash \
22- && apt-get install -y postgresql-$PG_MAJOR-citus-13.0 =$CITUS_VERSION \
22+ && apt-get install -y postgresql-$PG_MAJOR-citus-13.1 =$CITUS_VERSION \
2323 postgresql-$PG_MAJOR-hll=2.18.citus-1 \
2424 postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525 && apt-get purge -y --auto-remove curl \
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-16/postgres-16.tmpl.dockerfile.
3- FROM postgres:16.6
4- ARG VERSION=13.0.3
3+ FROM postgres:16.9
4+ ARG VERSION=13.1.0
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" \
@@ -19,7 +19,7 @@ RUN apt-get update \
1919 ca-certificates \
2020 curl \
2121 && curl -s https://install.citusdata.com/community/deb.sh | bash \
22- && apt-get install -y postgresql-$PG_MAJOR-citus-13.0 =$CITUS_VERSION \
22+ && apt-get install -y postgresql-$PG_MAJOR-citus-13.1 =$CITUS_VERSION \
2323 postgresql-$PG_MAJOR-hll=2.18.citus-1 \
2424 postgresql-$PG_MAJOR-topn=2.7.0.citus-1 \
2525 && apt-get purge -y --auto-remove curl \
You can’t perform that action at this time.
0 commit comments