From 1074b2e488812df360cdeb336f241aada46d3afc Mon Sep 17 00:00:00 2001 From: Marc Schindler <26382876+mschindl@users.noreply.github.com> Date: Tue, 27 Oct 2020 15:52:10 +0100 Subject: [PATCH 1/6] Update classic-standalone.json Changed PHP version from 7.0 to 7.3, because of missing image and failed deployment. --- templates/classic-standalone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/classic-standalone.json b/templates/classic-standalone.json index 03fd7d9..159cca3 100644 --- a/templates/classic-standalone.json +++ b/templates/classic-standalone.json @@ -81,7 +81,7 @@ { "name": "PHP_VERSION", "description": "The version of the PHP builder.", - "value": "7.0", + "value": "7.3", "required": true } ], From b3659325ebd91d9dec88c64721b7ed3d0bf4dcb5 Mon Sep 17 00:00:00 2001 From: Marc Schindler <26382876+mschindl@users.noreply.github.com> Date: Thu, 19 Nov 2020 08:54:55 +0100 Subject: [PATCH 2/6] Update classic-standalone.json --- templates/classic-standalone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/classic-standalone.json b/templates/classic-standalone.json index 159cca3..f9f7878 100644 --- a/templates/classic-standalone.json +++ b/templates/classic-standalone.json @@ -21,7 +21,7 @@ { "name": "QUICKSTART_REPOSITORY_URL", "description": "The URL of the quickstart Git repository.", - "value": "https://github.com/openshift-evangelists/wordpress-quickstart", + "value": "https://github.com/mschindl/wordpress-quickstart", "required": true }, { From 9a32a2bb02bf9dc9b2f8b5ec2bb01958936a1d79 Mon Sep 17 00:00:00 2001 From: Marc Schindler <26382876+mschindl@users.noreply.github.com> Date: Thu, 19 Nov 2020 08:57:20 +0100 Subject: [PATCH 3/6] Update assemble --- .s2i/bin/assemble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.s2i/bin/assemble b/.s2i/bin/assemble index 2e08222..49de252 100755 --- a/.s2i/bin/assemble +++ b/.s2i/bin/assemble @@ -14,7 +14,7 @@ set -eo pipefail # Use latest stable version of WordPress if no version is specified. if [ -z "$WORDPRESS_INSTALL_VERSION" ]; then - WORDPRESS_INSTALL_VERSION=$(curl -s "https://api.wordpress.org/core/version-check/1.7/?version=4.1" | python -c 'import sys, json; latest = json.load(sys.stdin)["offers"][0]; print(latest["version"] if latest["response"] == "upgrade" else "4.1")') + WORDPRESS_INSTALL_VERSION=$(curl -s "https://api.wordpress.org/core/version-check/1.7/?version=5.5.3" | python -c 'import sys, json; latest = json.load(sys.stdin)["offers"][0]; print(latest["version"] if latest["response"] == "upgrade" else "5.5.3")') fi # Download WordPress. From 9ddc41f5997f51c499b25fa36fcd4f731b47a3d3 Mon Sep 17 00:00:00 2001 From: Marc Schindler <26382876+mschindl@users.noreply.github.com> Date: Thu, 19 Nov 2020 08:58:41 +0100 Subject: [PATCH 4/6] Update classic-standalone.json --- templates/classic-standalone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/classic-standalone.json b/templates/classic-standalone.json index f9f7878..1cbe816 100644 --- a/templates/classic-standalone.json +++ b/templates/classic-standalone.json @@ -75,7 +75,7 @@ { "name": "MYSQL_VERSION", "description": "The version of the MySQL database.", - "value": "5.7", + "value": "latest", "required": true }, { From 1373fc0b53ec1288b20fe6c2c8d21d51d44110ee Mon Sep 17 00:00:00 2001 From: Marc Schindler <26382876+mschindl@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:00:47 +0100 Subject: [PATCH 5/6] Update classic-standalone.json --- templates/classic-standalone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/classic-standalone.json b/templates/classic-standalone.json index 1cbe816..cf0866b 100644 --- a/templates/classic-standalone.json +++ b/templates/classic-standalone.json @@ -75,7 +75,7 @@ { "name": "MYSQL_VERSION", "description": "The version of the MySQL database.", - "value": "latest", + "value": "5.4", "required": true }, { From 0c79c556049181839bac41b11c0916fa06ffe298 Mon Sep 17 00:00:00 2001 From: Marc Schindler <26382876+mschindl@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:02:46 +0100 Subject: [PATCH 6/6] Update classic-standalone.json --- templates/classic-standalone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/classic-standalone.json b/templates/classic-standalone.json index cf0866b..1cbe816 100644 --- a/templates/classic-standalone.json +++ b/templates/classic-standalone.json @@ -75,7 +75,7 @@ { "name": "MYSQL_VERSION", "description": "The version of the MySQL database.", - "value": "5.4", + "value": "latest", "required": true }, {