How do you track what version of the code is part of the image digest? That is to say, how do you link image digest -> git commit. I feel like google does this with MPM.
@simonray47133 жыл бұрын
wow, thank you. great tip & trick.
@flolu5 жыл бұрын
Where can we find the source code of the demo? :)
@flolu4 жыл бұрын
github.com/GoogleCloudPlatform/gke-bazel-demo
@michaelrios41632 жыл бұрын
@@flolu getting a 404 :( any chance that demo still exists somewhere?
@flolu2 жыл бұрын
@@michaelrios4163 Not sure. I cannot find it anymore either
@djn1384 жыл бұрын
Why compile kubectl from source instead of using a pre-built binary at the version you want? Wouldn’t the pre-built binary for a given version always be the same?