Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate publishing multiarch images to GHCR (migrate away from Docker Hub) #396

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: README updated to reflect new paths and versions.
klardotsh committed Mar 24, 2023
commit 5319f93aad1f9cd06dfb4192724649af87955236
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

<!-- Remove when https://github.com/zulip/docker-zulip/issues/357 resolved -->
> `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