mariadb-alpine icon indicating copy to clipboard operation
mariadb-alpine copied to clipboard

A tiny and fast MariaDB container

Results 44 mariadb-alpine issues
Sort by recently updated
recently updated
newest added

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

type: feature
area: ci

..a basic one and perhaps one for "Wordpress"

area: documentation

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.

type: feature
area: startup

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

type: feature

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.

type: change
area: tests

Create at test that verifies that directory permissions are done correctly. This will cover the bug filed in #54.

type: change
area: tests

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

type: feature
area: docker

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

type: change
area: docker

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

area: tests
area: documentation

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

area: documentation