vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
18.28k stars 1.61k forks source link

Add well-known OCI labels to the container images #20965

Open MindTooth opened 4 months ago

MindTooth commented 4 months ago

A note for the community

Use Cases

When updating images using Renovate, we are missing useful links back to this project and changelog.

These are often provided by https://github.com/docker/metadata-action, but I see that this project uses its own method for pushing images.


Compare the following

Screenshot 2024-07-30 at 12 31 52 Screenshot 2024-07-30 at 12 32 05

Attempted Solutions

No response

Proposal

Add something similar to:

 org.opencontainers.image.created=2024-07-29T18:32:51.527Z
 org.opencontainers.image.description=My initial k8s toolbox based on the wolfi-base image.
 org.opencontainers.image.licenses=MIT
 org.opencontainers.image.revision=92828023090d6c4b2134cb4e06032d471e598108
 org.opencontainers.image.source=https://github.com/MindTooth/wolfi-k8s-toolbox
 org.opencontainers.image.title=wolfi-k8s-toolbox
 org.opencontainers.image.url=https://github.com/MindTooth/wolfi-k8s-toolbox
 org.opencontainers.image.version=

References

No response

Version

No response

jszwedko commented 4 months ago

Thanks @MindTooth . I agree that would be useful.