image-streams-centos7.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. {
  2. "kind": "ImageStreamList",
  3. "apiVersion": "v1",
  4. "metadata": {},
  5. "items": [
  6. {
  7. "kind": "ImageStream",
  8. "apiVersion": "v1",
  9. "metadata": {
  10. "name": "ruby",
  11. "creationTimestamp": null
  12. },
  13. "spec": {
  14. "tags": [
  15. {
  16. "name": "latest",
  17. "annotations": {
  18. "description": "Build and run Ruby applications",
  19. "iconClass": "icon-ruby",
  20. "tags": "builder,ruby",
  21. "supports": "ruby",
  22. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  23. },
  24. "from": {
  25. "kind": "ImageStreamTag",
  26. "name": "2.2"
  27. }
  28. },
  29. {
  30. "name": "2.0",
  31. "annotations": {
  32. "description": "Build and run Ruby 2.0 applications",
  33. "iconClass": "icon-ruby",
  34. "tags": "builder,ruby",
  35. "supports": "ruby:2.0,ruby",
  36. "version": "2.0",
  37. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  38. },
  39. "from": {
  40. "kind": "DockerImage",
  41. "name": "openshift/ruby-20-centos7:latest"
  42. }
  43. },
  44. {
  45. "name": "2.2",
  46. "annotations": {
  47. "description": "Build and run Ruby 2.2 applications",
  48. "iconClass": "icon-ruby",
  49. "tags": "builder,ruby",
  50. "supports": "ruby:2.2,ruby",
  51. "version": "2.2",
  52. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  53. },
  54. "from": {
  55. "kind": "DockerImage",
  56. "name": "centos/ruby-22-centos7:latest"
  57. }
  58. }
  59. ]
  60. }
  61. },
  62. {
  63. "kind": "ImageStream",
  64. "apiVersion": "v1",
  65. "metadata": {
  66. "name": "nodejs",
  67. "creationTimestamp": null
  68. },
  69. "spec": {
  70. "tags": [
  71. {
  72. "name": "latest",
  73. "annotations": {
  74. "description": "Build and run NodeJS applications",
  75. "iconClass": "icon-nodejs",
  76. "tags": "builder,nodejs",
  77. "supports":"nodejs",
  78. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  79. },
  80. "from": {
  81. "kind": "ImageStreamTag",
  82. "name": "0.10"
  83. }
  84. },
  85. {
  86. "name": "0.10",
  87. "annotations": {
  88. "description": "Build and run NodeJS 0.10 applications",
  89. "iconClass": "icon-nodejs",
  90. "tags": "builder,nodejs",
  91. "supports":"nodejs:0.10,nodejs:0.1,nodejs",
  92. "version": "0.10",
  93. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  94. },
  95. "from": {
  96. "kind": "DockerImage",
  97. "name": "openshift/nodejs-010-centos7:latest"
  98. }
  99. }
  100. ]
  101. }
  102. },
  103. {
  104. "kind": "ImageStream",
  105. "apiVersion": "v1",
  106. "metadata": {
  107. "name": "perl",
  108. "creationTimestamp": null
  109. },
  110. "spec": {
  111. "tags": [
  112. {
  113. "name": "latest",
  114. "annotations": {
  115. "description": "Build and run Perl applications",
  116. "iconClass": "icon-perl",
  117. "tags": "builder,perl",
  118. "supports":"perl",
  119. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  120. },
  121. "from": {
  122. "kind": "ImageStreamTag",
  123. "name": "5.20"
  124. }
  125. },
  126. {
  127. "name": "5.16",
  128. "annotations": {
  129. "description": "Build and run Perl 5.16 applications",
  130. "iconClass": "icon-perl",
  131. "tags": "builder,perl",
  132. "supports":"perl:5.16,perl",
  133. "version": "5.16",
  134. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  135. },
  136. "from": {
  137. "kind": "DockerImage",
  138. "name": "openshift/perl-516-centos7:latest"
  139. }
  140. },
  141. {
  142. "name": "5.20",
  143. "annotations": {
  144. "description": "Build and run Perl 5.20 applications",
  145. "iconClass": "icon-perl",
  146. "tags": "builder,perl",
  147. "supports":"perl:5.20,perl",
  148. "version": "5.20",
  149. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  150. },
  151. "from": {
  152. "kind": "DockerImage",
  153. "name": "centos/perl-520-centos7:latest"
  154. }
  155. }
  156. ]
  157. }
  158. },
  159. {
  160. "kind": "ImageStream",
  161. "apiVersion": "v1",
  162. "metadata": {
  163. "name": "php",
  164. "creationTimestamp": null
  165. },
  166. "spec": {
  167. "tags": [
  168. {
  169. "name": "latest",
  170. "annotations": {
  171. "description": "Build and run PHP applications",
  172. "iconClass": "icon-php",
  173. "tags": "builder,php",
  174. "supports":"php",
  175. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  176. },
  177. "from": {
  178. "kind": "ImageStreamTag",
  179. "name": "5.6"
  180. }
  181. },
  182. {
  183. "name": "5.5",
  184. "annotations": {
  185. "description": "Build and run PHP 5.5 applications",
  186. "iconClass": "icon-php",
  187. "tags": "builder,php",
  188. "supports":"php:5.5,php",
  189. "version": "5.5",
  190. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  191. },
  192. "from": {
  193. "kind": "DockerImage",
  194. "name": "openshift/php-55-centos7:latest"
  195. }
  196. },
  197. {
  198. "name": "5.6",
  199. "annotations": {
  200. "description": "Build and run PHP 5.6 applications",
  201. "iconClass": "icon-php",
  202. "tags": "builder,php",
  203. "supports":"php:5.6,php",
  204. "version": "5.6",
  205. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  206. },
  207. "from": {
  208. "kind": "DockerImage",
  209. "name": "centos/php-56-centos7:latest"
  210. }
  211. }
  212. ]
  213. }
  214. },
  215. {
  216. "kind": "ImageStream",
  217. "apiVersion": "v1",
  218. "metadata": {
  219. "name": "python",
  220. "creationTimestamp": null
  221. },
  222. "spec": {
  223. "tags": [
  224. {
  225. "name": "latest",
  226. "annotations": {
  227. "description": "Build and run Python applications",
  228. "iconClass": "icon-python",
  229. "tags": "builder,python",
  230. "supports":"python",
  231. "sampleRepo": "https://github.com/openshift/django-ex.git"
  232. },
  233. "from": {
  234. "kind": "ImageStreamTag",
  235. "name": "3.4"
  236. }
  237. },
  238. {
  239. "name": "3.3",
  240. "annotations": {
  241. "description": "Build and run Python 3.3 applications",
  242. "iconClass": "icon-python",
  243. "tags": "builder,python",
  244. "supports":"python:3.3,python",
  245. "version": "3.3",
  246. "sampleRepo": "https://github.com/openshift/django-ex.git"
  247. },
  248. "from": {
  249. "kind": "DockerImage",
  250. "name": "openshift/python-33-centos7:latest"
  251. }
  252. },
  253. {
  254. "name": "2.7",
  255. "annotations": {
  256. "description": "Build and run Python 2.7 applications",
  257. "iconClass": "icon-python",
  258. "tags": "builder,python",
  259. "supports":"python:2.7,python",
  260. "version": "2.7",
  261. "sampleRepo": "https://github.com/openshift/django-ex.git"
  262. },
  263. "from": {
  264. "kind": "DockerImage",
  265. "name": "centos/python-27-centos7:latest"
  266. }
  267. },
  268. {
  269. "name": "3.4",
  270. "annotations": {
  271. "description": "Build and run Python 3.4 applications",
  272. "iconClass": "icon-python",
  273. "tags": "builder,python",
  274. "supports":"python:3.4,python",
  275. "version": "3.4",
  276. "sampleRepo": "https://github.com/openshift/django-ex.git"
  277. },
  278. "from": {
  279. "kind": "DockerImage",
  280. "name": "centos/python-34-centos7:latest"
  281. }
  282. }
  283. ]
  284. }
  285. },
  286. {
  287. "kind": "ImageStream",
  288. "apiVersion": "v1",
  289. "metadata": {
  290. "name": "wildfly",
  291. "creationTimestamp": null
  292. },
  293. "spec": {
  294. "tags": [
  295. {
  296. "name": "latest",
  297. "annotations": {
  298. "description": "Build and run Java applications on Wildfly",
  299. "iconClass": "icon-wildfly",
  300. "tags": "builder,wildfly,java",
  301. "supports":"jee,java",
  302. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  303. },
  304. "from": {
  305. "kind": "ImageStreamTag",
  306. "name": "10.0"
  307. }
  308. },
  309. {
  310. "name": "8.1",
  311. "annotations": {
  312. "description": "Build and run Java applications on Wildfly 8.1",
  313. "iconClass": "icon-wildfly",
  314. "tags": "builder,wildfly,java",
  315. "supports":"wildfly:8.1,jee,java",
  316. "version": "8.1",
  317. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  318. },
  319. "from": {
  320. "kind": "DockerImage",
  321. "name": "openshift/wildfly-81-centos7:latest"
  322. }
  323. },
  324. {
  325. "name": "9.0",
  326. "annotations": {
  327. "description": "Build and run Java applications on Wildfly 9.0",
  328. "iconClass": "icon-wildfly",
  329. "tags": "builder,wildfly,java",
  330. "supports":"wildfly:9.0,jee,java",
  331. "version": "9.0",
  332. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  333. },
  334. "from": {
  335. "kind": "DockerImage",
  336. "name": "openshift/wildfly-90-centos7:latest"
  337. }
  338. },
  339. {
  340. "name": "10.0",
  341. "annotations": {
  342. "description": "Build and run Java applications on Wildfly 10.0",
  343. "iconClass": "icon-wildfly",
  344. "tags": "builder,wildfly,java",
  345. "supports":"wildfly:10.0,jee,java",
  346. "version": "10.0",
  347. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  348. },
  349. "from": {
  350. "kind": "DockerImage",
  351. "name": "openshift/wildfly-100-centos7:latest"
  352. }
  353. }
  354. ]
  355. }
  356. },
  357. {
  358. "kind": "ImageStream",
  359. "apiVersion": "v1",
  360. "metadata": {
  361. "name": "mysql",
  362. "creationTimestamp": null
  363. },
  364. "spec": {
  365. "tags": [
  366. {
  367. "name": "latest",
  368. "annotations": {
  369. "description": "Provides a MySQL database",
  370. "iconClass": "icon-mysql-database",
  371. "tags": "mysql"
  372. },
  373. "from": {
  374. "kind": "ImageStreamTag",
  375. "name": "5.6"
  376. }
  377. },
  378. {
  379. "name": "5.5",
  380. "annotations": {
  381. "description": "Provides a MySQL v5.5 database",
  382. "iconClass": "icon-mysql-database",
  383. "tags": "mysql",
  384. "version": "5.5"
  385. },
  386. "from": {
  387. "kind": "DockerImage",
  388. "name": "openshift/mysql-55-centos7:latest"
  389. }
  390. },
  391. {
  392. "name": "5.6",
  393. "annotations": {
  394. "description": "Provides a MySQL v5.6 database",
  395. "iconClass": "icon-mysql-database",
  396. "tags": "mysql",
  397. "version": "5.6"
  398. },
  399. "from": {
  400. "kind": "DockerImage",
  401. "name": "centos/mysql-56-centos7:latest"
  402. }
  403. }
  404. ]
  405. }
  406. },
  407. {
  408. "kind": "ImageStream",
  409. "apiVersion": "v1",
  410. "metadata": {
  411. "name": "postgresql",
  412. "creationTimestamp": null
  413. },
  414. "spec": {
  415. "tags": [
  416. {
  417. "name": "latest",
  418. "annotations": {
  419. "description": "Provides a PostgreSQL database",
  420. "iconClass": "icon-postgresql",
  421. "tags": "postgresql"
  422. },
  423. "from": {
  424. "kind": "ImageStreamTag",
  425. "name": "9.4"
  426. }
  427. },
  428. {
  429. "name": "9.2",
  430. "annotations": {
  431. "description": "Provides a PostgreSQL v9.2 database",
  432. "iconClass": "icon-postgresql",
  433. "tags": "postgresql",
  434. "version": "9.2"
  435. },
  436. "from": {
  437. "kind": "DockerImage",
  438. "name": "openshift/postgresql-92-centos7:latest"
  439. }
  440. },
  441. {
  442. "name": "9.4",
  443. "annotations": {
  444. "description": "Provides a PostgreSQL v9.4 database",
  445. "iconClass": "icon-postgresql",
  446. "tags": "postgresql",
  447. "version": "9.4"
  448. },
  449. "from": {
  450. "kind": "DockerImage",
  451. "name": "centos/postgresql-94-centos7:latest"
  452. }
  453. }
  454. ]
  455. }
  456. },
  457. {
  458. "kind": "ImageStream",
  459. "apiVersion": "v1",
  460. "metadata": {
  461. "name": "mongodb",
  462. "creationTimestamp": null
  463. },
  464. "spec": {
  465. "tags": [
  466. {
  467. "name": "latest",
  468. "annotations": {
  469. "description": "Provides a MongoDB database",
  470. "iconClass": "icon-mongodb",
  471. "tags": "mongodb"
  472. },
  473. "from": {
  474. "kind": "ImageStreamTag",
  475. "name": "2.6"
  476. }
  477. },
  478. {
  479. "name": "2.4",
  480. "annotations": {
  481. "description": "Provides a MongoDB v2.4 database",
  482. "iconClass": "icon-mongodb",
  483. "tags": "mongodb",
  484. "version": "2.4"
  485. },
  486. "from": {
  487. "kind": "DockerImage",
  488. "name": "openshift/mongodb-24-centos7:latest"
  489. }
  490. },
  491. {
  492. "name": "2.6",
  493. "annotations": {
  494. "description": "Provides a MongoDB v2.6 database",
  495. "iconClass": "icon-mongodb",
  496. "tags": "mongodb",
  497. "version": "2.6"
  498. },
  499. "from": {
  500. "kind": "DockerImage",
  501. "name": "centos/mongodb-26-centos7:latest"
  502. }
  503. }
  504. ]
  505. }
  506. },
  507. {
  508. "kind": "ImageStream",
  509. "apiVersion": "v1",
  510. "metadata": {
  511. "name": "jenkins",
  512. "creationTimestamp": null
  513. },
  514. "spec": {
  515. "tags": [
  516. {
  517. "name": "latest",
  518. "annotations": {
  519. "description": "Provides a Jenkins server",
  520. "iconClass": "icon-jenkins",
  521. "tags": "jenkins"
  522. },
  523. "from": {
  524. "kind": "ImageStreamTag",
  525. "name": "1"
  526. }
  527. },
  528. {
  529. "name": "1",
  530. "annotations": {
  531. "description": "Provides a Jenkins server",
  532. "iconClass": "icon-jenkins",
  533. "tags": "jenkins",
  534. "version": "1.x"
  535. },
  536. "from": {
  537. "kind": "DockerImage",
  538. "name": "openshift/jenkins-1-centos7:latest"
  539. }
  540. }
  541. ]
  542. }
  543. }
  544. ]
  545. }