mariadb-alpine
mariadb-alpine copied to clipboard
A tiny and fast MariaDB container
This allows us to avoid rebuilding it twice as part of each PR test suite. suggestively use a container id such as `pr-${id}-commit` so that it gets built as part...
We can have a better UX for people moving to this image from existing images by letting them know that alpine doesn't have bash installed.
Since arm builders are relatively easy to arrange, we should investigate if we can generate these as part of CI as well. Also, we're not actually building stuff; so its...
I've tried out [bash_unit](https://github.com/pgrange/bash_unit) while developing [hadolint-gh-action](https://github.com/jbergstroem/hadolint-gh-action) and it's been working out great. No new features - tests are just easier to write and read.
Create at test that verifies that directory permissions are done correctly. This will cover the bug filed in #54.
Secrets (`docker secret`) is a safer way to pass sensitive information to a container that avoids environment variables and instead mounts a secret as a file in the container filesystem....
While bootstrapping a sql/shell script install we have to add a mariadb client. This doesn't currently work unless run as root. Check if we can add it via a local...
We pull bats `1.2.1` in CI via a tarball since the npm module is stuck at `1.1.0`. To avoid future compatibility issues a minimum version requirement should be documented. Bonus...
I can see how `README.md` will grow since I'd like to do examples for backup/dumping data and so on. Using the wiki as documentation home probably makes more sense for...