Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziglang/docker-zig
Dockerfile for zig programming language
https://github.com/ziglang/docker-zig
docker zig
Last synced: 4 months ago
JSON representation
Dockerfile for zig programming language
- Host: GitHub
- URL: https://github.com/ziglang/docker-zig
- Owner: ziglang
- License: mit
- Created: 2017-05-18T18:02:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T02:13:05.000Z (about 2 years ago)
- Last Synced: 2024-10-01T03:08:37.931Z (4 months ago)
- Topics: docker, zig
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/ziglang/static-base
- Size: 34.2 KB
- Stars: 46
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-zig
This docker image is solely for the purpose of creating the image that runs for
[Zig's Drone CI script](https://github.com/ziglang/zig/tree/master/ci/drone).**Zig makes Docker irrelevant.** You probably do not need a Docker image to
build your Zig application, and you definitely do not need this one.## Usage
First, decide whether to bump the base alpine image version. Next:
```
docker build -t ziglang/static-base:llvm15-$(uname -m)-1 . --build-arg ZIGVER=0.10.0-dev.4560+828735ac0
docker push ziglang/static-base:llvm15-$(uname -m)-1
```