zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.78k stars 178 forks source link

Docker: helm floating tag #268

Closed antechrestos closed 4 years ago

antechrestos commented 4 years ago

Hello

We are trying to use a latest like version of your docker image in gitlab ci pipeline. As gitlab needs a shell image, we use the -helm images since the normal one are scratch image.

Would it be possible to publish a floating helm image in order to always get the latest image for pipelines?

Kaniko also provides two floating tag (latest for scratch and debug for ci/shell purpose) and each version has two version (scratch and one with shell)

Besides I did not find the Dockerfile in your repository..

Thank you very much

zegl commented 4 years ago

Hey,

This makes sense, when doing implementing this I also discovered that zegl/kube-score:latest doesn't point to the latest version (currently v1.7.1), so thanks for highlighting this.

The sources to the Dockerfiles are here and here.

I'll push a fix and create a new release in a few minutes.

antechrestos commented 4 years ago

@zegl Great!

Thank you very much

zegl commented 4 years ago

New images for :latest and :latest-helm are now out!