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

Instead of grepping for an existing daemon, we now run a query similar to how `mysqladmin` does it (connects to server/db and runs `select 1`). ### Todo - [x] review...

```yaml db: image: jbergstroem/mariadb-alpine:10.6.12 healthcheck: test: ["CMD", "mysqladmin", "ping", "-upublic", "-ppublic"] interval: 30s timeout: 1s retries: 3 start_period: 8s environment: MYSQL_ROOT_PASSWORD: public MYSQL_DATABASE: public MYSQL_USER: public MYSQL_PASSWORD: public ```

type: change
area: docker

And on each patch major.minor is updated This also makes it possible for automatic updates using watchtower for example

type: feature
area: docker

I think github discussions have better tools to chat about features tuff before it becomes a planned task. Update the template to achieve this.

type: feature
area: documentation

You also could load them like `/etc/my.cnf.d/` is loaded See: https://hub.docker.com/_/mariadb See: https://www.linuxtricks.fr/wiki/print.php?id=559

type: feature
area: startup

See: https://hub.docker.com/_/mariadb All `MYSQL_` ENVs can be used as `MARIADB_`

type: feature
area: docker

(@jbergstroem) I generally dislike automating commits as part of a release, but having `docs/benchmark.md` being updated as part of cutting a release would be helpful. https://github.com/jbergstroem/mariadb-alpine/blob/97eb7c53f9f13d0cc305932ababb90fd4ec0a207/sh/generate-benchmark.sh#L6

type: feature
area: ci
area: documentation
todo

https://github.com/jbergstroem/mariadb-alpine/blob/97eb7c53f9f13d0cc305932ababb90fd4ec0a207/sh/my_print_defaults.sh#L6 ```sh # shellcheck shell=dash set -euo pipefail # Stack overflow'ed # TODO Rewrite parsing config ini in awk or even shell for readability sed -n \ '/^[ \t]*\[mariadb\]/,/\[/s/^[ \t]*\([^#;...

type: change
area: documentation

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | action | minor | `v1.21.0` -> `v1.26.8` | | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) |...

type: dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | major | `v5.3.0` -> `v6.9.0` | --- ### Release...

type: dependencies