diff --git a/Dockerfile b/Dockerfile index 2538ac3..08a4d9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM ubuntu:20.04 as builder -LABEL maintainer="contact@graphsense.info" +LABEL org.opencontainers.image.title="bch-client" +LABEL org.opencontainers.image.maintainer="contact@ikna.io" +LABEL org.opencontainers.image.url="https://www.ikna.io/" +LABEL org.opencontainers.image.description="Dockerized Bitcoin Cash client" +LABEL org.opencontainers.image.source="https://github.com/graphsense/bch-client" ENV TZ=UTC ADD docker/Makefile /tmp/Makefile