Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kassane/docker-zig
Minimal Container to use Zig toolchain
https://github.com/kassane/docker-zig
docker docker-image docker-images docker-multiarch dockerfile zig
Last synced: 22 days ago
JSON representation
Minimal Container to use Zig toolchain
- Host: GitHub
- URL: https://github.com/kassane/docker-zig
- Owner: kassane
- License: mit
- Created: 2023-08-24T14:30:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T16:29:21.000Z (5 months ago)
- Last Synced: 2024-10-05T15:58:50.408Z (about 1 month ago)
- Topics: docker, docker-image, docker-images, docker-multiarch, dockerfile, zig
- Language: Dockerfile
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-Zig
**DockerHub:** https://hub.docker.com/u/kassany
Minimal Container to use Zig toolchain. Downloaded by [zigup](https://github.com/marler8997/zigup) (Thx [@marler8997](https://github.com/marler8997))
#### Tags = version
- `latest`: `master`
- `0.11.0`: `0.11.0`
- `0.12.0`: `0.12.0`
- `0.13.0`: `0.13.0````bash
## busybox (x86_64)
docker run --rm -v $(pwd):/app -w /app kassany/ziglang:{tagname}
## debian (x86_64|ARM64|ARM32v7|PPC64LE)
docker run --rm -it -v $(pwd):/app -w /app kassany/bookworm-ziglang:{tagname} bash
## alpine 3.18 (x86_64|ARM64|ARM32v7|PPC64LE|RISCV64)
docker run --rm -it -v $(pwd):/app -w /app kassany/alpine-ziglang:{tagname} ash
```