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:maintracks the default branch of this repoghcr.io/jnewland/git-and-stuff:latesttracks 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:latestOr to debug a node:
$ kubectl debug -it node/<node> --image=ghcr.io/jnewland/git-and-stuff:latest