Pulling latest image on TNAS results in very old image
Posted: 10 Aug 2022, 04:40
So I have been working on this issue thinking it was the docker repository that was the issue, but after much testing... It seems to be linked to the TNAS itself.
I am posting this in Docker manager, but same results when I use the terminal, and will put terminal results which are easier to see.
So about a month or 2 ago I updated my TOS version... I cannot be 100% sure that is what caused this but:
Before that... updates worked great.
If I run a docker pull for any of my images... it pull a version that is from 7 months ago (This is an image I just pulled today):
linuxserver/sonarr latest 1b5bb80f2c83 7 months ago 631MB
But if I do the same pull on my test server, I get:
docker.io/linuxserver/sonarr latest 3148cacfee89 2 days ago 333 MB
I did check the date on the server and it is correct.
Here is another interesting command that checks the version on the docker repository:
[root@TNAS-6384 jackett]# docker inspect -f '{{ index .Config.Labels "build_version" }}' docker.io/linuxserver/jackett:latest
Linuxserver.io version:- v0.20.250-ls54 Build-date:- 2022-01-06T06:27:01+01:00
[root@TNAS-6384 jackett]#
And if I run same command on my Linux server:
[root@localhost ~]# docker inspect -f '{{ index .Config.Labels "build_version" }}' docker.io/linuxserver/jackett:latest
Linuxserver.io version:- v0.20.1666-ls74 Build-date:- 2022-08-09T01:35:44-05:00
[root@localhost ~]#
I don't want to try updating any more containers until this is resolved.
Any help would be greatly appreciated
Sts41
I am posting this in Docker manager, but same results when I use the terminal, and will put terminal results which are easier to see.
So about a month or 2 ago I updated my TOS version... I cannot be 100% sure that is what caused this but:
Before that... updates worked great.
If I run a docker pull for any of my images... it pull a version that is from 7 months ago (This is an image I just pulled today):
linuxserver/sonarr latest 1b5bb80f2c83 7 months ago 631MB
But if I do the same pull on my test server, I get:
docker.io/linuxserver/sonarr latest 3148cacfee89 2 days ago 333 MB
I did check the date on the server and it is correct.
Here is another interesting command that checks the version on the docker repository:
[root@TNAS-6384 jackett]# docker inspect -f '{{ index .Config.Labels "build_version" }}' docker.io/linuxserver/jackett:latest
Linuxserver.io version:- v0.20.250-ls54 Build-date:- 2022-01-06T06:27:01+01:00
[root@TNAS-6384 jackett]#
And if I run same command on my Linux server:
[root@localhost ~]# docker inspect -f '{{ index .Config.Labels "build_version" }}' docker.io/linuxserver/jackett:latest
Linuxserver.io version:- v0.20.1666-ls74 Build-date:- 2022-08-09T01:35:44-05:00
[root@localhost ~]#
I don't want to try updating any more containers until this is resolved.
Any help would be greatly appreciated
Sts41