From d303a8c6bbda887a3b8da3144634074a1e74641c Mon Sep 17 00:00:00 2001 From: sg Date: Fri, 9 Aug 2024 10:08:18 +0100 Subject: [PATCH] add label to draconctl container --- containers/Dockerfile.draconctl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/Dockerfile.draconctl b/containers/Dockerfile.draconctl index 71e65fdee..01b66bdfe 100644 --- a/containers/Dockerfile.draconctl +++ b/containers/Dockerfile.draconctl @@ -1,6 +1,8 @@ ARG BASE_MIGRATION_IMAGE FROM ${BASE_MIGRATION_IMAGE:-scratch} +LABEL org.opencontainers.image.description "Draconctl is a command line tool for interacting with Dracon, you can find documentation for it at github.com/ocurity/dracon" + COPY ./bin/cmd/draconctl /bin/draconctl COPY ./pkg/enrichment/migrations /etc/dracon/migrations/enrichment