clefebvre / docker-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linuxmintd/mint20-amd64 identifies itself as Linux Mint 19.3 (Tricia)

TafThorne opened this issue · comments

It looks like the mint20-amd64 Docker Image includes the /etc/os-release file for Mint 19.3

I am not sure if this is a problem with the Docker Image being a bit stale or if it is down to a problem upstream in mint itself. I just tried to use the Docker Image to build some libraries for Mint 20 and they call came out labelled as Mint 19.3.

$ docker run linuxmintd/mint20-amd64 cat /etc/os-release
NAME="Linux Mint"
VERSION="19.3 (Tricia)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19.3"
VERSION_ID="19.3"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tricia
UBUNTU_CODENAME=bionic

Having checked out and build the Docker Image locally I can see that it now contains the correct information. That suggests that all that is needed to fix this bug is a rebuild of the images stored on Docker Hub so that they pick up the most recent mint20 files.

thomas@thorne-ul-dt:~/work/src/docker-images$ docker run mint20 cat /etc/os-release
NAME="Linux Mint"
VERSION="20 (Ulyana)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 20"
VERSION_ID="20"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=ulyana
UBUNTU_CODENAME=focal

Hi @clefebvre !

Any news on this ?

Thanks in advance

Sorry, this is fixed as of today. Pull the image to get the latest version.

I tried to use the new image but I am seeing an error:

$ docker pull linuxmintd/mint20-amd64
Using default tag: latest
latest: Pulling from linuxmintd/mint20-amd64
54ee1f796a1e: Pulling fs layer
f7bfea53ad12: Pulling fs layer
46d371e02073: Pulling fs layer
b66c17bbf772: Waiting
678e665c555b: Waiting
547690346da7: Waiting
7eaeeb728a8a: Waiting
bd6b4f53d3aa: Waiting
6c3ae5bae1da: Waiting
4706ab57eb86: Waiting
f103218f1484: Waiting
e38040121a67: Waiting
ffdaa26d395c: Waiting
7f34e3eb6afc: Waiting
error pulling image configuration: unknown blob

Looks like something is odd with the build?