diff --git a/docker/images/zrok/Dockerfile b/docker/images/zrok/Dockerfile index 5996d2fb..983be707 100644 --- a/docker/images/zrok/Dockerfile +++ b/docker/images/zrok/Dockerfile @@ -13,7 +13,9 @@ LABEL name="openziti/zrok" \ maintainer="support@zrok.io" \ vendor="NetFoundry" \ summary="Run the zrok CLI" \ - description="Run the zrok CLI" + description="Run the zrok CLI" \ + org.opencontainers.image.description="Run the zrok CLI" \ + org.opencontainers.image.source="https://github.com/openziti/zrok" USER root