image-streams-centos7.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  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.1"
  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. "name": "10.1",
  395. "annotations": {
  396. "description": "Build and run Java applications on Wildfly 10.1",
  397. "iconClass": "icon-wildfly",
  398. "tags": "builder,wildfly,java",
  399. "supports":"wildfly:10.1,jee,java",
  400. "version": "10.1",
  401. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  402. },
  403. "from": {
  404. "kind": "DockerImage",
  405. "name": "openshift/wildfly-101-centos7:latest"
  406. }
  407. }
  408. ]
  409. }
  410. },
  411. {
  412. "kind": "ImageStream",
  413. "apiVersion": "v1",
  414. "metadata": {
  415. "name": "mysql"
  416. },
  417. "spec": {
  418. "tags": [
  419. {
  420. "name": "latest",
  421. "annotations": {
  422. "description": "Provides a MySQL database",
  423. "iconClass": "icon-mysql-database",
  424. "tags": "mysql"
  425. },
  426. "from": {
  427. "kind": "ImageStreamTag",
  428. "name": "5.6"
  429. }
  430. },
  431. {
  432. "name": "5.5",
  433. "annotations": {
  434. "description": "Provides a MySQL v5.5 database",
  435. "iconClass": "icon-mysql-database",
  436. "tags": "mysql",
  437. "version": "5.5"
  438. },
  439. "from": {
  440. "kind": "DockerImage",
  441. "name": "openshift/mysql-55-centos7:latest"
  442. }
  443. },
  444. {
  445. "name": "5.6",
  446. "annotations": {
  447. "description": "Provides a MySQL v5.6 database",
  448. "iconClass": "icon-mysql-database",
  449. "tags": "mysql",
  450. "version": "5.6"
  451. },
  452. "from": {
  453. "kind": "DockerImage",
  454. "name": "centos/mysql-56-centos7:latest"
  455. }
  456. }
  457. ]
  458. }
  459. },
  460. {
  461. "kind": "ImageStream",
  462. "apiVersion": "v1",
  463. "metadata": {
  464. "name": "mariadb"
  465. },
  466. "spec": {
  467. "tags": [
  468. {
  469. "name": "latest",
  470. "annotations": {
  471. "description": "Provides a MariaDB database",
  472. "iconClass": "icon-mariadb",
  473. "tags": "mariadb"
  474. },
  475. "from": {
  476. "kind": "ImageStreamTag",
  477. "name": "10.1"
  478. }
  479. },
  480. {
  481. "name": "10.1",
  482. "annotations": {
  483. "description": "Provides a MariaDB v10.1 database",
  484. "iconClass": "icon-mariadb",
  485. "tags": "mariadb",
  486. "version": "10.1"
  487. },
  488. "from": {
  489. "kind": "DockerImage",
  490. "name": "centos/mariadb-101-centos7:latest"
  491. }
  492. }
  493. ]
  494. }
  495. },
  496. {
  497. "kind": "ImageStream",
  498. "apiVersion": "v1",
  499. "metadata": {
  500. "name": "postgresql"
  501. },
  502. "spec": {
  503. "tags": [
  504. {
  505. "name": "latest",
  506. "annotations": {
  507. "description": "Provides a PostgreSQL database",
  508. "iconClass": "icon-postgresql",
  509. "tags": "postgresql"
  510. },
  511. "from": {
  512. "kind": "ImageStreamTag",
  513. "name": "9.5"
  514. }
  515. },
  516. {
  517. "name": "9.2",
  518. "annotations": {
  519. "description": "Provides a PostgreSQL v9.2 database",
  520. "iconClass": "icon-postgresql",
  521. "tags": "postgresql",
  522. "version": "9.2"
  523. },
  524. "from": {
  525. "kind": "DockerImage",
  526. "name": "openshift/postgresql-92-centos7:latest"
  527. }
  528. },
  529. {
  530. "name": "9.4",
  531. "annotations": {
  532. "description": "Provides a PostgreSQL v9.4 database",
  533. "iconClass": "icon-postgresql",
  534. "tags": "postgresql",
  535. "version": "9.4"
  536. },
  537. "from": {
  538. "kind": "DockerImage",
  539. "name": "centos/postgresql-94-centos7:latest"
  540. }
  541. },
  542. {
  543. "name": "9.5",
  544. "annotations": {
  545. "description": "Provides a PostgreSQL v9.5 database",
  546. "iconClass": "icon-postgresql",
  547. "tags": "postgresql",
  548. "version": "9.5"
  549. },
  550. "from": {
  551. "kind": "DockerImage",
  552. "name": "centos/postgresql-95-centos7:latest"
  553. }
  554. }
  555. ]
  556. }
  557. },
  558. {
  559. "kind": "ImageStream",
  560. "apiVersion": "v1",
  561. "metadata": {
  562. "name": "mongodb"
  563. },
  564. "spec": {
  565. "tags": [
  566. {
  567. "name": "latest",
  568. "annotations": {
  569. "description": "Provides a MongoDB database",
  570. "iconClass": "icon-mongodb",
  571. "tags": "mongodb"
  572. },
  573. "from": {
  574. "kind": "ImageStreamTag",
  575. "name": "3.2"
  576. }
  577. },
  578. {
  579. "name": "2.4",
  580. "annotations": {
  581. "description": "Provides a MongoDB v2.4 database",
  582. "iconClass": "icon-mongodb",
  583. "tags": "mongodb",
  584. "version": "2.4"
  585. },
  586. "from": {
  587. "kind": "DockerImage",
  588. "name": "openshift/mongodb-24-centos7:latest"
  589. }
  590. },
  591. {
  592. "name": "2.6",
  593. "annotations": {
  594. "description": "Provides a MongoDB v2.6 database",
  595. "iconClass": "icon-mongodb",
  596. "tags": "mongodb",
  597. "version": "2.6"
  598. },
  599. "from": {
  600. "kind": "DockerImage",
  601. "name": "centos/mongodb-26-centos7:latest"
  602. }
  603. },
  604. {
  605. "name": "3.2",
  606. "annotations": {
  607. "description": "Provides a MongoDB v3.2 database",
  608. "iconClass": "icon-mongodb",
  609. "tags": "mongodb",
  610. "version": "3.2"
  611. },
  612. "from": {
  613. "kind": "DockerImage",
  614. "name": "centos/mongodb-32-centos7:latest"
  615. }
  616. }
  617. ]
  618. }
  619. },
  620. {
  621. "kind": "ImageStream",
  622. "apiVersion": "v1",
  623. "metadata": {
  624. "name": "jenkins"
  625. },
  626. "spec": {
  627. "tags": [
  628. {
  629. "name": "latest",
  630. "annotations": {
  631. "description": "Provides a Jenkins server",
  632. "iconClass": "icon-jenkins",
  633. "tags": "jenkins"
  634. },
  635. "from": {
  636. "kind": "ImageStreamTag",
  637. "name": "1"
  638. }
  639. },
  640. {
  641. "name": "1",
  642. "annotations": {
  643. "description": "Provides a Jenkins server",
  644. "iconClass": "icon-jenkins",
  645. "tags": "jenkins",
  646. "version": "1.x"
  647. },
  648. "from": {
  649. "kind": "DockerImage",
  650. "name": "openshift/jenkins-1-centos7:latest"
  651. }
  652. }
  653. ]
  654. }
  655. }
  656. ]
  657. }