summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-01-15 18:12:08 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-01-15 18:12:08 +0300
commit5304c8cd21d72d66e5e9dc9f057ffbbe027ef5fa (patch)
treed463c35ba67fe75d8eea92097db43650f5626129 /Dockerfile
parent76c1948880687ed74e0275e51808c0ddc6be887d (diff)
parent1b233aa6531b26943bd78c5d4cd8e00f2e1d318e (diff)
downloadpleroma-5304c8cd21d72d66e5e9dc9f057ffbbe027ef5fa.tar.gz
pleroma-5304c8cd21d72d66e5e9dc9f057ffbbe027ef5fa.zip
Merge remote-tracking branch 'remotes/origin/develop' into 1478-oauth-admin-scopes-tweaks
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