From a36818c22242ac2dfff7e3e8793e6bd809e3f9db Mon Sep 17 00:00:00 2001 From: Fabian Meyer <3982806+meyfa@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:32:41 +0200 Subject: [PATCH] feat: Apply OCI source label to Docker image (#6070) chore: Apply OCI source label to Docker image This patch adds the `org.opencontainers.image.source` label to the Zitadel Docker image. This label is used by dependency update tools like Dependabot and Renovate to look up release notes for Docker image updates. Co-authored-by: Elio Bischof --- build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Dockerfile b/build/Dockerfile index 7f99893b6f..f187652624 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,6 +11,7 @@ RUN adduser -D zitadel && \ ## Scratch Image ####################### FROM scratch as final +LABEL org.opencontainers.image.source="https://github.com/zitadel/zitadel" COPY --from=artifact /etc/passwd /etc/passwd COPY --from=artifact /etc/ssl/certs /etc/ssl/certs COPY --from=artifact /app /