Container manager image updates, only for docker hub?

Currently reading
Container manager image updates, only for docker hub?

82
34
NAS
DS920+
Router
  1. WRX560
Operating system
  1. Linux
  2. Windows
Mobile operating system
  1. Android
  2. iOS
With DSM 7.2 and container manager I've moved the containers I managed with docker-compose to "Projects" on Container Manager.
I had not used the Synology Docker app on previous versions, so I'm not sure if the behavior below was already as it is now or not.

On the "image" tab, it shows a note if an image tagged as latest has a newer version available. However this seems to only happen for the images from the base "registry" which I'm assuming is docker hub.

On the screenshot below the fail2ban and jellyfin images from the lscr.io registry had updates but were not showing, and after updating over ssh (docker-compose pull) and recreating the containers the older images who had not been removed did not appear on the list either, so I had to remove them over ssh also (docker image prune -f)

1686411417703.png
 
Docker users Docker Hub as default container image registry. Whenever an image repository doesn't specify a registry, then docker.io will be used as registry. Whenever an image repository has no namespace then library will be used. E.g. the repo+tag postgres:latest pulls docker.io/library/postgres:latest under the hood.

I have no idea how the check actually is implemented:
  • if they compare it by pulling the manifest for the repo+tag, it should be independent of the registry
  • if they use the search api of Docker Hub, then it might explain why it's only working with Docker Hub.

I would suggest opening a support ticket and claim it's a bug :)
 
I heard back from Synology support, this functionality is not available.
The support rep has filled a feature request form in my name, and "hopes" it will be implemented...
I'm not holding my breath...
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

I would like to thank you all for your efforts, but unfortunately still not working . But I found a...
Replies
23
Views
474
I have no idea what you are doing, but I just tested it based on the instructions of the guide you linked...
Replies
11
Views
1,353
True! Still, there are certain containers that can be run on those machines as long as users are aware of...
Replies
8
Views
1,898
To be precise the container needs bash (most only provide /bin/sh instead of /bin/bash). SSH is not...
Replies
2
Views
342
  • Solved
If you are still interested in learning it: If you know how to write bash scripts, it should be possible...
Replies
5
Views
503
hey guys. After several hours of changing and resetting things, its working again. I have no idea what...
Replies
1
Views
436
Root of this issue found;) For unknown reason, the docker package on the first, failing DS, uses the...
Replies
3
Views
565

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top