Skip to content

Commit 0f113ba

Browse files
author
Gürkan İndibay
authored
Bump docker to version 11.1.3 (#323)
1 parent 987b702 commit 0f113ba

12 files changed

Lines changed: 31 additions & 22 deletions

.github/workflows/publish_docker_images_cron.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ jobs:
2020
- latest
2121
- alpine
2222
- postgres_13
23+
- postgres_14
2324
- nightly
2425
steps:
2526
- name: Checkout repository
2627
uses: actions/checkout@v2
2728

2829
- name: Clone tools branch
29-
run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
30+
run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
3031

3132
- name: Install package dependencies
3233
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources

.github/workflows/publish_docker_images_on_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727

2828
- name: Clone tools branch
29-
run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
29+
run: git clone -b v0.8.20 --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

.github/workflows/publish_docker_images_on_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
- latest
1919
- alpine
2020
- postgres_13
21+
- postgres_14
2122
- nightly
2223
steps:
2324
- name: Checkout repository
2425
uses: actions/checkout@v2
2526

2627
- name: Clone tools branch
27-
run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
28+
run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
2829

2930
- name: Install package dependencies
3031
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources

.github/workflows/publish_docker_images_on_tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- latest
1919
- alpine
2020
- postgres_13
21+
- postgres_14
2122
- nightly
2223
steps:
2324
- name: Checkout repository
@@ -27,7 +28,7 @@ jobs:
2728
ref: master
2829

2930
- name: Clone tools branch
30-
run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
31+
run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
3132

3233
- name: Install package dependencies
3334
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources

.github/workflows/update_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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.18 --depth=1 https://github.com/citusdata/tools.git tools
30+
run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
3131

3232
- name: Set git name and email
3333
run: |

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### citus-docker v11.1.3.docker (October 17,2022) ###
2+
3+
* Bump Citus version to 11.1.3
4+
5+
* Bump PostgreSQL version to 15.0
6+
17
### citus-docker v11.1.2.docker (September 30,2022) ###
28

39
* Bump Citus version to 11.1.2

Dockerfile

Lines changed: 4 additions & 4 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:14.5
4-
ARG VERSION=11.1.2
3+
FROM postgres:15.0
4+
ARG VERSION=11.1.3
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" \
@@ -20,8 +20,8 @@ RUN apt-get update \
2020
curl \
2121
&& curl -s https://install.citusdata.com/community/deb.sh | bash \
2222
&& apt-get install -y postgresql-$PG_MAJOR-citus-11.1=$CITUS_VERSION \
23-
postgresql-$PG_MAJOR-hll=2.16.citus-1 \
24-
postgresql-$PG_MAJOR-topn=2.4.0 \
23+
postgresql-$PG_MAJOR-hll=2.17.citus-1 \
24+
postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \
2525
&& apt-get purge -y --auto-remove curl \
2626
&& rm -rf /var/lib/apt/lists/*
2727

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:14.5-alpine
4-
ARG VERSION=11.1.2
3+
FROM postgres:15.0-alpine
4+
ARG VERSION=11.1.3
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:11.1.2"
8+
image: "citusdata/citus:11.1.3"
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.1.2"
18+
image: "citusdata/citus:11.1.3"
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,3 +1,3 @@
1-
postgres_14_version=14.2
2-
postgres_13_version=13.6
3-
postgres_12_version=12.10
1+
postgres_15_version=15.0
2+
postgres_14_version=14.5
3+
postgres_13_version=13.8

0 commit comments

Comments
 (0)