{"id":21273268,"url":"https://github.com/sclorg/mariadb-container","last_synced_at":"2025-04-05T21:10:24.282Z","repository":{"id":8391174,"uuid":"58232476","full_name":"sclorg/mariadb-container","owner":"sclorg","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":"2025-03-25T13:09:17.000Z","size":466,"stargazers_count":32,"open_issues_count":12,"forks_count":66,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-29T20:08:37.807Z","etag":null,"topics":["centos","container","database","docker","fedora","mariadb","mysql","openshift","rhel"],"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/sclorg.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":"2016-05-06T20:13:37.000Z","updated_at":"2025-03-25T13:09:20.000Z","dependencies_parsed_at":"2023-02-12T01:47:26.598Z","dependency_job_id":"30a3e9d9-557a-46e1-a614-74857f874c64","html_url":"https://github.com/sclorg/mariadb-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fmariadb-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fmariadb-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fmariadb-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fmariadb-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sclorg","download_url":"https://codeload.github.com/sclorg/mariadb-container/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399885,"owners_count":20932880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"],"created_at":"2024-11-21T09:13:15.936Z","updated_at":"2025-04-05T21:10:24.260Z","avatar_url":"https://github.com/sclorg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"MariaDB SQL Database Server Docker Image\n========================================\n\n[![Build and push images to Quay.io registry](https://github.com/sclorg/mariadb-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/mariadb-container/actions/workflows/build-and-push.yml)\n\nImages available on Quay are:\n* CentOS Stream 9 [mariadb-105](https://quay.io/repository/sclorg/mariadb-105-c9s)\n* CentOS Stream 9 [mariadb-1011](https://quay.io/repository/sclorg/mariadb-1011-c9s)\n* CentOS Stream 10 [mariadb-1011](https://quay.io/repository/sclorg/mariadb-1011-c10s)\n* Fedora [mariadb-103](https://quay.io/repository/fedora/mariadb-103)\n* Fedora [mariadb-105](https://quay.io/repository/fedora/mariadb-105)\n* Fedora [mariadb-1011](https://quay.io/repository/fedora/mariadb-1011)\n\nThis repository contains Dockerfiles for MariaDB images for OpenShift and general usage.\nUsers can choose between RHEL, Fedora and CentOS Stream 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.okd.io/latest/using_images/db_images/mariadb.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 podman images, see the\n[Landing page](https://github.com/sclorg/welcome).\n\n\nVersions\n---------------\nMariaDB versions currently provided are:\n* [MariaDB 10.3](10.3)\n* [MariaDB 10.5](10.5)\n* [MariaDB 10.11](10.11)\n\nRHEL versions currently supported are:\n* RHEL8\n* RHEL9\n* RHEL10\n\nCentOS versions currently supported are:\n* CentOS Stream 9\n* CentOS Stream 10\n\n\nInstallation\n----------------------\n\n*  **RHEL8 based image**\n\n    These images are available in the [Red Hat Container Catalog](https://access.redhat.com/containers/#/registry.access.redhat.com/rhel8/mariadb-105).\n    To download it run:\n\n    ```\n    $ podman pull registry.access.redhat.com/rhel8/mariadb-105\n    ```\n\n    To build a RHEL8 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=rhel8 VERSIONS=10.5\n    ```\n\nFor using other versions of MariaDB, just replace the `10.5` value by particular version\nin the commands above.\n\nNote: while the installation steps are calling `podman`, you can replace any such calls by `docker` with the same arguments.\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.3,\nsee [usage documentation](10.3).\n\nFor information about usage of Dockerfile for MariaDB 10.5,\nsee [usage documentation](10.5).\n\nFor information about usage of Dockerfile for MariaDB 10.11,\nsee [usage documentation](10.11).\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 RHEL8 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=rhel8 VERSIONS=10.5\n    ```\n\nFor using other versions of MariaDB, just replace the `10.5` 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%2Fsclorg%2Fmariadb-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsclorg%2Fmariadb-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fmariadb-container/lists"}