jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
72 stars 19 forks source link

CI: Check for daily mariadb updates #43

Closed jbergstroem closed 1 year ago

jbergstroem commented 4 years ago

Create a timed ci job that checks alpine repos for available versions. This could also open an issue or even a PR should a new version be found.

jbergstroem commented 4 years ago

Some info I've collected:

How to materialize a version as well as "template-izing" the Dockerfile to cater for automated updates is also something that should be managed in the same context of opening a PR.

jbergstroem commented 3 years ago

Some updates as I will attempt this soon:

  1. compare semver with dpkg --compare-versions "10.4.18-r0" "lt" "10.4.18-r1"
  2. use their database to fetch upstream version
  3. use local dockerfile to fetch release version
  4. create a new PR with said change
jbergstroem commented 1 year ago

Just had another look at this. We can probably use renovatebot with annotations in the Dockerfile, alongside the repology data source. Much simpler!