docker-yamllint icon indicating copy to clipboard operation
docker-yamllint copied to clipboard

Missing images for yamllint after v1.26

Open amimas opened this issue 1 year ago • 2 comments

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.

amimas avatar May 25 '23 21:05 amimas

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!

meyfa avatar Jun 04 '23 13:06 meyfa

Any news on this? 😊😅

lusu007 avatar Jun 29 '23 18:06 lusu007