fixup! Update license in Docker image annotations

This commit is contained in:
Quentin Gliech 2024-10-17 17:32:29 +02:00
parent 8b769d2cc4
commit 6d327dc73c
No known key found for this signature in database
GPG Key ID: 22D62B84552719FC

View File

@ -30,10 +30,10 @@ FROM alpine:latest
RUN apk --update --no-cache add curl RUN apk --update --no-cache add curl
LABEL org.opencontainers.image.title="Dendrite" LABEL org.opencontainers.image.title="Dendrite"
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go" LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
LABEL org.opencontainers.image.source="https://github.com/matrix-org/dendrite" LABEL org.opencontainers.image.source="https://github.com/element-hq/dendrite"
LABEL org.opencontainers.image.licenses="AGPL-3.0-only" LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
LABEL org.opencontainers.image.documentation="https://matrix-org.github.io/dendrite/" LABEL org.opencontainers.image.documentation="https://element-hq.github.io/dendrite/"
LABEL org.opencontainers.image.vendor="The Matrix.org Foundation C.I.C." LABEL org.opencontainers.image.vendor="New Vector Ltd."
COPY --from=build /out/create-account /usr/bin/create-account COPY --from=build /out/create-account /usr/bin/create-account
COPY --from=build /out/generate-config /usr/bin/generate-config COPY --from=build /out/generate-config /usr/bin/generate-config