mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-10-31 20:13:37 +00:00 
			
		
		
		
	Update to Zulip version 1.5.1
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| FROM quay.io/sameersbn/ubuntu:latest | ||||
| MAINTAINER Alexander Trost <galexrt@googlemail.com> | ||||
|  | ||||
| ENV ZULIP_VERSION="1.5.0" DATA_DIR="/data" | ||||
| ENV ZULIP_VERSION="1.5.1" DATA_DIR="/data" | ||||
|  | ||||
| RUN apt-get -q update && \ | ||||
|     apt-get -q dist-upgrade -y && \ | ||||
|   | ||||
| @@ -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.0` | ||||
| Current Docker image version: `1.5.0` | ||||
| Current Zulip version: `1.5.1` | ||||
| Current Docker image version: `1.5.1` | ||||
|  | ||||
| *** | ||||
|  | ||||
| @@ -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.0` | ||||
| `docker pull quay.io/galexrt/zulip:1.5.1` | ||||
| or | ||||
| `docker pull galexrt/zulip:1.5.0` | ||||
| `docker pull galexrt/zulip:1.5.1` | ||||
|  | ||||
| ### For the latest development image run | ||||
| `docker pull quay.io/galexrt/zulip:dev` | ||||
|   | ||||
| @@ -23,7 +23,7 @@ services: | ||||
|     volumes: | ||||
|       - "/opt/docker/zulip/redis:/var/lib/redis:rw" | ||||
|   zulip: | ||||
|     image: "quay.io/galexrt/zulip:1.5.0" | ||||
|     image: "quay.io/galexrt/zulip:1.5.1" | ||||
|     ports: | ||||
|       - "80:80" | ||||
|       - "443:443" | ||||
|   | ||||
| @@ -1,19 +1,19 @@ | ||||
| apiVersion: v1 | ||||
| kind: ReplicationController | ||||
| metadata: | ||||
|   name: zulip-1.5.0 | ||||
|   name: zulip-1.5.1 | ||||
|   labels: | ||||
|     version: 1.5.0 | ||||
|     version: 1.5.1 | ||||
|     app: zulip | ||||
| spec: | ||||
|   replicas: 1 | ||||
|   selector: | ||||
|     version: 1.5.0 | ||||
|     version: 1.5.1 | ||||
|     app: zulip | ||||
|   template: | ||||
|     metadata: | ||||
|       labels: | ||||
|         version: 1.5.0 | ||||
|         version: 1.5.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:1.5.0 | ||||
|         image: quay.io/galexrt/zulip:1.5.1 | ||||
|         resources: | ||||
|           limits: | ||||
|             cpu: 100m | ||||
|   | ||||
		Reference in New Issue
	
	Block a user