6.8.3-php8.4-apache #1

Merged
superengine merged 2 commits from 6.8.3-php8.4-apache into main 2025-11-24 19:14:28 +00:00
4 changed files with 21 additions and 7 deletions
Showing only changes of commit a67a7bac4b - Show all commits

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 software uses the following third-party software:
- the wordpress image with the tag 6.8.2-php8.1-apache from Docker Hub
- the mysql image with the tag 9.4.0 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.5.0 from Docker Hub
Third-party software have a different copyright owner and license.

View File

@@ -1,6 +1,6 @@
# 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

View File

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

View File

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