From 683cd7f794549e6760b0b2001ea916ad9b9875dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Mon, 5 Aug 2024 17:34:37 +0200 Subject: [PATCH] docs: Provide OCI annotation for where to find image sources Add a label for the OCI annotation for image source, as per https://github.com/opencontainers/image-spec/blob/main/annotations.md --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 48e8682e1..aa3ae95d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,8 @@ FROM scratch MAINTAINER Kubernetes SIG Scheduling +LABEL org.opencontainers.image.source https://github.com/kubernetes-sigs/descheduler + USER 1000 COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/descheduler