failed to load cache key: invalid empty config file resolved for docker.io/library/haskell:7.8
stereobooster opened this issue · 1 comments
stereobooster commented
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.8Build 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:180dd57f1a2161fead508af82f204f0866a3a3ef11ab5cba643558d52d0abff2stereobooster commented
FROM haskell:7.10
RUN stack --resolver lts-2.9 setup --reinstall