From 233d49e5ee17fe083087bd35af1057f03cbd8fe0 Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Thu, 8 Sep 2016 08:17:41 +0200 Subject: [PATCH] Updated to Zulip v1.4.1 --- Dockerfile | 2 +- README.md | 6 +++--- docker-compose.yml | 2 +- kubernetes/zulip-rc.yml | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8dd5dbe..966162e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/sameersbn/ubuntu:latest MAINTAINER Alexander Trost -ENV ZULIP_VERSION="1.4.0" DATA_DIR="/data" +ENV ZULIP_VERSION="1.4.1" DATA_DIR="/data" RUN apt-get -q update && \ apt-get -q dist-upgrade -y && \ diff --git a/README.md b/README.md index 2199c38..376ae74 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ * [**Quay.io**](https://quay.io/repository/galexrt/zulip) * [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip) -Current Version: `v1.4.0` +Current Version: `v1.4.1` *** @@ -25,9 +25,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:v1.4.0` +`docker pull quay.io/galexrt/zulip:v1.4.1` or -`docker pull galexrt/zulip:v1.4.0` +`docker pull galexrt/zulip:v1.4.1` ### For the latest development image run `docker pull quay.io/galexrt/zulip:dev` diff --git a/docker-compose.yml b/docker-compose.yml index 70adc2e..eb63e32 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ redis: volumes: - "/opt/docker/zulip/redis:/var/lib/redis:rw" zulip: - image: "quay.io/galexrt/zulip:v1.4.0" + image: "quay.io/galexrt/zulip:v1.4.1" ports: - "80:80" - "443:443" diff --git a/kubernetes/zulip-rc.yml b/kubernetes/zulip-rc.yml index 86ce095..3aa03fb 100644 --- a/kubernetes/zulip-rc.yml +++ b/kubernetes/zulip-rc.yml @@ -1,19 +1,19 @@ apiVersion: v1 kind: ReplicationController metadata: - name: zulip-v1.4.0 + name: zulip-v1.4.1 labels: - version: v1.4.0 + version: v1.4.1 app: zulip spec: replicas: 1 selector: - version: v1.4.0 + version: v1.4.1 app: zulip template: metadata: labels: - version: v1.4.0 + version: v1.4.1 app: zulip spec: containers: @@ -59,7 +59,7 @@ spec: - name: postgresql-persistent-storage mountPath: /var/lib/postgresql - name: zulip - image: quay.io/galexrt/zulip:v1.4.0 + image: quay.io/galexrt/zulip:v1.4.1 resources: limits: cpu: 100m