Docker: update maintainer data

This commit is contained in:
Alex Gleason 2022-07-26 20:00:06 -05:00
parent 246f0df88e
commit 288d1bf1b8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -23,14 +23,14 @@ ARG VCS_REF
ARG DEBIAN_FRONTEND="noninteractive"
ENV TZ="Etc/UTC"
LABEL maintainer="ops@pleroma.social" \
org.opencontainers.image.title="pleroma" \
org.opencontainers.image.description="Pleroma for Docker" \
org.opencontainers.image.authors="ops@pleroma.social" \
org.opencontainers.image.vendor="pleroma.social" \
org.opencontainers.image.documentation="https://git.pleroma.social/pleroma/pleroma" \
LABEL maintainer="hello@soapbox.pub" \
org.opencontainers.image.title="soapbox-be" \
org.opencontainers.image.description="Soapbox BE for Docker" \
org.opencontainers.image.authors="hello@soapbox.pub" \
org.opencontainers.image.vendor="soapbox.pub" \
org.opencontainers.image.documentation="https://gitlab.com/soapbox-pub/soapbox-be" \
org.opencontainers.image.licenses="AGPL-3.0" \
org.opencontainers.image.url="https://pleroma.social" \
org.opencontainers.image.url="https://soapbox.pub" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE