k8s-custom-iptables
k8s-custom-iptables copied to clipboard
Update docker image in gcr repo to mitigate CVE-2019-5021
https://www.alpinelinux.org/posts/Docker-image-vulnerability-CVE-2019-5021.html
I can find this in an instace of the image I run in a cluster.
⇒ kubectl exec -it k8s-custom-iptables-xxx /bin/sh
/ # cat /etc/shadow | grep root
root:::0:::::
In case anyone wants to use an updated image from their own repo, the REGISTRY
variable assignment in the Makefile
should be ?=
instead of =
as this way you'll try to push to Google's repo and will end up losing a few hours of your life like I just did 🤦