summaryrefslogtreecommitdiff
path: root/packaging/docker-alpine/taler-exchange-builder.Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/docker-alpine/taler-exchange-builder.Containerfile')
-rw-r--r--packaging/docker-alpine/taler-exchange-builder.Containerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/docker-alpine/taler-exchange-builder.Containerfile b/packaging/docker-alpine/taler-exchange-builder.Containerfile
index 4e7da93..b4ed3a3 100644
--- a/packaging/docker-alpine/taler-exchange-builder.Containerfile
+++ b/packaging/docker-alpine/taler-exchange-builder.Containerfile
@@ -15,3 +15,7 @@ RUN ./configure \
RUN make -j
RUN make install
+
+LABEL org.opencontainers.image.title="Taler Exchange: Builder"
+LABEL org.opencontainers.image.description="An alpine-based image containing the libraries from the Taler Exchange"
+LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/taler-exchange-builder.Containerfile"