Sign inSign up

alexanderwolz/toolbox

By alexanderwolz

•Updated 10 days ago

Minimal Alpine-based Docker image with curated CLI tools for shell scripting and automation

Image
Developer tools
0

146

alexanderwolz/toolbox repository overview

⁠Toolbox

ā šŸ§‘ā€šŸ’» About

This repository provides a minimal Alpine-based Docker image bundling a curated set of CLI tools for shell scripting, automation and CI steps, so common tasks don't require pulling a different single-purpose image every time.

ToolPurpose
basha proper shell
curlHTTP requests
jqJSON processing
yqYAML processing
coreutilsfull GNU utilities (busybox's are too limited)
ca-certificatestrusted TLS out of the box
bind-toolsdig, nslookup and friends

Runs as a non-root user (toolbox, uid 1000) by default.

ā šŸ› ļø Build

  1. docker build -t alexanderwolz/toolbox .

⁠🐳 Dockerhub

  1. docker pull alexanderwolz/toolbox:3.21.7

ā šŸ“¦ Use as base image

FROM alexanderwolz/toolbox:3.21.7
COPY my-script.sh .
CMD ["bash", "my-script.sh"]

Made with ā¤ļø in Bavaria
© 2026, Alexander Wolz⁠

Tag summary

Content type

Image

Digest

sha256:473f11127…

Size

16.7 MB

Last updated

10 days ago

docker pull alexanderwolz/toolbox:3.24.1