From 989fa444fc8d2af1c565354f711a9bb871631c3a Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Fri, 2 Jun 2017 12:53:08 +0200 Subject: [PATCH] Update to version 1.5.2-0 Zulip version is normal version --- Dockerfile | 2 +- README.md | 10 +++++----- docker-compose.yml | 2 +- kubernetes/zulip-rc.yml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 919a923..7012031 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/sameersbn/ubuntu:latest MAINTAINER Alexander Trost -ENV ZULIP_VERSION="1.5.1" DATA_DIR="/data" +ENV ZULIP_VERSION="1.5.2" DATA_DIR="/data" COPY custom_zulip_files/ /root/custom_zulip diff --git a/README.md b/README.md index 04cfad2..7b62079 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Image available from: * [**Quay.io**](https://quay.io/repository/galexrt/zulip) * [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip) -Current Zulip version: `1.5.1-5` -Current Docker image version: `1.5.1-5` +Current Zulip version: `1.5.2` +Current Docker image version: `1.5.2-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.1-5` +`docker pull quay.io/galexrt/zulip:1.5.2-0` or -`docker pull galexrt/zulip:1.5.1-5` +`docker pull galexrt/zulip:1.5.2-0` ### For the latest development image run `docker pull quay.io/galexrt/zulip:dev` @@ -66,7 +66,7 @@ The get this file run: ``` // This command copy the output of file uwsgi.ini into your data volume on the host. // Replace `YOUR_ZULIP_DATA_PATH` with your path. -host$ docker run --rm quay.io/galexrt/zulip:1.5.1 cat /etc/zulip/uwsgi.ini > YOUR_ZULIP_DATA_PATH/settings/etc-zulip/uwsgi.ini +host$ docker run --rm quay.io/galexrt/zulip:1.5.2 cat /etc/zulip/uwsgi.ini > YOUR_ZULIP_DATA_PATH/settings/etc-zulip/uwsgi.ini ``` ## Community diff --git a/docker-compose.yml b/docker-compose.yml index 7bc53ad..bf17cd5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: volumes: - "/opt/docker/zulip/redis:/var/lib/redis:rw" zulip: - image: "quay.io/galexrt/zulip:1.5.1-5" + image: "quay.io/galexrt/zulip:1.5.2-0" ports: - "80:80" - "443:443" diff --git a/kubernetes/zulip-rc.yml b/kubernetes/zulip-rc.yml index 1b08e0a..b0a2ecb 100644 --- a/kubernetes/zulip-rc.yml +++ b/kubernetes/zulip-rc.yml @@ -3,17 +3,17 @@ kind: ReplicationController metadata: name: zulip-1 labels: - version: 1.5.1-5 + version: 1.5.2-0 app: zulip spec: replicas: 1 selector: - version: 1.5.1-5 + version: 1.5.2-0 app: zulip template: metadata: labels: - version: 1.5.1-5 + version: 1.5.2-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.1-5 + image: quay.io/galexrt/zulip:1.5.2-0 resources: limits: cpu: 100m