image-streams-centos7.json 19 KB

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