Sign inSign up

frankhjung/haskell

By frankhjung

Updated 7 months ago

Latest Haskell with my standard tools

Image
Developer tools
0

3.7K

frankhjung/haskell repository overview

docker-haskell

Debian based image for building Haskell projects using GHC. This includes GNU make.

The latest Docker image can be found on Docker Hub, here.

Login

Prior to build, log into Docker Hub:

docker login -u [username]

Build

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 .

Run

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

Push image and tags to Docker Hub:

docker push frankhjung/haskell
docker push frankhjung/haskell:8.8
docker push frankhjung/haskell:8.8.4
Example

For examples see these projects using GitHub Actions.

Tag summary

Content type

Image

Digest

sha256:00f3aac6e

Size

1.2 GB

Last updated

7 months ago

docker pull frankhjung/haskell