mariadb-alpine
                                
                                 mariadb-alpine copied to clipboard
                                
                                    mariadb-alpine copied to clipboard
                            
                            
                            
                        A tiny and fast MariaDB container
While refactoring test suite for a faster/more consistent shutdown and cleanup, we made it impossible to bats to run standalone which is useful while debugging (and a generally more unix-like...
Seeing how this repository is now closing in on a more reproducible and – if you are adventurous enough – stable build; there is also time to consider moving builds...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies dockerfile Dockerfile...
1. Revert "$DEP_VERSION" in workflows 2. Switch to a regex that picks up dependency name and version through a regex 3. Set all packages to use github-releases (one uses tags...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crate-ci/typos](https://togithub.com/crate-ci/typos) | action | minor | `v1.19.0` -> `v1.20.5` | | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) |...
Using CET will fail half of the year since daylight savings kicks in. Not sure why this didn't surface until now, though.
I am getting the following error after I updated to the latest version 10.11.5. It was fine when I used version 10.6.13 only. Running on Ubuntu Server 23.10 ``` 2024-03-30...
Currently I just see MariaDB `v10.x.`x Versions available. It would be nice, if also the new `v11.x.x` Versions would be available. Even the official MariaDB Repo, does currently not have...
Add `mariadb-upgrade` from `mariadb-server-tools` and use logic similar to the official container to assist with upgrades: https://github.com/MariaDB/mariadb-docker/blob/70d8c97f486055689e9f5a6a133f8bfb0806632a/11.1/docker-entrypoint.sh#L500-L541
The buildx action recently grew support to split up builds into matrix. I doubt a lot of time will be saved but it is an interesting project. Recent thread on...