File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ jobs:
1919 image_type :
2020 - latest
2121 - alpine
22- - postgres_13
2322 - postgres_14
2423 - nightly
2524 steps :
2625 - name : Checkout repository
2726 uses : actions/checkout@v3
2827
2928 - name : Clone tools branch
30- run : git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
29+ run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
3130
3231 - name : Install package dependencies
3332 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v3
2727
2828 - name : Clone tools branch
29- run : git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
29+ run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
3030
3131 - name : Install package dependencies
3232 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 1717 image_type :
1818 - latest
1919 - alpine
20- - postgres_13
2120 - postgres_14
2221 - nightly
2322 steps :
Original file line number Diff line number Diff line change 1717 image_type :
1818 - latest
1919 - alpine
20- - postgres_13
2120 - postgres_14
2221 - nightly
2322 steps :
2827 ref : master
2928
3029 - name : Clone tools branch
31- run : git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
30+ run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
3231
3332 - name : Install package dependencies
3433 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 2727 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
2828
2929 - name : Clone tools branch
30- run : git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
30+ run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
3131
3232 - name : Set git name and email
3333 run : |
Original file line number Diff line number Diff line change 1+ ### citus-docker v12.0.0.docker (July 17,2023) ###
2+
3+ * Bump Citus version to 12.0.0
4+
15### citus-docker v11.3.0.docker (May 02,2023) ###
26
37* Bump Citus version to 11.3.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.
33FROM postgres:15.3
4- ARG VERSION=11.3 .0
4+ ARG VERSION=12.0 .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-11.3 =$CITUS_VERSION \
22+ && apt-get install -y postgresql-$PG_MAJOR-citus-12.0 =$CITUS_VERSION \
2323 postgresql-$PG_MAJOR-hll=2.17.citus-1 \
2424 postgresql-$PG_MAJOR-topn=2.5.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:15.2 -alpine
4- ARG VERSION=11.3 .0
3+ FROM postgres:15.3 -alpine
4+ ARG VERSION=12.0 .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 @@ -5,7 +5,7 @@ version: "3"
55services :
66 master :
77 container_name : " ${COMPOSE_PROJECT_NAME:-citus}_master"
8- image : " citusdata/citus:11.3 .0"
8+ image : " citusdata/citus:12.0 .0"
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:11.3 .0"
18+ image : " citusdata/citus:12.0 .0"
1919 labels : ["com.citusdata.role=Worker"]
2020 depends_on : [manager]
2121 environment : *AUTH
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments