Skip to content

This repository contains Dockerfiles and scripts for MariaDB images based on CentOS.

License

Notifications You must be signed in to change notification settings

ravensys/container-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MariaDB SQL database server Docker image

Build Stauts

This repository contains Dockerfiles and scripts for MariaDB images based on CentOS.

Versions

MariaDB versions provided:

CentOS versions supported:

  • CentOS 7

Installation

  • CentOS 7 based image

    This image is available on DockerHub. To download it run:

    $ docker pull ravensys/mariadb:10.2-centos7
    

    To build a CentOS based MariaDB image from source run:

    $ git clone --recursive https://github.com/ravensys/container-mariadb
    $ cd container-mariadb
    $ make build VERSION=10.2
    

For using other versions of MariaDB just replace 10.2 value by particular version in commands above.

Usage

For information about usage of Dockerfile for MariaDB 5.5 see usage documentation.

For information about usage of Dockerfile for MariaDB 10.0 see usage documentation.

For information about usage of Dockerfile for MariaDB 10.1 see usage documentation.

For information about usage of Dockerfile for MariaDB 10.2 see usage documentation.

Test

This repository also provides a test framework, which check basic functionality of MariaDB image.

  • CentOS 7 based image

    $ cd container-mariadb
    $ make test VERSION=10.2
    

For using other versions of MariaDB just replace 10.2 value by particular version in commands above.

Credits

This project is derived from mariadb-container by SoftwareCollections.org.

About

This repository contains Dockerfiles and scripts for MariaDB images based on CentOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published