Docker images for LDC releases?

Anton Fediushin fediushin.anton at yandex.com
Sun Aug 5 05:21:11 UTC 2018


On Saturday, 4 August 2018 at 18:41:40 UTC, Jon Degenhardt wrote:
> Is there an up-to-date docker image for LDC?
>
> Why I ask: I've been using a dockerized LDC image on TravisCI 
> for building public release binaries. The docker image I've 
> been using, dlanguage/ldc 
> (https://github.com/lindt/docker-ldc), has not been updated 
> recently (currently at LDC 1.9).
>
> The reason for using a docker image on Travis is that Travis 
> still runs Ubuntu 14.04, and I've had trouble with static 
> linking on Ubuntu 14.04. Ubuntu 16.04 works fine 
> (https://github.com/ldc-developers/ldc/issues/2390).
>
> I can of course create my own docker image supporting the LDC 
> version I need, but I'd prefer to use a standard image if one 
> is available. I'm guessing too that other people might be 
> interested in a docker version as well.
>
> --Jon

I had the same problem with outdated LDC, but I actually made my 
own docker image.

https://hub.docker.com/r/ohboi/minildc/

It's based on a slim debian and includes OpenSSL 1.1. CI builds 
this image daily, meaning that it's always up-to-date.


More information about the digitalmars-d-ldc mailing list