File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ### citus-docker v5.0.0 (March 24, 2016) ###
2+
3+ * Initial public release
4+
5+ * Based on latest PostgreSQL 9.5.1 image and official Citus 5.0.0 package
6+
17### citus-docker v0.9.1 (March 14, 2016) ###
28
39* Simplifies startup process using new postgresql.conf.sample feature
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ MAINTAINER Citus Data https://citusdata.com
33
44# install Citus
55RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget \
6- && wget -O /tmp/citus.deb -SL 'https://s3.amazonaws.com/packages.citusdata.com/debian/jessie/postgresql-9.5-citus_5.0.0~rc.3 -1_amd64.deb' \
6+ && wget -O /tmp/citus.deb -SL 'https://s3.amazonaws.com/packages.citusdata.com/debian/jessie/postgresql-9.5-citus_5.0.0-1_amd64.deb' \
77 && dpkg --install /tmp/citus.deb \
88 && rm /tmp/citus*.deb \
99 && apt-get purge -y --auto-remove ca-certificates wget \
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:0.9.1 '
6+ image : ' citusdata/citus:5.0.0 '
77 ports : ['5432:5432']
88 labels : ['com.citusdata.role=Master']
99 worker :
10- image : ' citusdata/citus:0.9.1 '
10+ image : ' citusdata/citus:5.0.0 '
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:0.9.1 '
2+ image : ' citusdata/citus:5.0.0 '
33 ports : ['5432:5432']
44 tags : ['master']
55 links : ['worker']
66 deployment_strategy : every_node
77worker :
8- image : ' citusdata/citus:0.9.1 '
8+ image : ' citusdata/citus:5.0.0 '
99 target_num_containers : 2
1010 tags : ['worker']
1111config :
You can’t perform that action at this time.
0 commit comments