1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Olivier Wilkinson (reivilibre) f36789527a Newsfile
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
2024-04-24 18:57:22 +01:00
Olivier Wilkinson (reivilibre) 0dfe76217c Mark opencontainer licence as AGPL-3.0-or-later
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
2024-04-24 18:56:26 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Update machine-readable label on the container images to reflect the licence change to AGPL 3.0 or later.
+1 -1
View File
@@ -163,7 +163,7 @@ FROM docker.io/library/python:${PYTHON_VERSION}-slim-bookworm
LABEL org.opencontainers.image.url='https://matrix.org/docs/projects/server/synapse'
LABEL org.opencontainers.image.documentation='https://github.com/element-hq/synapse/blob/master/docker/README.md'
LABEL org.opencontainers.image.source='https://github.com/element-hq/synapse.git'
LABEL org.opencontainers.image.licenses='Apache-2.0'
LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later'
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \