Latest Haskell with my standard tools
3.7K
Debian based image for building Haskell projects using GHC. This includes GNU make.
The latest Docker image can be found on Docker Hub, here.
Prior to build, log into Docker Hub:
docker login -u [username]
To build image with version tags:
docker build --compress --rm --tag frankhjung/haskell:8.8 --tag frankhjung/haskell:8.8.4 --label 8.8.4 .
To test image run with:
docker run -it --volume ${PWD}:/data --workdir /data --entrypoint /usr/bin/make frankhjung/haskell:8.8.4 -f Makefile all
Push image and tags to Docker Hub:
docker push frankhjung/haskell
docker push frankhjung/haskell:8.8
docker push frankhjung/haskell:8.8.4
For examples see these projects using GitHub Actions.
Content type
Image
Digest
sha256:00f3aac6e…
Size
1.2 GB
Last updated
7 months ago
docker pull frankhjung/haskell