app images not updating and always show as "up to date"

soleous

Dabbler
Joined
Apr 14, 2021
Messages
30
Hi,

I noticed the other day that all my application images are showing as "up to date", but there are updates available from docker hub. I can manually update the images using "docker pull" commands, however the webui is no longer showing that there is an update available for the images. Most of my images are using "latest" tags and I am unsure if this is related.

Any ideas?

Thanks,
 
Last edited:

Plunder5380

Cadet
Joined
Apr 10, 2023
Messages
1
Hi,

I noticed the other day that all my application images are showing as "up to date", but there are updates available from docker hub. I can manually update the images using "docker pull" commands, however the webui is no longer showing that there is an update available for the images. Most of my images are using "latest" tags and I am unsure if this is related.

Any ideas?

Thanks,
Same issue. Did you ever find a resolution? My tags are all different but I am able to manually run "sudo docker pull <FullImageName>" and it does appear to be updating the apps.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Apps are maintained as helm charts, so don't necessarily look to docker hub for updates, rather to the catalog from which you get the chart.

If the maintainer of the chart doesn't update the app, you won't see an update.
 

soleous

Dabbler
Joined
Apr 14, 2021
Messages
30
Once you pull the images you'll need to redeploy the app by stopping and starting them.

The other option I found was to restart the middlewared service using "systemctl restart middlewared". Once I do that, the UI reports correctly.

I really should create a bug report for this.
 
Top