mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-29 11:03:43 +00:00
Release docker-zulip 2.0.4-1.
This release is being done because 2.0.4-0 was incorrectly build off the wrong commit in zulip/zulip (due to a mispushed tag), and has about 1000 commits of development from master in it. Pushing this will fix the situation for folks who are doing new installations; we recommend folks running 2.0.4-0 not upgrade. Fixes #201.
This commit is contained in:
@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulipchat.com)
|
|||||||
([Github](https://github.com/zulip/zulip)) in
|
([Github](https://github.com/zulip/zulip)) in
|
||||||
[production][prod-overview]. Image available from:
|
[production][prod-overview]. Image available from:
|
||||||
|
|
||||||
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.4-0`)
|
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.4-1`)
|
||||||
|
|
||||||
Current Zulip version: `2.0.4`
|
Current Zulip version: `2.0.4`
|
||||||
Current Docker image version: `2.0.4-0`
|
Current Docker image version: `2.0.4-1`
|
||||||
|
|
||||||
Project status: **Experimental**. The core Zulip community recently
|
Project status: **Experimental**. The core Zulip community recently
|
||||||
adopted this project, and hasn't yet cleaned it up to our
|
adopted this project, and hasn't yet cleaned it up to our
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- '/opt/docker/zulip/redis:/var/lib/redis:rw'
|
- '/opt/docker/zulip/redis:/var/lib/redis:rw'
|
||||||
zulip:
|
zulip:
|
||||||
image: 'zulip/docker-zulip:2.0.4-0'
|
image: 'zulip/docker-zulip:2.0.4-1'
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ spec:
|
|||||||
- name: postgresql-persistent-storage
|
- name: postgresql-persistent-storage
|
||||||
mountPath: /var/lib/postgresql
|
mountPath: /var/lib/postgresql
|
||||||
- name: zulip
|
- name: zulip
|
||||||
image: zulip/docker-zulip:2.0.4-0
|
image: zulip/docker-zulip:2.0.4-1
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
Reference in New Issue
Block a user