From 72deebe1bde81d19d8106ad5424123f17d3c88b2 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Sun, 7 Jul 2024 18:35:19 -0400 Subject: [PATCH] label zrok CLI container for auto-updates --- docker/images/zrok/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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