Skip to content

Commit

Permalink
Merge pull request #117 from multi-arch/master
Browse files Browse the repository at this point in the history
Move templates to RHEL/CentOS/UBI 8
  • Loading branch information
hhorak authored Sep 1, 2020
2 parents bd91b24 + 53cc1ad commit 377fe8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions openshift/templates/cakephp-mysql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "mysql:8.0"
"name": "mysql:8.0-el8"
}
}
},
Expand Down Expand Up @@ -467,9 +467,9 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.3 or latest).",
"description": "Version of PHP image to be used (7.3-ubi7, 7.3-ubi8, or latest).",
"required": true,
"value": "7.3"
"value": "7.3-ubi8"
},
{
"name": "MEMORY_LIMIT",
Expand Down
6 changes: 3 additions & 3 deletions openshift/templates/cakephp-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "mysql:8.0"
"name": "mysql:8.0-el8"
}
}
},
Expand Down Expand Up @@ -448,9 +448,9 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.3 or latest).",
"description": "Version of PHP image to be used (7.3-ubi7, 7.3-ubi8, or latest).",
"required": true,
"value": "7.3"
"value": "7.3-ubi8"
},
{
"name": "MEMORY_LIMIT",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/cakephp.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.3 or latest).",
"description": "Version of PHP image to be used (7.3-ubi7, 7.3-ubi8, or latest).",
"required": true,
"value": "7.3"
"value": "7.3-ubi8"
},
{
"name": "MEMORY_LIMIT",
Expand Down

0 comments on commit 377fe8f

Please sign in to comment.