On Thursday, 28 June 2018 at 17:54:45 UTC, Radu wrote:
Created a couple of docker images useful for dlang dev.

LDC cross compiler for ARM

- https://hub.docker.com/r/rracariu/ldc-linux-armhf/

This image allows one to easily cross compile to ARM. Main use-case is continuous integration servers.

- https://hub.docker.com/r/rracariu/dub-registry/

Allows easily running a private dub repository on cloud.

Note that there is also an Alpine container with LDC, should be useful for building D microservices:

https://hub.docker.com/r/andrewbenton/alpine-ldc/

Reply via email to