Skip to content

Commit a64fbd0

Browse files
author
OpenShift Bot
committed
Merge pull request #8892 from gabemontero/fixContainerImageField
Merged by openshift-bot
2 parents 2d3c8b2 + f7f5dcf commit a64fbd0

16 files changed

+37
-37
lines changed

examples/db-templates/mongodb-ephemeral-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"containers": [
8686
{
8787
"name": "mongodb",
88-
"image": "mongodb",
88+
"image": " ",
8989
"ports": [
9090
{
9191
"containerPort": 27017,

examples/db-templates/mongodb-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"containers": [
103103
{
104104
"name": "mongodb",
105-
"image": "mongodb",
105+
"image": " ",
106106
"ports": [
107107
{
108108
"containerPort": 27017,

examples/db-templates/mysql-ephemeral-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"containers": [
8686
{
8787
"name": "mysql",
88-
"image": "mysql",
88+
"image": " ",
8989
"ports": [
9090
{
9191
"containerPort": 3306,

examples/db-templates/mysql-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"containers": [
103103
{
104104
"name": "mysql",
105-
"image": "mysql",
105+
"image": " ",
106106
"ports": [
107107
{
108108
"containerPort": 3306,

examples/db-templates/postgresql-ephemeral-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"containers": [
8686
{
8787
"name": "postgresql",
88-
"image": "postgresql",
88+
"image": " ",
8989
"ports": [
9090
{
9191
"containerPort": 5432,

examples/db-templates/postgresql-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"containers": [
103103
{
104104
"name": "postgresql",
105-
"image": "postgresql",
105+
"image": " ",
106106
"ports": [
107107
{
108108
"containerPort": 5432,

examples/jenkins-master/jenkins-master-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"containers": [
209209
{
210210
"name": "jenkins",
211-
"image": "jenkins-master",
211+
"image": " ",
212212
"readinessProbe": {
213213
"timeoutSeconds": 3,
214214
"initialDelaySeconds": 3,

examples/jenkins/application-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"containers": [
109109
{
110110
"name": "nodejs-helloworld",
111-
"image": "origin-nodejs-sample",
111+
"image": " ",
112112
"ports": [
113113
{
114114
"containerPort": 8080,
@@ -291,7 +291,7 @@
291291
"containers": [
292292
{
293293
"name": "nodejs-helloworld",
294-
"image": "origin-nodejs-sample",
294+
"image": " ",
295295
"ports": [
296296
{
297297
"containerPort": 8080,

examples/jenkins/jenkins-ephemeral-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"containers": [
103103
{
104104
"name": "jenkins",
105-
"image": "JENKINS_IMAGE",
105+
"image": " ",
106106
"readinessProbe": {
107107
"timeoutSeconds": 3,
108108
"initialDelaySeconds": 3,

examples/jenkins/jenkins-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"containers": [
120120
{
121121
"name": "jenkins",
122-
"image": "JENKINS_IMAGE",
122+
"image": " ",
123123
"readinessProbe": {
124124
"timeoutSeconds": 3,
125125
"initialDelaySeconds": 3,

examples/quickstarts/cakephp-mysql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"containers": [
167167
{
168168
"name": "cakephp-mysql-example",
169-
"image": "cakephp-mysql-example",
169+
"image": " ",
170170
"ports": [
171171
{
172172
"containerPort": 8080
@@ -312,7 +312,7 @@
312312
"containers": [
313313
{
314314
"name": "mysql",
315-
"image": "mysql",
315+
"image": " ",
316316
"ports": [
317317
{
318318
"containerPort": 3306

examples/quickstarts/dancer-mysql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"containers": [
153153
{
154154
"name": "dancer-mysql-example",
155-
"image": "dancer-mysql-example",
155+
"image": " ",
156156
"ports": [
157157
{
158158
"containerPort": 8080
@@ -286,7 +286,7 @@
286286
"containers": [
287287
{
288288
"name": "mysql",
289-
"image": "mysql",
289+
"image": " ",
290290
"ports": [
291291
{
292292
"containerPort": 3306

examples/quickstarts/django-postgresql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"containers": [
159159
{
160160
"name": "django-psql-example",
161-
"image": "django-psql-example",
161+
"image": " ",
162162
"ports": [
163163
{
164164
"containerPort": 8080
@@ -296,7 +296,7 @@
296296
"containers": [
297297
{
298298
"name": "postgresql",
299-
"image": "postgresql",
299+
"image": " ",
300300
"ports": [
301301
{
302302
"containerPort": 5432

examples/quickstarts/nodejs-mongodb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"containers": [
165165
{
166166
"name": "nodejs-mongodb-example",
167-
"image": "nodejs-mongodb-example",
167+
"image": " ",
168168
"ports": [
169169
{
170170
"containerPort": 8080
@@ -288,7 +288,7 @@
288288
"containers": [
289289
{
290290
"name": "mongodb",
291-
"image": "mongodb",
291+
"image": " ",
292292
"ports": [
293293
{
294294
"containerPort": 27017

examples/quickstarts/rails-postgresql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"containers": [
170170
{
171171
"name": "rails-postgresql-example",
172-
"image": "rails-postgresql-example",
172+
"image": " ",
173173
"ports": [
174174
{
175175
"containerPort": 8080
@@ -323,7 +323,7 @@
323323
"containers": [
324324
{
325325
"name": "postgresql",
326-
"image": "postgresql",
326+
"image": " ",
327327
"ports": [
328328
{
329329
"containerPort": 5432

pkg/bootstrap/bindata.go

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)