<?xml version="1.0" encoding="UTF-8" ?>
<template>
<uid>org.bayrell.mariadb</uid>
<name>MariaDB</name>
<version>12.2-ubi</version>
<maintainer>Ildar <[email protected]></maintainer>
<marketplace>https://cloud_os.bayrell.org/</marketplace>
<link name="Docker image">https://hub.docker.com/_/mariadb</link>
<date>2026-04-03T20:19:00+06:00</date>
<yaml>
<services>
<_var_app_name_>
<image>docker.io/mariadb:12.2-ubi</image>
<hostname>{{.Service.Name}}.{{.Task.ID}}.local</hostname>
<command>--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --sql-mode="" --ft_min_word_len=1 --wait_timeout=600 --max_allowed_packet=1G --innodb_buffer_pool_size=100M --net_read_timeout=3600 --net_write_timeout=3600</command>
<environment>
<MARIADB_ROOT_PASSWORD>_var_mysql_password_</MARIADB_ROOT_PASSWORD>
</environment>
<volumes>_var_app_name_:/var/lib/mysql</volumes>
</_var_app_name_>
</services>
<volumes>
<_var_app_name_ />
</volumes>
</yaml>
<variables>
<variable>
<name>_var_mysql_password_</name>
<label>MySQL root password</label>
<type>string</type>
</variable>
</variables>
<modificators>
<li>org.bayrell.modificator.cloud_os</li>
<li>org.bayrell.modificator.deploy_hostname</li>
</modificators>
<patch>
<name>Template patch</name>
<operations>
</operations>
</patch>
</template>