summary refs log tree commit diff
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-03-21 11:51:03 +0000
committerGitHub <noreply@github.com>2023-03-21 12:51:03 +0100
commitf11fe931f5925765b4e9e4e4c9d0b79e548ebfb4 (patch)
treefe771071169e0f724c5a051ad48723fb2b13d155
parentFix error when sending message into deleted room. (#15235) (diff)
downloadsynapse-f11fe931f5925765b4e9e4e4c9d0b79e548ebfb4.tar.xz
Document that our Docker images are mirrored to GHCR. (#15282)
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-rw-r--r--changelog.d/15282.docker1
-rw-r--r--docs/setup/installation.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/15282.docker b/changelog.d/15282.docker
new file mode 100644
index 0000000000..6990430ef4
--- /dev/null
+++ b/changelog.d/15282.docker
@@ -0,0 +1 @@
+Mirror images to the GitHub Container Registry (`ghcr.io/matrix-org/synapse`).
\ No newline at end of file
diff --git a/docs/setup/installation.md b/docs/setup/installation.md
index d123e339ed..86e506a3e2 100644
--- a/docs/setup/installation.md
+++ b/docs/setup/installation.md
@@ -26,8 +26,8 @@ for most users.
 #### Docker images and Ansible playbooks
 
 There is an official synapse image available at
-<https://hub.docker.com/r/matrixdotorg/synapse> which can be used with
-the docker-compose file available at
+<https://hub.docker.com/r/matrixdotorg/synapse> or at [`ghcr.io/matrix-org/synapse`](https://ghcr.io/matrix-org/synapse)
+which can be used with the docker-compose file available at
 [contrib/docker](https://github.com/matrix-org/synapse/tree/develop/contrib/docker).
 Further information on this including configuration options is available in the README
 on hub.docker.com.