From 06947eed28b72061ea82b1257f42940b50d20e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Mon, 4 Mar 2024 09:39:45 +0100 Subject: [PATCH] chore(build): Add OCI label for container image source (#2541) As specified in the OpenContainers Annotations Spec: https://specs.opencontainers.org/image-spec/annotations/ --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index f80148e13..d713f1422 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,6 +13,7 @@ RUN bash docker/build_operator.sh FROM ${BASE_IMAGE} LABEL maintainer="Team ACID @ Zalando " +LABEL org.opencontainers.image.source="https://github.com/zalando/postgres-operator" # We need root certificates to deal with teams api over https RUN apk --no-cache add curl