Compare commits
3 Commits
1b55734286
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 055a172cad | |||
| c3c77b5cea | |||
| 7fe0ff2e37 |
@@ -5,5 +5,5 @@ If, for any reason, the URI provided in this file to the Software License Agreem
|
|||||||
This license does not apply to the files not under Superengine copyright as detailed in the NOTICE.txt file.
|
This license does not apply to the files not under Superengine copyright as detailed in the NOTICE.txt file.
|
||||||
|
|
||||||
This software uses the following third-party software:
|
This software uses the following third-party software:
|
||||||
- the mysql image with the tag 9.3.0 from Docker Hub
|
- the mysql image with the tag 9.5.0 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 @@
|
|||||||
# MySQL Port for Superengine
|
# MySQL Port for Superengine
|
||||||
|
|
||||||
This port uses the `mysql` image which is the ["official" MySQL Docker image](https://hub.docker.com/_/mysql/) with the tag `9.3.0`. The port may be updated to use a newer tag in the future.
|
This port uses the `mysql` image which is the ["official" MySQL Docker image](https://hub.docker.com/_/mysql/) with the tag `9.5.0`. The port may be updated to use a newer tag in the future.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
{{app_id}}-mysql:
|
{{app_id}}-mysql:
|
||||||
image: mysql:9.3.0
|
image: mysql:9.5.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: {{entitlements.db-root-password}}
|
MYSQL_ROOT_PASSWORD: {{entitlements.db-root-password}}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
<h2 class="title is-4">MySQL Port for Superengine</h2>
|
<h2 class="title is-4">MySQL 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 mysql image with the tag 9.3.0 from Docker Hub, a third-party software with a different copyright owner and license.</p>
|
<p class="mt-5">This port uses the mysql image with the tag 9.5.0 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": "MySQL"
|
"en": "MySQL"
|
||||||
},
|
},
|
||||||
"version": "9.3.0-2"
|
"version": "9.5.0"
|
||||||
},
|
},
|
||||||
"entitlements": [
|
"entitlements": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user