Distgen regenerated content + manual change for minimal container

This commit is contained in:
phracek 2022-02-22 09:02:31 +00:00
commit aa1ec203ed
4 changed files with 26 additions and 8 deletions

View file

@ -24,7 +24,7 @@ function test_python_imagestream() {
'python' \
'Welcome to your Django application on OpenShift' \
8080 http 200 "-p SOURCE_REPOSITORY_REF=master -p PYTHON_VERSION=${VERSION} -p POSTGRESQL_VERSION=10 -p NAME=python-testing" \
"rhscl/postgresql-10-rhel7|postgresql:10"
"quay.io/centos7/postgresql-10-centos7|postgresql:10"
}
# vim: set tabstop=2:shiftwidth=2:expandtab: