Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euantorano/docker-zig
A docker image for Zig based upon Alpine Linux 3.16.
https://github.com/euantorano/docker-zig
docker-image zig
Last synced: about 4 hours ago
JSON representation
A docker image for Zig based upon Alpine Linux 3.16.
- Host: GitHub
- URL: https://github.com/euantorano/docker-zig
- Owner: euantorano
- License: bsd-3-clause
- Created: 2018-10-07T18:11:21.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T10:06:39.000Z (over 2 years ago)
- Last Synced: 2023-03-30T10:53:29.714Z (over 1 year ago)
- Topics: docker-image, zig
- Language: Shell
- Homepage: https://www.euantorano.co.uk
- Size: 54.7 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zig
A docker image for [Zig](https://ziglang.org) based upon Alpine Linux 3.16.
## Using this image
### Building an executable
```
docker run -v $PWD:/app euantorano/zig:0.9.1 build-exe hello.zig
```## Available tags
There are two variants of tags provided by this repository - release tags such as `0.9.1`, and `master` branch builds such as `master-28018703`.
The most recent `master-X` build is always tagged as simply `master` as well as having a tag including the Git hash for the release.
The most recent stable release is always tagged as `latest`.
## Building the Docker image(s)
A bash script (`build.sh`) is ran by GitHub actions nightly in order to check for new versions and to then build and push images for them.