Johan Bergström

Results 262 comments of Johan Bergström

Ok, pushed the change. Let me know if that works for you (should you be in a position to test `main` - otherwise wait for next release!).

Thanks for filing a PR! I will take a look. > There seems to be [some problems](https://github.com/jbergstroem/mariadb-alpine/pull/57/checks?check_run_id=1862144321#step:4:38) in the automatic testing, but I think they are unrelated to my change:...

@jones1008 did you perhaps add `mysqladmin` to [`TO_KEEP` in `sh/clean.sh`](https://github.com/jbergstroem/mariadb-alpine/blob/master/sh/clean.sh#L4..L19)?

> Do you want me to add `/usr/bin/mysqladmin` to `TO_KEEP` in `sh/clean.sh` or was it a question if I did? My point is that this binary isn't currently in the...

Very sorry for the quiet here. I will cherry pick a few things shortly.

I actually do something similar in tests: https://github.com/jbergstroem/mariadb-alpine/blob/main/test/test_helper.bash#L12-L18 ..will get it in the coming week as I'm preparing for a significant 10.6.10 release.

Tests pass locally; I'm going to ignore the stall since its related to a known issue (#116).

Some info I've collected: - This is how the script would run periodically: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule - One approach to collecting alpine version can be either `apk version` if mariadb is installed...

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...

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