Update from the upstream Github repository
This commit is contained in:
parent
896a5dcee2
commit
fdf8f9b035
12 changed files with 236 additions and 68 deletions
|
|
@ -46,8 +46,8 @@ for template in $EPHEMERAL_TEMPLATES; do
|
|||
"$template" \
|
||||
python \
|
||||
'Welcome to your Django application on OpenShift' \
|
||||
8080 http 200 "-p SOURCE_REPOSITORY_REF=master -p PYTHON_VERSION=${VERSION} -p POSTGRESQL_VERSION=9.6 -p NAME=python-testing" \
|
||||
"centos/postgresql-96-centos7|postgresql:9.6"
|
||||
8080 http 200 "-p SOURCE_REPOSITORY_REF=master -p PYTHON_VERSION=${VERSION} -p POSTGRESQL_VERSION=10 -p NAME=python-testing" \
|
||||
"quay.io/centos7/postgresql-10-centos7|postgresql:10"
|
||||
done
|
||||
|
||||
# Check the imagestream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue