feat: bump to stack 3.11.1 in 9.12 and 9.14 images#208
Conversation
develop7
left a comment
There was a problem hiding this comment.
LGTM, thanks for heads up!
|
Hey @develop7 The failure is caused by the base images having been updated in the meantime - e.g. The issue is that we can't just merge the PRs from renovate like #206, because those only bump the hashes in dockerfiles (as opposed to in nicker configs). I wonder if you have any general thoughts about making the updates more ergonomic.. |
|
Does the Naughty error mean we've been running amd64 images on aarch64 runners all along? |
|
@develop7 I don't think it's because of that. The failure comes from this branch of the script naughty-from.sh which doesn't strip the Quoting Fable directly:
END OF QUOTE So it seems to me we'll have to remove the "@sha256..." digests from the FROMs to fix this.. |
|
@develop7 now confirmed by one of the official images maintainers:
|
Stack 3.11.1 is now the blessed recommendation of ghcup, so should be safe.