[enhancement] Add better metadata to the Docker images
See original GitHub issueDescription
As part of the Docker over-haul currently going on it would be good to add better metadata for the Docker images, to facilitate findability, reproducibility and trust
Right now the Docker images have a single label maintainer
Suggestion
Add more OCI
compliant annotations to the Docker images seehttps://github.com/opencontainers/image-spec/blob/main/annotations.md
Context
This adheres to industry-standard best practices and increases the end-user confidence
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Docker object labels
Labels are a mechanism for applying metadata to Docker objects, including: Images; Containers; Local daemons; Volumes; Networks; Swarm nodes; Swarm services.
Read more >How and when to use Docker labels / OCI container annotations
Docker image labels are a way for you to add key-value metadata to your image itself. This data is not exposed to a...
Read more >Container Image Immutability and the Power of Metadata
One of the principles of Docker containers is that an image is immutable -- once built, it's unchangeable, and if you want to...
Read more >Merge pod container image labels with their spec.template ...
Enhancement Description One-line enhancement description (can be used as a release note): Merge pod container image labels with their ...
Read more >Docker Performance Improvement: Tips and Tricks - Stackify
One of the biggest benefits touted about Docker containers is their speed. ... which means you can only add to them (more on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
that should be enough - will go ahead and close this issue
I would suggest adding the following on top of source and maintainer:
Also it is advisable that the
author
label has a contact option (email, github handle, etc)