Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```