Compare commits
3 Commits
6da59a2194
...
9321860571
| Author | SHA1 | Date | |
|---|---|---|---|
| 9321860571 | |||
| 253c1bb9a8 | |||
| 1ee88cca41 |
@@ -6,5 +6,5 @@ This license does not apply to the files not under Superengine copyright as deta
|
|||||||
The picture.png file is licenced under the Creative Commons CC BY-SA 4.0 license (https://creativecommons.org/licenses/by-sa/4.0/).
|
The picture.png file is licenced under the Creative Commons CC BY-SA 4.0 license (https://creativecommons.org/licenses/by-sa/4.0/).
|
||||||
|
|
||||||
This software uses the following third-party software:
|
This software uses the following third-party software:
|
||||||
- the mariadb image with the tag 11.7.2 from Docker Hub
|
- the mariadb image with the tag 12.1.2 from Docker Hub
|
||||||
Third-party software have a different copyright owner and license.
|
Third-party software have a different copyright owner and license.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# MariaDB Port for Superengine
|
# MariaDB Port for Superengine
|
||||||
|
|
||||||
This port uses the `mariadb` image which is the ["official" MariaDB Docker image](https://hub.docker.com/_/mariadb/) with the tag `11.7.2`. The port may be updated to use a newer tag in the future.
|
This port uses the `mariadb` image which is the ["official" MariaDB Docker image](https://hub.docker.com/_/mariadb/) with the tag `12.1.2`. The port may be updated to use a newer tag in the future.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
{{app_id}}-mariadb:
|
{{app_id}}-mariadb:
|
||||||
image: mariadb:11.7.2
|
image: mariadb:12.1.2
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MARIADB_USER: {{entitlements.db-user}}
|
MARIADB_USER: {{entitlements.db-user}}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
<h2 class="title is-4">MariaDB Port for Superengine</h2>
|
<h2 class="title is-4">MariaDB Port for Superengine</h2>
|
||||||
<p>Copyright 2025 Superengine.</p>
|
<p>Copyright 2025 Superengine.</p>
|
||||||
<p>License: <a href="https://www.superengine.tech/legal/software-license-agreement-for-ports" target="_blank">Software License Agreement for Ports</a>.</p>
|
<p>License: <a href="https://www.superengine.tech/legal/software-license-agreement-for-ports" target="_blank">Software License Agreement for Ports</a>.</p>
|
||||||
<p class="mt-5">This port uses the mariadb image with the tag 11.7.2 from Docker Hub, a third-party software with a different copyright owner and license.</p>
|
<p class="mt-5">This port uses the mariadb image with the tag 12.1.2 from Docker Hub, a third-party software with a different copyright owner and license.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"name": {
|
"name": {
|
||||||
"en": "MariaDB"
|
"en": "MariaDB"
|
||||||
},
|
},
|
||||||
"version": "11.7.2-6"
|
"version": "12.1.2"
|
||||||
},
|
},
|
||||||
"entitlements": [
|
"entitlements": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user