summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-01-15 16:49:45 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-01-15 16:49:45 +0400
commit3849053c6adbb4024e8fbe60e908cb141204f594 (patch)
tree173a6a4283e37e90209da9f347d2954cf7be5e1a /Dockerfile
parent34d85f8a5473fe0f85e8a8e9e8f58e40b3964ba4 (diff)
parent77412d5dd24a384f9be7d6bc6b1538415c584802 (diff)
downloadpleroma-3849053c6adbb4024e8fbe60e908cb141204f594.tar.gz
pleroma-3849053c6adbb4024e8fbe60e908cb141204f594.zip
Merge branch 'develop' into notifications-from-account
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c61dcfde9..4f7f12716 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,6 +14,20 @@ RUN apk add git gcc g++ musl-dev make &&\
FROM alpine:3.9
+ARG BUILD_DATE
+ARG VCS_REF
+
+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" \
+ org.opencontainers.image.licenses="AGPL-3.0" \
+ org.opencontainers.image.url="https://pleroma.social" \
+ org.opencontainers.image.revision=$VCS_REF \
+ org.opencontainers.image.created=$BUILD_DATE
+
ARG HOME=/opt/pleroma
ARG DATA=/var/lib/pleroma