image-streams-centos7.json 18 KB

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