Starting circa ~2 weeks ago (mid-late January 2026), something got broken in nim-1.6.20 images, and instead of nim-1.6.20 in it (which is expected), we've started seeing nim-2.2.6:
$ podman run -it nimlang/nim:1.6.20-alpine
Trying to pull docker.io/nimlang/nim:1.6.20-alpine...
Getting image source signatures
Copying blob 7b6a8cbc8eed done |
Copying blob 76eb174b37c3 done |
Copying blob 0f2032231390 done |
Copying config 32c97bf04c done |
Writing manifest to image destination
Nim Compiler Version 2.2.6 [Linux: amd64]
Compiled at 2025-10-31
Copyright (c) 2006-2025 by Andreas Rumpf
git hash: ab00c56904e3126ad826bb520d243513a139436a
active boot switches: -d:release -d:danger
The same goes with nim-1.6.20-slim. I've also checked nimlang/nim:1.6.6-slim, same story:
> podman run -it nimlang/nim:1.6.6-slim
Trying to pull docker.io/nimlang/nim:1.6.6-slim...
Getting image source signatures
Copying blob 6f5b01abc24d done |
Copying blob a3629ac5b9f4 skipped: already exists
Copying blob b1b2f3e3e9d0 done |
Copying config ca48e2bd93 done |
Writing manifest to image destination
Nim Compiler Version 2.2.6 [Linux: amd64]
Compiled at 2025-10-31
Copyright (c) 2006-2025 by Andreas Rumpf
git hash: ab00c56904e3126ad826bb520d243513a139436a
active boot switches: -d:release -d:danger
Starting circa ~2 weeks ago (mid-late January 2026), something got broken in nim-1.6.20 images, and instead of nim-1.6.20 in it (which is expected), we've started seeing nim-2.2.6:
The same goes with nim-1.6.20-slim. I've also checked nimlang/nim:1.6.6-slim, same story: