{"id":19952700,"url":"https://github.com/tob1as/docker-mariadb","last_synced_at":"2025-05-03T19:30:56.040Z","repository":{"id":82691438,"uuid":"233387451","full_name":"Tob1as/docker-mariadb","owner":"Tob1as","description":"MariaDB (MySQL fork) - Docker Image for amd64, arm64, arm (Raspberry Pi)","archived":false,"fork":false,"pushed_at":"2024-10-27T13:58:13.000Z","size":115,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T20:21:24.509Z","etag":null,"topics":["database","docker","mariadb","mysql","raspberry-pi","rpi"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/tobi312/rpi-mariadb/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tob1as.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":"2020-01-12T12:16:11.000Z","updated_at":"2024-10-27T13:58:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8828ad87-4bce-4288-b567-1336769f602e","html_url":"https://github.com/Tob1as/docker-mariadb","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/Tob1as%2Fdocker-mariadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tob1as%2Fdocker-mariadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tob1as%2Fdocker-mariadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tob1as%2Fdocker-mariadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tob1as","download_url":"https://codeload.github.com/Tob1as/docker-mariadb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252241951,"owners_count":21717075,"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":["database","docker","mariadb","mysql","raspberry-pi","rpi"],"created_at":"2024-11-13T01:14:08.123Z","updated_at":"2025-05-03T19:30:55.779Z","avatar_url":"https://github.com/Tob1as.png","language":"Dockerfile","readme":"# MariaDB (MySQL fork) - Docker Image for amd64, arm64, arm \n\n### Supported tags and respective `Dockerfile` links\n-\t[`10.6-alpine` (*Dockerfile*)](https://github.com/Tob1as/docker-mariadb/blob/master/alpine.10_6.Dockerfile) (on AlpineLinux [3.17](https://pkgs.alpinelinux.org/package/v3.17/main/armhf/mariadb))\n-\t[`10.6-ubuntu` (*Dockerfile*)](https://github.com/Tob1as/docker-mariadb/blob/master/ubuntu.10_6.Dockerfile) (on Ubuntu [22.04 LTS (Jammy)](https://packages.ubuntu.com/search?keywords=mariadb-server))\n-\t[`10.11-alpine` (*Dockerfile*)](https://github.com/Tob1as/docker-mariadb/blob/master/alpine.10_11.Dockerfile) (on AlpineLinux [3.18](https://pkgs.alpinelinux.org/package/v3.18/main/armhf/mariadb))\n-\t[`10.11-debian` (*Dockerfile*)](https://github.com/Tob1as/docker-mariadb/blob/master/ubuntu.10_11.Dockerfile) (on Debian [12 (bookworm)](https://packages.debian.org/bookworm/mariadb-server))\n  \n*Notes:    \nFor amd64 and arm64 it is recommended to use the [official images](https://hub.docker.com/_/mariadb) based on Ubuntu.* \n\n# What is MariaDB?\n\nMariaDB Server is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, DBS Bank, and ServiceNow.\n\nThe intent is also to maintain high compatibility with MySQL, ensuring a library binary equivalency and exact matching with MySQL APIs and commands. MariaDB developers continue to develop new features and improve performance to better serve its users.\n\n\u003e [wikipedia.org/wiki/MariaDB](https://en.wikipedia.org/wiki/MariaDB)\n\n![logo](https://raw.githubusercontent.com/docker-library/docs/master/mariadb/logo.png)\n\n### About these images:\n* a port of the official [MariaDB](https://hub.docker.com/_/mariadb)-Image ([GitHub](https://github.com/MariaDB/mariadb-docker)).\n* based on official distributions Images ([Alpine](https://hub.docker.com/_/alpine),[Ubuntu](https://hub.docker.com/_/ubuntu),[Debian](https://hub.docker.com/_/debian))\n* and on the package manager of the respective linux distribution ([Alpine](https://pkgs.alpinelinux.org/packages?name=mariadb),[Ubuntu](https://packages.ubuntu.com/search?keywords=mariadb-server),[Debian](https://packages.debian.org/search?searchon=names\u0026keywords=mariadb-server)).\n* build with Github Actions\n\n### How to use these images:\n\n```sh \ndocker run --name some-mariadb \\\n-v $(pwd)/mariadb:/var/lib/mysql:rw \\\n-p 3306:3306 \\\n-e MARIADB_ROOT_PASSWORD=my-secret-pw \\\n-d tobi312/rpi-mariadb:10.6-alpine \n```\n\nmore see official [MariaDB](https://hub.docker.com/_/mariadb)-Images\n\n#### Docker-Compose\n\n```yaml\nversion: '2.4'\nservices:\n\n  mariadb:\n    image: tobi312/rpi-mariadb:10.6-alpine\n    container_name: mariadb\n    restart: unless-stopped\n    volumes:\n      - ./mariadb-data:/var/lib/mysql:rw\n    environment:\n      TZ: Europe/Berlin\n      #MARIADB_RANDOM_ROOT_PASSWORD: \"yes\"\n      MARIADB_ROOT_PASSWORD: my-secret-pw\n      MARIADB_DATABASE: user-database\n      MARIADB_USER: example-user\n      MARIADB_PASSWORD: my_cool_secret\n    ports:\n      - 3306:3306\n```\n\nmore see [docker-compose.yml](https://github.com/Tob1as/docker-mariadb/blob/master/docker-compose.yaml)-File.\n\n### This Image on\n* [DockerHub](https://hub.docker.com/r/tobi312/rpi-mariadb/)\n* [GitHub](https://github.com/Tob1as/docker-mariadb)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftob1as%2Fdocker-mariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftob1as%2Fdocker-mariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftob1as%2Fdocker-mariadb/lists"}