Sometimes, you want a Docker container with git, bash, ssh, jq, curl, and vim. Or is that just me?
ghcr.io/jnewland/git-and-stuff:main
tracks the default branch of this repoghcr.io/jnewland/git-and-stuff:latest
tracks the latest release
This container is great for use with kubectl debug
. For example, to debug a pod with a broken image:
$ kubectl debug -it <pod> --image=ghcr.io/jnewland/git-and-stuff:latest
Or to debug a node:
$ kubectl debug -it node/<node> --image=ghcr.io/jnewland/git-and-stuff:latest