Skip to content

Commit

Permalink
add nodejs6 centos imagestreamtag
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed May 21, 2017
1 parent 74e1a68 commit c115721
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 4 deletions.
18 changes: 17 additions & 1 deletion examples/image-streams/image-streams-centos7.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"from": {
"kind": "ImageStreamTag",
"name": "4"
"name": "6"
}
},
{
Expand Down Expand Up @@ -137,6 +137,22 @@
"kind": "DockerImage",
"name": "centos/nodejs-4-centos7:latest"
}
},
{
"name": "6",
"annotations": {
"openshift.io/display-name": "Node.js 6",
"description": "Build and run Node.js 6 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/6/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"supports":"nodejs:6,nodejs",
"version": "6",
"sampleRepo": "https://github.com/openshift/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "centos/nodejs-6-centos7:latest"
}
}
]
}
Expand Down
18 changes: 17 additions & 1 deletion pkg/bootstrap/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/cmd/newapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ os::cmd::try_until_success 'oc get imagestreamtags wildfly:8.1'

os::cmd::expect_success_and_text 'oc new-app --search --image-stream=mongodb' "Tags:\s+2.6, 3.2, latest"
os::cmd::expect_success_and_text 'oc new-app --search --image-stream=mysql' "Tags:\s+5.6, 5.7, latest"
os::cmd::expect_success_and_text 'oc new-app --search --image-stream=nodejs' "Tags:\s+4, latest"
os::cmd::expect_success_and_text 'oc new-app --search --image-stream=nodejs' "Tags:\s+4, 6, latest"
os::cmd::expect_success_and_text 'oc new-app --search --image-stream=perl' "Tags:\s+5.20, 5.24, latest"
os::cmd::expect_success_and_text 'oc new-app --search --image-stream=php' "Tags:\s+5.6, 7.0, latest"
os::cmd::expect_success_and_text 'oc new-app --search --image-stream=postgresql' "Tags:\s+9.4, 9.5, latest"
Expand Down
18 changes: 17 additions & 1 deletion test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c115721

Please sign in to comment.