https://github.com/dacbd/toolboxes
https://github.com/dacbd/toolboxes
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dacbd/toolboxes
- Owner: dacbd
- License: mit
- Created: 2026-06-06T00:55:54.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-06-06T06:42:05.000Z (11 days ago)
- Last Synced: 2026-06-06T08:15:07.723Z (11 days ago)
- Language: Just
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toolboxes
Small container images for debugging and remote development.
- `debug`: Debian-based Kubernetes/debug pod image with tools like `curl`, `jq`, DNS tools, `iproute2`, `ping`, `netcat`, `tcpdump`, and `traceroute`.
- `agents`: Debian-based dev container for remote agent harnesses; currently runs `opencode serve` and includes common CLI tools plus Node, Go, Rust, and opencode.
Build commands:
```sh
just debug build-local # local host-architecture image
just debug build # multi-arch OCI archive: dist/debug.tar
just agents build-local # local host-architecture image
just agents build # multi-arch OCI archive: dist/agents.tar
```