From a962bf8cdc0d38d6cb61079d4b0e254b77f0f2d5 Mon Sep 17 00:00:00 2001 From: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:44:45 +0200 Subject: [PATCH] chore: added oci label to reference the source This label could be used by [Renovatebot](https://docs.renovatebot.com/modules/datasource/docker/) for example to automatically pull a changelog into PRs it creates. Signed-off-by: kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com> --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9bea623..09a5de6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,3 +35,5 @@ COPY --from=build /go/bin/velero-plugin-for-gcp /plugins/ COPY --from=build /go/bin/cp-plugin /bin/cp-plugin USER 65532:65532 ENTRYPOINT ["cp-plugin", "/plugins/velero-plugin-for-gcp", "/target/velero-plugin-for-gcp"] + +LABEL org.opencontainers.image.source="https://github.com/vmware-tanzu/velero-plugin-for-gcp"