Compare commits

...

3 Commits

Author SHA1 Message Date
e73fa77072 Merge pull request '6.8.3-php8.4-apache' (#1) from 6.8.3-php8.4-apache into main
Reviewed-on: #1
2025-11-24 19:14:27 +00:00
b3f9f551a9 Changes 2025-11-24 19:14:10 +00:00
a67a7bac4b Changes 2025-11-24 19:13:26 +00:00
6 changed files with 23 additions and 9 deletions

View File

@@ -5,6 +5,6 @@ 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 wordpress image with the tag 6.8.2-php8.1-apache from Docker Hub - the wordpress image with the tag 6.8.3-php8.4-apache from Docker Hub
- the mysql image with the tag 9.4.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.

View File

@@ -1,6 +1,6 @@
# WordPress Port for Superengine # WordPress Port for Superengine
This port uses the [wordpress image](https://hub.docker.com/_/wordpress) with the tag `6.8.2-php8.1-apache` and includes a MySQL database. The port may be updated to use newer tags in the future. This port uses the [wordpress image](https://hub.docker.com/_/wordpress) with the tag `6.8.3-php8.4-apache` and includes a MySQL database. The port may be updated to use newer tags in the future.
## Installation ## Installation

View File

@@ -1,6 +1,6 @@
services: services:
{{app_id}}-wordpress: {{app_id}}-wordpress:
image: wordpress:6.8.2-php8.1-apache image: wordpress:6.8.3-php8.4-apache
restart: always restart: always
ports: ports:
- {{entitlements.port-number}}:80 - {{entitlements.port-number}}:80
@@ -20,7 +20,7 @@ services:
- {{app_id}}-mysql - {{app_id}}-mysql
{{app_id}}-mysql: {{app_id}}-mysql:
image: mysql:9.4.0 image: mysql:9.5.0
restart: always restart: always
ports: ports:
- {{entitlements.db-port-number}}:3306 - {{entitlements.db-port-number}}:3306

View File

@@ -3,6 +3,6 @@
<h2 class="title is-4">WordPress Port for Superengine</h2> <h2 class="title is-4">WordPress 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 wordpress:6.8.2-php8.1-apache and mysql:9.4.0 images from Docker Hub, third-party softwares with different copyright owners and licenses.</p> <p class="mt-5">This port uses the wordpress:6.8.3-php8.4-apache and mysql:9.5.0 images from Docker Hub, third-party softwares with different copyright owners and licenses.</p>
</div> </div>
</section> </section>

View File

@@ -2,7 +2,7 @@
<div class="container"> <div class="container">
<h2 class="title is-4">WordPress</h2> <h2 class="title is-4">WordPress</h2>
<p class="mb-3">WordPress is set to run on port {{entitlements.port-number}}.</p> <p class="mb-3">WordPress is set to run on port {{entitlements.port-number}}.</p>
<a href="http://localhost:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open WordPress</a> <a href="http://{{entitlement.host}}:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open WordPress</a>
</div> </div>
</section> </section>
<section class="section"> <section class="section">

View File

@@ -1,10 +1,10 @@
{ {
"app-spec-version": "1.1", "app-spec-version": "1.2",
"subject": { "subject": {
"name": { "name": {
"en": "WordPress" "en": "WordPress"
}, },
"version": "6.8.2-php8.1-apache" "version": "6.8.3-php8.4-apache"
}, },
"entitlements": [ "entitlements": [
{ {
@@ -21,6 +21,13 @@
"en": "Folder used by the database to store data." "en": "Folder used by the database to store data."
} }
}, },
{
"type": "HostHostnameOrIPAddress",
"name": "host",
"description": {
"en": "Hostname or IP address of your server."
}
},
{ {
"type": "PortUnspecifiedStaticNumber", "type": "PortUnspecifiedStaticNumber",
"name": "db-port-number", "name": "db-port-number",
@@ -56,6 +63,13 @@
"en": "Password of the database user." "en": "Password of the database user."
} }
}, },
{
"type": "OperatingSystem",
"name": "os",
"description": {
"en": "Operating System."
}
},
{ {
"type": "IDUserNumber", "type": "IDUserNumber",
"name": "uid", "name": "uid",