File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ ### citus-docker v5.2.2 (November 8, 2016) ###
2+
3+ * Bump Citus version to 5.2.2
4+
5+ * Based on latest PostgreSQL 9.5.5 image and official Citus 5.2.2 package
6+
17### citus-docker v5.2.1-1.docker (September 16, 2016) ###
28
39* Preserves ca-certificates package in images to avoid breaking apt-get
Original file line number Diff line number Diff line change 1- FROM postgres:9.5.4
1+ FROM postgres:9.5.5
22MAINTAINER Citus Data https://citusdata.com
33
4- ENV CITUS_VERSION 5.2.1 .citus-1
4+ ENV CITUS_VERSION 5.2.2 .citus-1
55
66# install Citus
77RUN apt-get update \
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ version: '2'
33services :
44 master :
55 container_name : ' citus_master'
6- image : ' citusdata/citus:5.2.1 '
6+ image : ' citusdata/citus:5.2.2 '
77 ports : ['5432:5432']
88 labels : ['com.citusdata.role=Master']
99 worker :
10- image : ' citusdata/citus:5.2.1 '
10+ image : ' citusdata/citus:5.2.2 '
1111 labels : ['com.citusdata.role=Worker']
1212 config :
1313 container_name : ' citus_config'
Original file line number Diff line number Diff line change 11master :
2- image : ' citusdata/citus:5.2.1 '
2+ image : ' citusdata/citus:5.2.2 '
33 ports : ['5432:5432']
44 tags : ['master']
55 links : ['worker']
66 deployment_strategy : every_node
77worker :
8- image : ' citusdata/citus:5.2.1 '
8+ image : ' citusdata/citus:5.2.2 '
99 target_num_containers : 2
1010 tags : ['worker']
1111config :
You can’t perform that action at this time.
0 commit comments