{"id":46232417,"url":"https://github.com/dockhippie/mariadb","last_synced_at":"2026-03-03T18:09:55.536Z","repository":{"id":32302460,"uuid":"35877466","full_name":"dockhippie/mariadb","owner":"dockhippie","description":"Docker images for mariadb","archived":false,"fork":false,"pushed_at":"2026-01-28T06:12:52.000Z","size":285,"stargazers_count":18,"open_issues_count":2,"forks_count":20,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-28T22:28:59.832Z","etag":null,"topics":["docker","image"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dockhippie.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-05-19T11:15:28.000Z","updated_at":"2026-01-28T06:12:57.000Z","dependencies_parsed_at":"2023-11-24T09:26:12.869Z","dependency_job_id":"787cc720-3b84-4289-aa73-1189cf349674","html_url":"https://github.com/dockhippie/mariadb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dockhippie/mariadb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fmariadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fmariadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fmariadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fmariadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockhippie","download_url":"https://codeload.github.com/dockhippie/mariadb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fmariadb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","image"],"created_at":"2026-03-03T18:09:54.883Z","updated_at":"2026-03-03T18:09:55.528Z","avatar_url":"https://github.com/dockhippie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mariadb\n\n[![Docker Build](https://github.com/dockhippie/mariadb/actions/workflows/docker.yml/badge.svg)](https://github.com/dockhippie/mariadb/actions/workflows/docker.yml) [![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/dockhippie/mariadb)\n\nThese are docker images for [MariaDB][upstream] running on our\n[Alpine Linux image][parent].\n\n## Versions\n\nFor the available versions please look at [Docker Hub][dockerhub] or\n[Quay][quayio] or check the existing folders within the\n[GitHub repository][github].\n\n## Volumes\n\n*  /var/lib/mysql\n*  /var/lib/backup\n*  /etc/mysql/conf.d\n*  /etc/mysql/init.d\n\n## Ports\n\n*  3306\n\n## Available environment variables\n\n```console\nMARIADB_BACKUP_IGNORE = (mysql|information_schema|performance_schema|sys)\nMARIADB_BACKUP_PATH = /var/lib/backup\nMARIADB_BACKUP_RETENTION = 14\nMARIADB_BINLOG_FORMAT = mixed\nMARIADB_CHARACTER_SET_SERVER = utf8\nMARIADB_COLLATION_SERVER = utf8_general_ci\nMARIADB_DATABASE =\nMARIADB_DEFAULT_CHARACTER_SET = utf8\nMARIADB_INNODB_BUFFER_POOL_SIZE = 16M\nMARIADB_INNODB_DATA_FILE_PATH = ibdata1:10M:autoextend\nMARIADB_INNODB_FILE_PER_TABLE = ON\nMARIADB_INNODB_FLUSH_LOG_AT_TRX_COMMIT = 1\nMARIADB_INNODB_LOCK_WAIT_TIMEOUT = 50\nMARIADB_INNODB_LOG_BUFFER_SIZE = 8M\nMARIADB_INNODB_LOG_FILE_SIZE = 5M\nMARIADB_INNODB_READ_ONLY_COMPRESSED = ON\nMARIADB_INNODB_USE_NATIVE_AIO = 1\nMARIADB_KEY_BUFFER_SIZE = 16M\nMARIADB_LOG_BIN = 0\nMARIADB_MAX_ALLOWED_PACKET = 1M\nMARIADB_MAX_CONNECTIONS = 151\nMARIADB_MYISAM_SORT_BUFFER_SIZE = 8M\nMARIADB_NET_BUFFER_SIZE = 8K\nMARIADB_PASSWORD =\nMARIADB_READ_BUFFER = 2M\nMARIADB_READ_BUFFER_SIZE = 256K\nMARIADB_READ_RND_BUFFER_SIZE = 512K\nMARIADB_ROOT_PASSWORD =\nMARIADB_ROOT_USERNAME = root\nMARIADB_SERVER_ID = 1\nMARIADB_SKIP_CHOWN = false\nMARIADB_SKIP_TEMPLATES = false\nMARIADB_SORT_BUFFER_SIZE = 512K\nMARIADB_TABLE_OPEN_CACHE = 64\nMARIADB_TRANSACTION_ISOLATION =\nMARIADB_USERNAME =\nMARIADB_WRITE_BUFFER = 2M\n```\n\nExtracted by the command: `grep -hE ': \"\\$\\{(.*)\\}\"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: \"\\${//' | sed 's/:=\"/ = /' | sed 's/\"}\"$//' | sort | uniq`\n\n## Inherited environment variables\n\n*  [webhippie/alpine](https://github.com/dockhippie/alpine#available-environment-variables)\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n*  [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nMIT\n\n## Copyright\n\n```console\nCopyright (c) 2015 Thomas Boerger \u003chttp://www.webhippie.de\u003e\n```\n\n[upstream]: https://mariadb.org\n[parent]: https://github.com/dockhippie/alpine\n[dockerhub]: https://hub.docker.com/r/webhippie/mariadb/tags\n[quayio]: https://quay.io/repository/webhippie/mariadb?tab=tags\n[github]: https://github.com/dockhippie/mariadb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockhippie%2Fmariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockhippie%2Fmariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockhippie%2Fmariadb/lists"}