Get ready to release 1.5.1-5

This commit is contained in:
Alexander Trost
2017-04-05 23:20:37 +02:00
parent 5788b878fd
commit 83f1300929
4 changed files with 12 additions and 12 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-4`
Current Docker image version: `1.5.1-4`
Current Zulip version: `1.5.1-5`
Current Docker image version: `1.5.1-5`
***
@@ -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-4`
`docker pull quay.io/galexrt/zulip:1.5.1-5`
or
`docker pull galexrt/zulip:1.5.1-4`
`docker pull galexrt/zulip:1.5.1-5`
### For the latest development image run
`docker pull quay.io/galexrt/zulip:dev`

View File

@@ -7,7 +7,7 @@ services:
POSTGRES_USER: zulip
POSTGRES_PASSWORD: zulip
volumes:
- "/opt/docker/zulip/postgresql/data:/var/lib/postgresql:rw"
- "/opt/docker/zulip/postgresql/data:/var/lib/postgresql/data:rw"
memcached:
image: "quay.io/sameersbn/memcached:latest"
restart: always
@@ -23,7 +23,7 @@ services:
volumes:
- "/opt/docker/zulip/redis:/var/lib/redis:rw"
zulip:
image: "quay.io/galexrt/zulip:1.5.1-4"
image: "quay.io/galexrt/zulip:1.5.1-5"
ports:
- "80:80"
- "443:443"

View File

@@ -422,7 +422,7 @@ userCreationConfiguration() {
}
zulipFirstStartInit() {
echo "Executing Zulip first start init ..."
if ([ "$FORCE_FIRST_START_INIT" != "True" ] && [ "$FORCE_FIRST_START_INIT" != "true" ]) && [ -e "$DATA_DIR/.initiated" ]; then
if [ -e "$DATA_DIR/.initiated" ] && ([ "$FORCE_FIRST_START_INIT" != "True" ] && [ "$FORCE_FIRST_START_INIT" != "true" ]); then
echo "First Start Init not needed. Continuing."
return 0
fi

View File

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