You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the Dockerfile lacks standard labels, which makes it less compatible with tools like RenovateBot and the OpenContainers labeling guidelines. This can lead to difficulties in managing and tracking the image.
Describe the solution you'd like
Add the following labels to the Dockerfile to make the image more standard and compatible:
Describe alternatives you've considered
An alternative solution could be to manually manage the image metadata, but this approach is less efficient and prone to errors.
Is your feature request related to a problem? Please describe.
Currently, the Dockerfile lacks standard labels, which makes it less compatible with tools like RenovateBot and the OpenContainers labeling guidelines. This can lead to difficulties in managing and tracking the image.
Describe the solution you'd like
Add the following labels to the Dockerfile to make the image more standard and compatible:
Describe alternatives you've considered
An alternative solution could be to manually manage the image metadata, but this approach is less efficient and prone to errors.
Additional context
Adding these labels will enhance compatibility with tools like RenovateBot and improve the readability of the Changelog file using the 'org.opencontainers.image.source' label see: https://docs.renovatebot.com/modules/datasource/docker/#description
The text was updated successfully, but these errors were encountered: