Remove deprecated images and update tests (#3587)

* Remove deprecated nodejs 8 images

* Update README

* Updated README

* Addressed review comments

* Fixing unit test failure

* Addressed review comment

* Fixing travis failure

* Checking oc version

* Applying supported image imagestream

* Applying supported image imagestream

* Added supported is

* Debugging

* Cleanup

* Updated test doc

* Cleanup
This commit is contained in:
Amit Rout
2020-07-27 07:01:33 +05:30
committed by GitHub
parent cb129c87cc
commit b3cf595506
10 changed files with 217 additions and 14 deletions

9
scripts/supported-311-is.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -x
# Image stream source https://github.com/openshift/library/tree/master/community
# odo supported nodejs image stream
oc apply -n openshift -f tests/image-streams/supported-nodejs.json
# odo supported java image stream
oc apply -n openshift -f tests/image-streams/supported-java.json