133 lines
5.2 KiB
JSON
133 lines
5.2 KiB
JSON
{
|
|
"kind": "ImageStream",
|
|
"apiVersion": "image.openshift.io/v1",
|
|
"metadata": {
|
|
"name": "php",
|
|
"annotations": {
|
|
"openshift.io/display-name": "PHP"
|
|
}
|
|
},
|
|
"spec": {
|
|
"tags": [
|
|
{
|
|
"name": "latest",
|
|
"annotations": {
|
|
"openshift.io/display-name": "PHP (Latest)",
|
|
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
|
"description": "Build and run PHP applications on UBI. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/8.0/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PHP available on OpenShift, including major version updates.",
|
|
"iconClass": "icon-php",
|
|
"tags": "builder,php",
|
|
"supports":"php",
|
|
"sampleRepo": "https://github.com/sclorg/cakephp-ex.git"
|
|
},
|
|
"from": {
|
|
"kind": "ImageStreamTag",
|
|
"name": "8.0-ubi8"
|
|
},
|
|
"referencePolicy": {
|
|
"type": "Local"
|
|
}
|
|
},
|
|
{
|
|
"name": "8.0-ubi9",
|
|
"annotations": {
|
|
"openshift.io/display-name": "PHP 8.0 (UBI 9)",
|
|
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
|
"description": "Build and run PHP 8.0 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/8.0/README.md.",
|
|
"iconClass": "icon-php",
|
|
"tags": "builder,php",
|
|
"supports":"php:8.0,php",
|
|
"version": "8.0",
|
|
"sampleRepo": "https://github.com/sclorg/cakephp-ex.git"
|
|
},
|
|
"from": {
|
|
"kind": "DockerImage",
|
|
"name": "registry.access.redhat.com/ubi9/php-80:latest"
|
|
},
|
|
"referencePolicy": {
|
|
"type": "Local"
|
|
}
|
|
},
|
|
{
|
|
"name": "8.0-ubi8",
|
|
"annotations": {
|
|
"openshift.io/display-name": "PHP 8.0 (UBI 8)",
|
|
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
|
"description": "Build and run PHP 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/8.0/README.md.",
|
|
"iconClass": "icon-php",
|
|
"tags": "builder,php",
|
|
"supports":"php:8.0,php",
|
|
"version": "8.0",
|
|
"sampleRepo": "https://github.com/sclorg/cakephp-ex.git"
|
|
},
|
|
"from": {
|
|
"kind": "DockerImage",
|
|
"name": "registry.access.redhat.com/ubi8/php-80:latest"
|
|
},
|
|
"referencePolicy": {
|
|
"type": "Local"
|
|
}
|
|
},
|
|
{
|
|
"name": "7.4-ubi8",
|
|
"annotations": {
|
|
"openshift.io/display-name": "PHP 7.4 (UBI 8)",
|
|
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
|
"description": "Build and run PHP 7.4 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.4/README.md.",
|
|
"iconClass": "icon-php",
|
|
"tags": "builder,php",
|
|
"supports":"php:7.4,php",
|
|
"version": "7.4",
|
|
"sampleRepo": "https://github.com/sclorg/cakephp-ex.git"
|
|
},
|
|
"from": {
|
|
"kind": "DockerImage",
|
|
"name": "registry.access.redhat.com/ubi8/php-74:latest"
|
|
},
|
|
"referencePolicy": {
|
|
"type": "Local"
|
|
}
|
|
},
|
|
{
|
|
"name": "7.3-ubi7",
|
|
"annotations": {
|
|
"openshift.io/display-name": "PHP 7.3 (UBI 7)",
|
|
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
|
"description": "Build and run PHP 7.3 applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.3/README.md.",
|
|
"iconClass": "icon-php",
|
|
"tags": "builder,php",
|
|
"supports":"php:7.3,php",
|
|
"version": "7.3",
|
|
"sampleRepo": "https://github.com/sclorg/cakephp-ex.git"
|
|
},
|
|
"from": {
|
|
"kind": "DockerImage",
|
|
"name": "registry.access.redhat.com/ubi7/php-73:latest"
|
|
},
|
|
"referencePolicy": {
|
|
"type": "Local"
|
|
}
|
|
},
|
|
{
|
|
"name": "7.3",
|
|
"annotations": {
|
|
"openshift.io/display-name": "PHP 7.3",
|
|
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
|
"description": "Build and run PHP 7.3 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.3/README.md.",
|
|
"iconClass": "icon-php",
|
|
"tags": "builder,php,hidden",
|
|
"supports":"php:7.3,php",
|
|
"version": "7.3",
|
|
"sampleRepo": "https://github.com/sclorg/cakephp-ex.git"
|
|
},
|
|
"from": {
|
|
"kind": "DockerImage",
|
|
"name": "quay.io/centos7/php-73-centos7:latest"
|
|
},
|
|
"referencePolicy": {
|
|
"type": "Local"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|