haskell / docker-haskell

MIT License
63 stars 36 forks source link

failed to load cache key: invalid empty config file resolved for docker.io/library/haskell:7.8 #36

Closed stereobooster closed 3 years ago

stereobooster commented 3 years ago

Hi. Maybe this is not a proper place to report this issue, but not sure where else to put it. I can successfully install latest version, but not 7.8. The reason I want to install 7.8 is because it is last known version which works for pappy

Dockerfile:

FROM haskell:7.8

Build fails:

 docker build -t haskell .
 => ERROR [1/1] FROM docker.io/library/haskell:7.8@sha256:180dd57f1a2161fead508af82f204f0866a3a3ef11ab5cba643558d52d0abff2                                                                             0.0s
 => => resolve docker.io/library/haskell:7.8@sha256:180dd57f1a2161fead508af82f204f0866a3a3ef11ab5cba643558d52d0abff2                                                                                   0.0s
------
 > [1/1] FROM docker.io/library/haskell:7.8@sha256:180dd57f1a2161fead508af82f204f0866a3a3ef11ab5cba643558d52d0abff2:
------
failed to load cache key: invalid empty config file resolved for docker.io/library/haskell:7.8@sha256:180dd57f1a2161fead508af82f204f0866a3a3ef11ab5cba643558d52d0abff2
stereobooster commented 3 years ago
FROM haskell:7.10
RUN stack --resolver lts-2.9 setup --reinstall