An open API service indexing awesome lists of open source software.

https://github.com/nicoherbigio/docker-mariadb

Docker Image of MariaDB
https://github.com/nicoherbigio/docker-mariadb

docker-hub docker-image mariadb

Last synced: about 1 month ago
JSON representation

Docker Image of MariaDB

Awesome Lists containing this project

README

          

# MariaDB Docker image

[![Build Status](https://github.com/nicoherbigio/docker-mariadb/actions/workflows/build-docker-images.yml/badge.svg)](https://github.com/nicoherbigio/docker-mariadb/actions/workflows/build-docker-images.yml)

## Supported tags and respective `Dockerfile` links

* [`11.8`, `11.8-noble`, `11.8.6`, `11.8.6-noble`](https://github.com/nicoherbigio/docker-mariadb/blob/main/11.8/ubuntu/default/Dockerfile)
* [`11.4`, `11.4-noble`, `11.4.10`, `11.4.10-noble`](https://github.com/nicoherbigio/docker-mariadb/blob/main/11.4/ubuntu/default/Dockerfile)
* [`10.11`, `10.11-jammy`, `10.11.16`, `10.11.16-jammy`](https://github.com/nicoherbigio/docker-mariadb/blob/main/10.11/ubuntu/default/Dockerfile)
* [`10.6`, `10.6-jammy`, `10.6.25`, `10.6.25-jammy`](https://github.com/nicoherbigio/docker-mariadb/blob/main/10.6/ubuntu/default/Dockerfile)

## How to get this image

The recommended way to get the MariaDB Docker image is to pull the prebuilt image from Docker Hub by specifying the tagged version.

```console
$ docker pull nicoherbigde/mariadb:[TAG]
```

The [list of available versions](https://hub.docker.com/r/nicoherbigde/mariadb/tags) can be viewed at Docker Hub.

## How to use this image

Coming soon ;-)

## Copyleft

This documentation was written by Nico Herbig.