Update to version 1.5.2-0

Zulip version is normal version
This commit is contained in:
Alexander Trost
2017-06-02 12:53:08 +02:00
parent c58f94789c
commit 989fa444fc
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
FROM quay.io/sameersbn/ubuntu:latest FROM quay.io/sameersbn/ubuntu:latest
MAINTAINER Alexander Trost <galexrt@googlemail.com> MAINTAINER Alexander Trost <galexrt@googlemail.com>
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 COPY custom_zulip_files/ /root/custom_zulip

View File

@@ -8,8 +8,8 @@ Image available from:
* [**Quay.io**](https://quay.io/repository/galexrt/zulip) * [**Quay.io**](https://quay.io/repository/galexrt/zulip)
* [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip) * [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip)
Current Zulip version: `1.5.1-5` Current Zulip version: `1.5.2`
Current Docker image version: `1.5.1-5` 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 ## How to get the container running
### To pull the image run ### 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 or
`docker pull galexrt/zulip:1.5.1-5` `docker pull galexrt/zulip:1.5.2-0`
### For the latest development image run ### For the latest development image run
`docker pull quay.io/galexrt/zulip:dev` `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. // This command copy the output of file uwsgi.ini into your data volume on the host.
// Replace `YOUR_ZULIP_DATA_PATH` with your path. // 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 ## Community

View File

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

View File

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