jbergstroem / mariadb-alpine

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

feat: use unprivileged user #142

Closed jbergstroem closed 1 year ago

jbergstroem commented 2 years ago

Hat tip @svasek – just removing an unnecessary user change.

Closes: https://github.com/jbergstroem/mariadb-alpine/pull/123

jbergstroem commented 2 years ago

I don't have confidence in moving forward with this until I've rewritten the test suite. At least I've made progress with the framework:

$ bash_unit test/sanity_check.sh
Running tests in test/sanity_check.sh
    Running test_connect_and_version_output ... SUCCESS ✓
Overall result: SUCCESS ✓