diff --git a/README.md b/README.md index fa62357d3..b3de4d7ac 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The resulting image can be run using [podman](https://github.com/containers/libp For more information about using these images with OpenShift, please see the official [OpenShift Documentation](https://docs.okd.io/latest/using_images/s2i_images/php.html). +This image is also test in OpenShift 4 environment + For more information about contributing, see [the Contribution Guidelines](https://github.com/sclorg/welcome/blob/master/contribution.md). For more information about concepts used in these container images, see the diff --git a/common b/common index 856c02d9e..918d3f92e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 856c02d9ef7ff3459b5859d3a8ee7151d002c1ec +Subproject commit 918d3f92ee22438ceb2d25ec6e9fbbd0a5a1a9a3 diff --git a/test/run-openshift-remote-cluster b/test/run-openshift-remote-cluster index ac76aea62..89fbdcadc 100755 --- a/test/run-openshift-remote-cluster +++ b/test/run-openshift-remote-cluster @@ -18,6 +18,8 @@ trap ct_os_cleanup EXIT SIGINT ct_os_check_compulsory_vars +oc version + oc status || false "It looks like oc is not properly logged in." export CT_SKIP_NEW_PROJECT=true