RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
240 stars 72 forks source link

Check for update in base images #3448

Open bschmalhofer opened 4 weeks ago

bschmalhofer commented 4 weeks ago

In Docker Hub there are usually no automatic rebuilds of Images when a base images changes. But base images might change because there are security fixes. So it is interesting to be at least notified when a base image is updated.

There a several ways how to approach this. Let's try first https://github.com/marketplace/actions/docker-image-update-checker .

bschmalhofer commented 3 weeks ago

Still trying to get to a working schedule workflow. The action DockerImageUpdateChecker seems to be active, but there are no runs yet.

bschmalhofer commented 1 week ago

Fiddled with _.github/workflows/docker_image_updatechecker.yml so that it can be started manually. An error message should be written when the base image was updated. Let's wait until such an update occured and see how the output looks like. The last push of the Perl images were 9 days ago, so it looks like upgrades are not really frequent.

bschmalhofer commented 5 days ago

Also, when rebuilding an image, then dockerfile.snapshot should be used for installing the Perl modules from CPAN.

bschmalhofer commented 1 day ago

The Perl Image was update and the check indicated this:

grafik

TODO: