From d8b1d6673945651f794ba7e948261fdc485c69b7 Mon Sep 17 00:00:00 2001 From: Dhruv Bodani Date: Thu, 5 May 2022 12:10:08 +0530 Subject: [PATCH] add more metadata tags --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 195fa470e..93623eec0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,3 +37,7 @@ ENTRYPOINT ["/usr/local/bin/charon"] CMD ["run"] # Used by GitHub to associate container with repo. LABEL org.opencontainers.image.source="https://github.com/obolnetwork/charon" +LABEL org.opencontainers.image.title="charon" +LABEL org.opencontainers.image.description="Proof of Stake Ethereum Distributed Validator Client" +LABEL org.opencontainers.image.licenses="GPL v3" +LABEL org.opencontainers.image.documentation="https://github.com/ObolNetwork/charon/tree/main/docs"