Does anyone know why there haven’t been any Stack Docker images released recently?
I’m trying to build with lts-17.8
, but there don’t appear to be any Docker images for the 17.x
resolvers.
I checked the blog and there isn’t anything on there about it.
Thanks.
1 Like
Where are you looking for the image (and which image)? See https://github.com/commercialhaskell/stackage/issues/5950
I used to just run stack docker pull
and it would get the latest docker image for whichever resolver I was using. This doesn’t seem to work anymore.
I think it uses https://hub.docker.com/r/fpco/stack-build? But there are no images on there for any lts-17
resolvers and it looks like there haven’t been any added in the last two months. I’m using the latest lts-17.8
as my resolver.
I understand that I can specify a particular docker image to use, but it was quite nice that it was all automated before.