docker-yamllint
docker-yamllint copied to clipboard
Missing images for yamllint after v1.26
Hello, I couldn't find the images for yamllint after version 1.26. The latest tagged image does have the latest version of the yamllint though (i.e. 1.32.0), but would be great to have the images that are tagged with the version of the tool.
I second this. It'd be great if cytopia/yamllint tags would correspond with yamllint versions. In other words, a new cytopia/yamllint tag should be created when updating yamllint. This can be automated via Dependabot by configuring it to look at the latest GitHub release for yamllint and create a PR bumping a variable in the Makefile.
This would greatly simplify getting reproducible lint results while staying up-to-date. Currently, we either have to pin the image SHA, in which case we can't really know what changed in the image, or use a point-in-time release such as cytopia/yamllint:latest-0.14
, but then we don't get any yamllint updates.
I think issue #20 had a similar goal in mind.
By the way, thanks for putting in the work to provide this image in the first place, it's appreciated!
Any news on this? 😊😅