File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
This is a container image for running [ Zulip] ( https://zulip.com )
6
6
([ GitHub] ( https://github.com/zulip/zulip ) ) in
7
- [ production] [ prod-overview ] . Image available from:
7
+ [ production] [ prod-overview ] .
8
8
9
- - [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:6.1-0 ` )
10
9
11
- Current Zulip version: ` 6.1 `
12
- Current Docker image version: ` 6.1-0 `
13
- Current architectures supported: ` amd64 `
10
+ ``` sh
11
+ docker pull ghcr.io/zulip/zulip
14
12
15
- <!-- Remove when https://github.com/zulip/docker-zulip/issues/357 resolved -->
16
- > ` arm64 ` support is experimental, and is not provided in the Docker Hub
17
- > images. To build an ` arm64 ` image yourself, see ` make help ` locally.
13
+ # Or, pin a version:
14
+ docker pull ghcr.io/zulip/zulip:6.1-1
15
+ ```
16
+
17
+ - Current Zulip Server version: ` 6.1 `
18
+ - Current Docker image version: ` 6.1-1 `
19
+ - Current architectures supported: ` amd64 ` , ` arm64 `
20
+
21
+ See all available image tags [ in GitHub Container
22
+ Registry] ( https://github.com/orgs/zulip/packages/container/package/zulip ) .
18
23
19
24
Project status: ** Alpha** . While these images work and are used by many sites
20
25
in production, configuring is substantially more error-prone than the [ bare
You can’t perform that action at this time.
0 commit comments