Release version v1.5.1-4 of docker-zulip

This commit is contained in:
Alexander Trost
2017-03-31 23:18:28 +02:00
parent bfab77772e
commit 540e061396
3 changed files with 10 additions and 10 deletions

View File

@@ -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-3`
Current Docker image version: `1.5.1-3`
Current Zulip version: `1.5.1-4`
Current Docker image version: `1.5.1-4`
***
@@ -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-3`
`docker pull quay.io/galexrt/zulip:1.5.1-4`
or
`docker pull galexrt/zulip:1.5.1-3`
`docker pull galexrt/zulip:1.5.1-4`
### 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.1-3"
image: "quay.io/galexrt/zulip:1.5.1-4"
ports:
- "80:80"
- "443:443"

View File

@@ -1,19 +1,19 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: zulip-1.5.1-3
name: zulip-1.5.1-4
labels:
version: 1.5.1-3
version: 1.5.1-4
app: zulip
spec:
replicas: 1
selector:
version: 1.5.1-3
version: 1.5.1-4
app: zulip
template:
metadata:
labels:
version: 1.5.1-3
version: 1.5.1-4
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-3
image: quay.io/galexrt/zulip:1.5.1-4
resources:
limits:
cpu: 100m