A collection of Dockerfiles I use in various projects.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Jef Roosens a57dca3196
vlang: v 0.3.2 on alpine 3.17
2 months ago
vlang vlang: v 0.3.2 on alpine 3.17 2 months ago
README.md vlang: updated to 0.3.1 7 months ago

README.md

Dockerfiles

This repository contains some Dockerfiles I use for various projects.

Using buildx

First, install the required QEMU stuff:

docker run --privileged --rm tonistiigi/binfmt --install all

Afterwards, you can build stuff like this:

docker buildx build --platform linux/amd64,linux/arm64 .