docker run -it ghcr.io/patrickdappollonio/alpine-utils:latest bash
Alpine base image with the following Linux apps:
- Standard Alpine Linux applications
bash
curl
make
file
zip
unzip
dig
nslookup
host
git
jq
pause
(fromgoogle/pause:latest
)
And the following utilities:
kubectl
(latest version available in alpine)helm
(latest version available in alpine)helm-push
(latest version available)wait-for-it
(v0.2.14)wait-for
(latest version available)tgen
(latest version available)docker
(latest version available in alpine)
kubectl -n default run debug --image=ghcr.io/patrickdappollonio/alpine-utils --command=true --restart=Never pause
The Docker Image is built automatically by Github actions weekly on Monday at 00:00 UTC. The image is then pushed to the Github Container Registry.
Warning If you need stability, consider pulling by SHA since it's not easy to version all the apps above in a way that makes sense.