DHI auto-update available?

Hi!

I couldn’t find an answer in Google searches or the Docker documentation. I would like to know if DHI images are compatible with auto-updating Docker apps, such as Watchover.

I found documeation saying that “In order for updates to be available your container needs to use an “updatable” Docker tag, such as image:latest.”.

As far as I know DHI don’t have “…:latest” tag. For example, I want my docker app using mediawiki:1-debian13-php-fpm to auto-update by itself.

Is it possible?

Thank you

This just says that it must be a mutable tag :slight_smile: Sine the image are constantly updated, I am confident they use mutable tags. So today the tag resolves to a specific image with a digest, after it is updated, the same tag will point to another specific image with a different digest.

I’m sorry for the delayed response; please know that I appreciate your patience.

Thank you for your reply :heart:

I asked the same question on the Docker DHI’s GitHub Repo and gopt this answer:

The tags are ‘updateable’ within the scope of the version they track. There is no :latest tag that will get you the globally latest version; however e.g. 1-debian13-php-fpm will get you the latest MediaWiki 1.x.

I can safely close this post now