Support human readable tags on docker-compose ecosystem #11658
Labels
L: docker
Docker containers
L: go:modules
Golang modules
T: feature-request
Requests for new features
Is there an existing issue for this?
Feature description
Following up from #390 (comment).
It is a common practice to complement digest versioned docker images in compose files with human readable tags by inline comment, such as:
Reasons behind such practice are:
Currently Dependabot offers updates for above declaration with PR:
Title:
build(deps): bump postgres from a35ec42 to 0321e22
This does not convey any meaning. It's impossible to tell which tag is being proposed. As far as I know registries don't support searching by digest, but even if they did, it would require extra step from users to find out what's going on.
And proposing following changes:
Please note that comment is not updated. That leads to outdated information resulting in false assumptions by future readers.
This feature request therefore is about two things:
(or whatever tag that digest points to).
The text was updated successfully, but these errors were encountered: