Skip to content

Commit

Permalink
chore: added oci label to reference the source
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kvanzuijlen committed Apr 17, 2024
1 parent 07c222c commit a962bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a962bf8

Please sign in to comment.