mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Update versions for Zulip 2.0.
This commit is contained in:
@@ -8,7 +8,7 @@ LABEL maintainer="Alexander Trost <galexrt@googlemail.com>"
|
||||
# You can specify these in docker-compose.yml or with
|
||||
# docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
|
||||
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
|
||||
ARG ZULIP_GIT_REF=1.9.0
|
||||
ARG ZULIP_GIT_REF=2.0.0
|
||||
ARG CUSTOM_CA_CERTIFICATES=
|
||||
|
||||
SHELL ["/bin/bash", "-xuo", "pipefail", "-c"]
|
||||
|
14
README.md
14
README.md
@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulipchat.com)
|
||||
([Github](https://github.com/zulip/zulip)) in
|
||||
[production][prod-overview]. Image available from:
|
||||
|
||||
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:1.9.0-0`)
|
||||
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.0-0`)
|
||||
|
||||
Current Zulip version: `1.9.0`
|
||||
Current Docker image version: `1.9.0-0`
|
||||
Current Zulip version: `2.0.0`
|
||||
Current Docker image version: `2.0.0-0`
|
||||
|
||||
Project status: **Experimental**. The core Zulip community recently
|
||||
adopted this project, and hasn't yet cleaned it up to our
|
||||
@@ -378,14 +378,14 @@ section.
|
||||
`volumes` lines in `docker-compose.yml`
|
||||
e.g. `/opt/docker/zulip/postgresql/data/`.
|
||||
|
||||
1. Pull the new image version, e.g. for `1.9.0` run: `docker pull
|
||||
zulip/docker-zulip:1.9.0-0`.
|
||||
1. Pull the new image version, e.g. for `2.0.0` run: `docker pull
|
||||
zulip/docker-zulip:2.0.0-0`.
|
||||
|
||||
2. Edit your `docker-compose.yml` to point to the new image version,
|
||||
e.g.:
|
||||
```yml
|
||||
zulip:
|
||||
image: "zulip/docker-zulip:1.9.0-0"
|
||||
image: "zulip/docker-zulip:2.0.0-0"
|
||||
```
|
||||
|
||||
3. You can execute the upgrade by running:
|
||||
@@ -418,7 +418,7 @@ you can find using `docker ps`)
|
||||
|
||||
```
|
||||
zulip:
|
||||
# image: "zulip/docker-zulip:1.9.0-0"
|
||||
# image: "zulip/docker-zulip:2.0.0-0"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
|
@@ -62,7 +62,7 @@ spec:
|
||||
- name: postgresql-persistent-storage
|
||||
mountPath: /var/lib/postgresql
|
||||
- name: zulip
|
||||
image: zulip/docker-zulip:1.9.0-0
|
||||
image: zulip/docker-zulip:2.0.0-0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
Reference in New Issue
Block a user