From Copilot:
The Available Images table still uses the header "Go Version" and shows "none" for the new Python/Node images, which is misleading now that the repo publishes non-Go toolchain images. Consider updating the README table generation to use a generic "Toolchain Version"/"Base Version" column (or separate columns) and populate it from the python/node base tags so the table reflects the actual versions (e.g., 3.11.15, 3.13.13, 22.22.2, 24.14.1).
From Copilot: