diff --git a/imagestreams/postgresql-centos.json b/imagestreams/postgresql-centos.json index c0438dbc..9281f283 100644 --- a/imagestreams/postgresql-centos.json +++ b/imagestreams/postgresql-centos.json @@ -44,6 +44,24 @@ "type": "Local" } }, + { + "name": "13-el7", + "annotations": { + "openshift.io/display-name": "PostgreSQL 13 (CentOS 7)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a PostgreSQL 13 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.", + "iconClass": "icon-postgresql", + "tags": "database,postgresql", + "version": "13" + }, + "from": { + "kind": "DockerImage", + "name": "quay.io/centos7/postgresql-13-centos7:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "12-el7", "annotations": { diff --git a/test/run-openshift-local-cluster b/test/run-openshift-local-cluster index b59aeb0c..c3550c0f 100755 --- a/test/run-openshift-local-cluster +++ b/test/run-openshift-local-cluster @@ -451,7 +451,7 @@ function run_latest_imagestreams_test() { local result=1 # Switch to root directory of a container echo "Testing the latest version in imagestreams" - pushd "${test_dir}/.." >/dev/null || return 1 + pushd "${THISDIR}/.." >/dev/null || return 1 ct_check_latest_imagestreams result=$? popd >/dev/null || return 1