From 88fbdcc4f12b6782bfd23c40126e6dd3084513eb Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Thu, 23 Mar 2023 19:17:58 -0700 Subject: [PATCH] docs: README updated to reflect new paths and versions. --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 54c8d930a0..f370deeeed 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,22 @@ This is a container image for running [Zulip](https://zulip.com) ([GitHub](https://github.com/zulip/zulip)) in -[production][prod-overview]. Image available from: +[production][prod-overview]. -- [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:6.1-0`) -Current Zulip version: `6.1` -Current Docker image version: `6.1-0` -Current architectures supported: `amd64` +```sh +docker pull ghcr.io/zulip/zulip - -> `arm64` support is experimental, and is not provided in the Docker Hub -> images. To build an `arm64` image yourself, see `make help` locally. +# Or, pin a version: +docker pull ghcr.io/zulip/zulip:6.1-1 +``` + +- Current Zulip Server version: `6.1` +- Current Docker image version: `6.1-1` +- Current architectures supported: `amd64`, `arm64` + +See all available image tags [in GitHub Container +Registry](https://github.com/orgs/zulip/packages/container/package/zulip). Project status: **Alpha**. While these images work and are used by many sites in production, configuring is substantially more error-prone than the [bare