Skip to content

Commit 465f576

Browse files
committed
Add new MariaDB egg
1 parent 44f7ac3 commit 465f576

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3+
"meta": {
4+
"version": "PTDL_v2",
5+
"update_url": null
6+
},
7+
"exported_at": "2025-02-10T11:12:53+00:00",
8+
"name": "MariaDB",
9+
"author": "[email protected]",
10+
"description": "MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system, intended to remain free and open-source software under the GNU General Public.",
11+
"features": null,
12+
"docker_images": {
13+
"MariaDB 11.6": "ghcr.io\/ptero-eggs\/yolks:mariadb_11.6",
14+
"MariaDB 11.4 LTS": "ghcr.io\/ptero-eggs\/yolks:mariadb_11.4",
15+
"MariaDB 10.11 LTS": "ghcr.io\/ptero-eggs\/yolks:mariadb_10.11",
16+
"MariaDB 10.6 LTS": "ghcr.io\/ptero-eggs\/yolks:mariadb_10.6",
17+
"MariaDB 10.5 LTS": "ghcr.io\/ptero-eggs\/yolks:mariadb_10.5"
18+
},
19+
"file_denylist": [],
20+
"startup": "${MARIADB_EXECUTABLE}",
21+
"config": {
22+
"files": "{\r\n \".my.cnf\": {\r\n \"parser\": \"ini\",\r\n \"find\": {\r\n \"mysqld.port\": \"{{server.build.default.port}}\",\r\n \"client.port\": \"{{server.build.default.port}}\",\r\n \"mysqld.bind-address\": \"0.0.0.0\",\r\n \"mysqld.pid-file\": \"\/home\/container\/run\/mysqld\/mysqld.pid\",\r\n \"mysqld.socket\": \"\/home\/container\/run\/mysqld\/mysqld.sock\",\r\n \"client.socket\": \"\/home\/container\/run\/mysqld\/mysqld.sock\",\r\n \"mysqld.general_log_file\": \"\/home\/container\/log\/mysql\/mysql.log\",\r\n \"client.user\": \"container\"\r\n }\r\n }\r\n}",
23+
"startup": "{\r\n \"done\": \"ready for connections.\"\r\n}",
24+
"logs": "{}",
25+
"stop": "shutdown; exit;"
26+
},
27+
"scripts": {
28+
"installation": {
29+
"script": "# Nothing here - All the magic is in the entrypoint.sh\r\necho \"Installation complete\"",
30+
"container": "alpine",
31+
"entrypoint": "ash"
32+
}
33+
},
34+
"variables": []
35+
}

0 commit comments

Comments
 (0)