image-streams-rhel7.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  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": "registry.access.redhat.com/openshift3/ruby-20-rhel7: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": "registry.access.redhat.com/rhscl/ruby-22-rhel7: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": "registry.access.redhat.com/rhscl/ruby-23-rhel7: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": "registry.access.redhat.com/openshift3/nodejs-010-rhel7:latest"
  111. }
  112. },
  113. {
  114. "name": "4",
  115. "annotations": {
  116. "description": "Build and run NodeJS 4.x 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": "registry.access.redhat.com/rhscl/nodejs-4-rhel7: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": "registry.access.redhat.com/openshift3/perl-516-rhel7: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": "registry.access.redhat.com/rhscl/perl-520-rhel7: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": "registry.access.redhat.com/openshift3/php-55-rhel7: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": "registry.access.redhat.com/rhscl/php-56-rhel7: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": "registry.access.redhat.com/openshift3/python-33-rhel7: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": "registry.access.redhat.com/rhscl/python-27-rhel7: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": "registry.access.redhat.com/rhscl/python-34-rhel7: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": "registry.access.redhat.com/rhscl/python-35-rhel7:latest"
  321. }
  322. }
  323. ]
  324. }
  325. },
  326. {
  327. "kind": "ImageStream",
  328. "apiVersion": "v1",
  329. "metadata": {
  330. "name": "mysql"
  331. },
  332. "spec": {
  333. "tags": [
  334. {
  335. "name": "latest",
  336. "annotations": {
  337. "description": "Provides a MySQL database",
  338. "iconClass": "icon-mysql-database",
  339. "tags": "mysql"
  340. },
  341. "from": {
  342. "kind": "ImageStreamTag",
  343. "name": "5.6"
  344. }
  345. },
  346. {
  347. "name": "5.5",
  348. "annotations": {
  349. "description": "Provides a MySQL v5.5 database",
  350. "iconClass": "icon-mysql-database",
  351. "tags": "mysql",
  352. "version": "5.5"
  353. },
  354. "from": {
  355. "kind": "DockerImage",
  356. "name": "registry.access.redhat.com/openshift3/mysql-55-rhel7:latest"
  357. }
  358. },
  359. {
  360. "name": "5.6",
  361. "annotations": {
  362. "description": "Provides a MySQL v5.6 database",
  363. "iconClass": "icon-mysql-database",
  364. "tags": "mysql",
  365. "version": "5.6"
  366. },
  367. "from": {
  368. "kind": "DockerImage",
  369. "name": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
  370. }
  371. }
  372. ]
  373. }
  374. },
  375. {
  376. "kind": "ImageStream",
  377. "apiVersion": "v1",
  378. "metadata": {
  379. "name": "mariadb"
  380. },
  381. "spec": {
  382. "tags": [
  383. {
  384. "name": "latest",
  385. "annotations": {
  386. "description": "Provides a MariaDB database",
  387. "iconClass": "icon-mariadb",
  388. "tags": "mariadb"
  389. },
  390. "from": {
  391. "kind": "ImageStreamTag",
  392. "name": "10.1"
  393. }
  394. },
  395. {
  396. "name": "10.1",
  397. "annotations": {
  398. "description": "Provides a MariaDB v10.1 database",
  399. "iconClass": "icon-mariadb",
  400. "tags": "mariadb",
  401. "version": "10.1"
  402. },
  403. "from": {
  404. "kind": "DockerImage",
  405. "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
  406. }
  407. }
  408. ]
  409. }
  410. },
  411. {
  412. "kind": "ImageStream",
  413. "apiVersion": "v1",
  414. "metadata": {
  415. "name": "postgresql"
  416. },
  417. "spec": {
  418. "tags": [
  419. {
  420. "name": "latest",
  421. "annotations": {
  422. "description": "Provides a PostgreSQL database",
  423. "iconClass": "icon-postgresql",
  424. "tags": "postgresql"
  425. },
  426. "from": {
  427. "kind": "ImageStreamTag",
  428. "name": "9.5"
  429. }
  430. },
  431. {
  432. "name": "9.2",
  433. "annotations": {
  434. "description": "Provides a PostgreSQL v9.2 database",
  435. "iconClass": "icon-postgresql",
  436. "tags": "postgresql",
  437. "version": "9.2"
  438. },
  439. "from": {
  440. "kind": "DockerImage",
  441. "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
  442. }
  443. },
  444. {
  445. "name": "9.4",
  446. "annotations": {
  447. "description": "Provides a PostgreSQL v9.4 database",
  448. "iconClass": "icon-postgresql",
  449. "tags": "postgresql",
  450. "version": "9.4"
  451. },
  452. "from": {
  453. "kind": "DockerImage",
  454. "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
  455. }
  456. },
  457. {
  458. "name": "9.5",
  459. "annotations": {
  460. "description": "Provides a PostgreSQL v9.5 database",
  461. "iconClass": "icon-postgresql",
  462. "tags": "postgresql",
  463. "version": "9.5"
  464. },
  465. "from": {
  466. "kind": "DockerImage",
  467. "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
  468. }
  469. }
  470. ]
  471. }
  472. },
  473. {
  474. "kind": "ImageStream",
  475. "apiVersion": "v1",
  476. "metadata": {
  477. "name": "mongodb"
  478. },
  479. "spec": {
  480. "tags": [
  481. {
  482. "name": "latest",
  483. "annotations": {
  484. "description": "Provides a MongoDB database",
  485. "iconClass": "icon-mongodb",
  486. "tags": "mongodb"
  487. },
  488. "from": {
  489. "kind": "ImageStreamTag",
  490. "name": "3.2"
  491. }
  492. },
  493. {
  494. "name": "2.4",
  495. "annotations": {
  496. "description": "Provides a MongoDB v2.4 database",
  497. "iconClass": "icon-mongodb",
  498. "tags": "mongodb",
  499. "version": "2.4"
  500. },
  501. "from": {
  502. "kind": "DockerImage",
  503. "name": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
  504. }
  505. },
  506. {
  507. "name": "2.6",
  508. "annotations": {
  509. "description": "Provides a MongoDB v2.6 database",
  510. "iconClass": "icon-mongodb",
  511. "tags": "mongodb",
  512. "version": "2.6"
  513. },
  514. "from": {
  515. "kind": "DockerImage",
  516. "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
  517. }
  518. },
  519. {
  520. "name": "3.2",
  521. "annotations": {
  522. "description": "Provides a MongoDB v3.2 database",
  523. "iconClass": "icon-mongodb",
  524. "tags": "mongodb",
  525. "version": "3.2"
  526. },
  527. "from": {
  528. "kind": "DockerImage",
  529. "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
  530. }
  531. }
  532. ]
  533. }
  534. },
  535. {
  536. "kind": "ImageStream",
  537. "apiVersion": "v1",
  538. "metadata": {
  539. "name": "jenkins"
  540. },
  541. "spec": {
  542. "tags": [
  543. {
  544. "name": "latest",
  545. "annotations": {
  546. "description": "Provides a Jenkins server",
  547. "iconClass": "icon-jenkins",
  548. "tags": "jenkins"
  549. },
  550. "from": {
  551. "kind": "ImageStreamTag",
  552. "name": "1"
  553. }
  554. },
  555. {
  556. "name": "1",
  557. "annotations": {
  558. "description": "Provides a Jenkins server",
  559. "iconClass": "icon-jenkins",
  560. "tags": "jenkins",
  561. "version": "1.x"
  562. },
  563. "from": {
  564. "kind": "DockerImage",
  565. "name": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
  566. }
  567. }
  568. ]
  569. }
  570. }
  571. ]
  572. }