What's our container story?
Matheus Catarino
matheus-catarino at hotmail.com
Mon Aug 4 13:59:11 UTC 2025
On Tuesday, 10 June 2025 at 15:10:15 UTC, Lance Bachmeier wrote:
> Looking at Docker Hub, I see there is an organization called
> dlangdockerized that makes semi-recent releases of DMD and LDC
> available. Do we have any getting started documentation
> available, and do we provide any other containers (for
> instance, to do web development)? I plan to use GitHub
> Codespaces for a class I'm teaching next semester. It would
> sure be nice to have some guidance on getting things up and
> running. This seems to be the extent of the documentation:
> `docker pull dlangdockerized/dmd` and then the user is on their
> own to figure out the rest.
I've been using automated pushes by GH-action to support my own
container for some time now, even though the LDC project offers
recent (>=v1.40.1) alpine-tarballs.
The latest ldc2 and opend-ldc for x86_64/aarch64 are provided in:
https://github.com/kassane/alpine-ldc2-docker
More information about the Digitalmars-d
mailing list