Closed
Description
The image documentation says:
The i386/ubuntu:latest tag points to the "latest LTS", since that's the version recommended for general use.
The latest
tag is 18.04.4
(2020):
docker run --rm i386/ubuntu:latest bash -c "cat /etc/*release | grep VERSION="
VERSION="18.04.4 LTS (Bionic Beaver)"
But if you try 18.04
tag, it's 18.04.6
(2023):
docker run --rm i386/ubuntu:18.04 bash -c "cat /etc/*release | grep VERSION="
VERSION="18.04.6 LTS (Bionic Beaver)"
I'm not suggesting the i386 build should point to the latest LTS (24), but I think it they should be in sync.
Metadata
Metadata
Assignees
Labels
No labels