{"id":19989307,"url":"https://github.com/hhorak/mariadb-container-doc","last_synced_at":"2026-04-10T11:31:49.109Z","repository":{"id":76151257,"uuid":"103895014","full_name":"hhorak/mariadb-container-doc","owner":"hhorak","description":"MariaDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.","archived":false,"fork":false,"pushed_at":"2017-09-18T06:01:07.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T09:01:22.547Z","etag":null,"topics":["centos","container","database","docker","fedora","mariadb","mysql","openshift","rhel","softwarecollections"],"latest_commit_sha":null,"homepage":"http://softwarecollections.org","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hhorak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-18T05:17:59.000Z","updated_at":"2017-09-18T05:39:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd326608-fdc5-41cf-a6ca-8389c94b5de7","html_url":"https://github.com/hhorak/mariadb-container-doc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hhorak/mariadb-container-doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhorak%2Fmariadb-container-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhorak%2Fmariadb-container-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhorak%2Fmariadb-container-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhorak%2Fmariadb-container-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhorak","download_url":"https://codeload.github.com/hhorak/mariadb-container-doc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhorak%2Fmariadb-container-doc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos","container","database","docker","fedora","mariadb","mysql","openshift","rhel","softwarecollections"],"created_at":"2024-11-13T04:46:15.138Z","updated_at":"2026-04-10T11:31:49.087Z","avatar_url":"https://github.com/hhorak.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"MariaDB SQL Database Server Docker Image\n========================================\n\nThis repository contains Dockerfiles for MariaDB images for OpenShift and general usage.\nUsers can choose between RHEL and CentOS based images.\n\nMariaDB container is very similar to the MySQL container available at\n[https://github.com/sclorg/mysql-container](https://github.com/sclorg/mysql-container).\n\nFor more information about using these images with OpenShift, please see the\nofficial [OpenShift Documentation](https://docs.openshift.org/latest/using_images/db_images/mysql.html).\n\nFor more information about contributing, see\n[the Contribution Guidelines](https://github.com/sclorg/welcome/blob/master/contribution.md).\nFor more information about concepts used in these docker images, see the\n[Landing page](https://github.com/sclorg/welcome).\n\n\nVersions\n---------------\nMariaDB versions currently provided are:\n* [MariaDB 10.0](10.0)\n* [MariaDB 10.1](10.1)\n\nRHEL versions currently supported are:\n* RHEL7\n\nCentOS versions currently supported are:\n* CentOS7\n\n\nInstallation\n----------------------\nChoose either the CentOS7 or RHEL7 based image:\n\n*  **RHEL7 based image**\n\n    This image is available in Red Hat Container Registry. To download it run:\n\n    ```\n    $ docker pull registry.access.redhat.com/rhscl/mariadb-101-rhel7\n    ```\n\n    To build a RHEL7 based MariaDB image, you need to run Docker build on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/mariadb-container.git\n    $ cd mariadb-container\n    $ git submodule update --init\n    $ make build TARGET=rhel7 VERSIONS=10.1\n    ```\n\n*  **CentOS7 based image**\n\n    This image is available on DockerHub. To download it run:\n\n    ```\n    $ docker pull centos/mariadb-101-centos7\n    ```\n\n    To build a CentOS based MariaDB image from scratch, run:\n\n    ```\n    $ git clone --recursive https://github.com/sclorg/mariadb-container.git\n    $ cd mariadb-container\n    $ git submodule update --init\n    $ make build TARGET=centos7 VERSIONS=10.1\n    ```\n\nFor using other versions of MariaDB, just replace the `10.1` value by particular version\nin the commands above.\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of MariaDB, which must be specified in  `VERSIONS` variable.\nThis variable must be set to a list with possible versions (subdirectories).**\n\n\nUsage\n---------------------------------\n\nFor information about usage of Dockerfile for MariaDB 10.0,\nsee [usage documentation](10.0).\n\nFor information about usage of Dockerfile for MariaDB 10.1,\nsee [usage documentation](10.1).\n\n\nTest\n---------------------------------\n\nThis repository also provides a test framework, which checks basic functionality\nof the MariaDB image.\n\nUsers can choose between testing MariaDB based on a RHEL or CentOS image.\n\n*  **RHEL based image**\n\n    To test a RHEL7 based MariaDB image, you need to run the test on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ cd mariadb-container\n    $ git submodule update --init\n    $ make test TARGET=rhel7 VERSIONS=10.1\n    ```\n\n*  **CentOS based image**\n\n    ```\n    $ cd mariadb-container\n    $ git submodule update --init\n    $ make test TARGET=centos7 VERSIONS=10.1\n    ```\n\nFor using other versions of MariaDB, just replace the `10.1` value by particular version\nin the commands above.\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of MariaDB, which must be specified in  `VERSIONS` variable.\nThis variable must be set to a list with possible versions (subdirectories).**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhorak%2Fmariadb-container-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhorak%2Fmariadb-container-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhorak%2Fmariadb-container-doc/lists"}