mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
9
scripts/supported-311-is.sh
Executable file
9
scripts/supported-311-is.sh
Executable 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
|
||||
Reference in New Issue
Block a user