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

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

type: change
pending: upstream
area: tests

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

type: change
area: ci

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

area: ci
type: dependencies

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

type: dependencies

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

type: bug

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

type: feature
area: startup

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

type: feature
area: ci