Update to Zulip 1.6.0

This commit is contained in:
Alexander Trost
2017-06-07 08:38:32 +02:00
parent 989fa444fc
commit 436bae0229
4 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
FROM quay.io/sameersbn/ubuntu:latest
MAINTAINER Alexander Trost <galexrt@googlemail.com>
ENV ZULIP_VERSION="1.5.2" DATA_DIR="/data"
ENV ZULIP_VERSION="1.6.0" DATA_DIR="/data"
COPY custom_zulip_files/ /root/custom_zulip

View File

@@ -9,7 +9,7 @@ Image available from:
* [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip)
Current Zulip version: `1.5.2`
Current Docker image version: `1.5.2-0`
Current Docker image version: `1.6.0-0`
***
@@ -30,9 +30,9 @@ See the [Configuration](https://github.com/Galexrt/docker-zulip/wiki/Configurati
## How to get the container running
### To pull the image run
`docker pull quay.io/galexrt/zulip:1.5.2-0`
`docker pull quay.io/galexrt/zulip:1.6.0-0`
or
`docker pull galexrt/zulip:1.5.2-0`
`docker pull galexrt/zulip:1.6.0-0`
### For the latest development image run
`docker pull quay.io/galexrt/zulip:dev`

View File

@@ -23,7 +23,7 @@ services:
volumes:
- "/opt/docker/zulip/redis:/var/lib/redis:rw"
zulip:
image: "quay.io/galexrt/zulip:1.5.2-0"
image: "quay.io/galexrt/zulip:1.6.0-0"
ports:
- "80:80"
- "443:443"

View File

@@ -3,17 +3,17 @@ kind: ReplicationController
metadata:
name: zulip-1
labels:
version: 1.5.2-0
version: 1.6.0-0
app: zulip
spec:
replicas: 1
selector:
version: 1.5.2-0
version: 1.6.0-0
app: zulip
template:
metadata:
labels:
version: 1.5.2-0
version: 1.6.0-0
app: zulip
spec:
containers:
@@ -59,7 +59,7 @@ spec:
- name: postgresql-persistent-storage
mountPath: /var/lib/postgresql
- name: zulip
image: quay.io/galexrt/zulip:1.5.2-0
image: quay.io/galexrt/zulip:1.6.0-0
resources:
limits:
cpu: 100m