Skip to content

Commit 1fff42d

Browse files
committed
Switch Synapse to being pulled from ghcr.io, not docker.io
Related to: - matrix-org/synapse#15281 - matrix-org/synapse#15282
1 parent 32fb27c commit 1fff42d

File tree

1 file changed

+2
-2
lines changed
  • roles/custom/matrix-synapse/defaults

1 file changed

+2
-2
lines changed

roles/custom/matrix-synapse/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ matrix_synapse_container_image_customizations_templates_git_repository_keyscan_h
6969
# RUN echo 'You do NOT need to include a FROM clause yourself.'
7070
matrix_synapse_container_image_customizations_dockerfile_body_custom: ''
7171

72-
matrix_synapse_docker_image: "{{ matrix_synapse_docker_image_name_prefix }}matrixdotorg/synapse:{{ matrix_synapse_docker_image_tag }}"
72+
matrix_synapse_docker_image: "{{ matrix_synapse_docker_image_name_prefix }}matrix-org/synapse:{{ matrix_synapse_docker_image_tag }}"
7373
matrix_synapse_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_container_image_self_build else matrix_synapse_docker_image_registry_prefix }}"
7474
matrix_synapse_docker_image_tag: "{{ matrix_synapse_version }}"
7575
matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}"
76-
matrix_synapse_docker_image_registry_prefix: "{{ matrix_container_global_registry_prefix }}"
76+
matrix_synapse_docker_image_registry_prefix: ghcr.io/
7777

7878
# matrix_synapse_docker_image_customized is the name of the locally built Synapse image
7979
# which adds various customizations on top of the original (upstream) Synapse image.

0 commit comments

Comments
 (0)