Skip to content

Commit

Permalink
Merge pull request #13967 from bparees/nodejs
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Apr 30, 2017
2 parents 1c79486 + 9a15541 commit 1ba9541
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 14 deletions.
20 changes: 18 additions & 2 deletions examples/image-streams/image-streams-rhel7.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": "registry.access.redhat.com/rhscl/nodejs-4-rhel7:latest"
}
},
{
"name": "6",
"annotations": {
"openshift.io/display-name": "Node.js 6",
"description": "Build and run Node.js 6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"supports":"nodejs:6,nodejs",
"version": "6",
"sampleRepo": "https://github.com/openshift/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/rhscl/nodejs-6-rhel7:latest"
}
}
]
}
Expand Down Expand Up @@ -253,7 +269,7 @@
"tags": "hidden,builder,php",
"supports":"php:5.5,php",
"version": "5.5",
"sampleRepo": "https://github.com/openshift/cakephp-ex.git"
"sampleRepo": "https://github.com/openshift/cakephp-ex.git"
},
"from": {
"kind": "DockerImage",
Expand Down
3 changes: 3 additions & 0 deletions examples/quickstarts/dancer-mysql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
}
},
"spec": {
"strategy": {
"type": "Recreate"
},
"triggers": [
{
"type": "ImageChange",
Expand Down
3 changes: 3 additions & 0 deletions examples/quickstarts/dancer-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
}
},
"spec": {
"strategy": {
"type": "Recreate"
},
"triggers": [
{
"type": "ImageChange",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstarts/django-postgresql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstarts/django-postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstarts/nodejs-mongodb-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstarts/nodejs-mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{
Expand Down
34 changes: 28 additions & 6 deletions pkg/bootstrap/bindata.go

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

20 changes: 18 additions & 2 deletions 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 1ba9541

Please sign in to comment.