-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
There is a Kong Addon for minikube, and to keep our users secure we verify Image SHA at the time of the minikube release, Image SHa is not supposed to be changed after you publish a version,
unfortunately KONG project keeps pushing a Different Image to a Same Image Version after release, which is not only a bad fo rsecurity and integrity it is adding a burden on minikube mtainerers,
I already created multiple issues in the past without any actions to prevent this from happening
and it keeps happening multiple time a months, (see example PR https://github.com/kubernetes/minikube/pull/21698/files)
unfortuntely if Kong project can not meet this requriement, we will have to remove Kong addon from minikube.
To avoid being remove from minikube addon system I suggest creating processes that once an image is published with a tag it should not be overwritten, if there is a change in the Image that is essential that needs to be rebuilt, that means there should be a new Patch version for that image (for example instead of overwritting image 3.9.1 after it was released and published it should be a new image patch version 3.9.2) this is more transparent to the open source community why there was a new change
and will not cause the tools that verify the SHA to fail and make possible security issues trackable and auditable.