Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions imagestreams/postgresql-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion test/run-openshift-local-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down