Skip to content

Commit

Permalink
Bump to Citus v5.1.1 and PostgreSQL 9.5.3
Browse files Browse the repository at this point in the history
See that project's CHANGELOG for more details.
  • Loading branch information
jasonmp85 committed Jul 7, 2016
1 parent b1ea61e commit 9116bfb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### citus-docker v5.1.1 (July 7, 2016) ###

* This image now uses repos.citusdata.com (offical Citus package repo)

* Bump Citus version to 5.1.1; improves task tracker and count distinct

* Based on latest PostgreSQL 9.5.3 image and official Citus 5.1.1 package

### citus-docker v5.1.0 (May 17, 2016) ###

* Bump Citus version to 5.1.0; brings COPY, EXPLAIN, and more performance
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:9.5.3
MAINTAINER Citus Data https://citusdata.com

ENV CITUS_VERSION 5.1.0-1
ENV CITUS_VERSION 5.1.1-1

# install Citus
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: '2'
services:
master:
container_name: 'citus_master'
image: 'citusdata/citus:5.1.0'
image: 'citusdata/citus:5.1.1'
ports: ['5432:5432']
labels: ['com.citusdata.role=Master']
worker:
image: 'citusdata/citus:5.1.0'
image: 'citusdata/citus:5.1.1'
labels: ['com.citusdata.role=Worker']
config:
container_name: 'citus_config'
Expand Down
4 changes: 2 additions & 2 deletions tutum.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
master:
image: 'citusdata/citus:5.1.0'
image: 'citusdata/citus:5.1.1'
ports: ['5432:5432']
tags: ['master']
links: ['worker']
deployment_strategy: every_node
worker:
image: 'citusdata/citus:5.1.0'
image: 'citusdata/citus:5.1.1'
target_num_containers: 2
tags: ['worker']
config:
Expand Down

0 comments on commit 9116bfb

Please sign in to comment.