image-streams-rhel7.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032
  1. {
  2. "kind": "ImageStreamList",
  3. "apiVersion": "v1",
  4. "metadata": {},
  5. "items": [
  6. {
  7. "kind": "ImageStream",
  8. "apiVersion": "v1",
  9. "metadata": {
  10. "name": "httpd",
  11. "annotations": {
  12. "openshift.io/display-name": "Apache HTTP Server (httpd)"
  13. }
  14. },
  15. "spec": {
  16. "tags": [
  17. {
  18. "name": "latest",
  19. "annotations": {
  20. "openshift.io/display-name": "Apache HTTP Server (Latest)",
  21. "openshift.io/provider-display-name": "Red Hat, Inc.",
  22. "description": "Build and serve static content via Apache HTTP Server (httpd) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Httpd available on OpenShift, including major versions updates.",
  23. "iconClass": "icon-apache",
  24. "tags": "builder,httpd",
  25. "supports":"httpd",
  26. "sampleRepo": "https://github.com/openshift/httpd-ex.git"
  27. },
  28. "from": {
  29. "kind": "ImageStreamTag",
  30. "name": "2.4"
  31. }
  32. },
  33. {
  34. "name": "2.4",
  35. "annotations": {
  36. "openshift.io/display-name": "Apache HTTP Server 2.4",
  37. "openshift.io/provider-display-name": "Red Hat, Inc.",
  38. "description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.",
  39. "iconClass": "icon-apache",
  40. "tags": "builder,httpd",
  41. "supports":"httpd",
  42. "version": "2.4",
  43. "sampleRepo": "https://github.com/openshift/httpd-ex.git"
  44. },
  45. "from": {
  46. "kind": "DockerImage",
  47. "name": "registry.access.redhat.com/rhscl/httpd-24-rhel7"
  48. }
  49. }
  50. ]
  51. }
  52. },
  53. {
  54. "kind": "ImageStream",
  55. "apiVersion": "v1",
  56. "metadata": {
  57. "name": "ruby",
  58. "annotations": {
  59. "openshift.io/display-name": "Ruby"
  60. }
  61. },
  62. "spec": {
  63. "tags": [
  64. {
  65. "name": "latest",
  66. "annotations": {
  67. "openshift.io/display-name": "Ruby (Latest)",
  68. "openshift.io/provider-display-name": "Red Hat, Inc.",
  69. "description": "Build and run Ruby applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.3/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Ruby available on OpenShift, including major versions updates.",
  70. "iconClass": "icon-ruby",
  71. "tags": "builder,ruby",
  72. "supports": "ruby",
  73. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  74. },
  75. "from": {
  76. "kind": "ImageStreamTag",
  77. "name": "2.4"
  78. }
  79. },
  80. {
  81. "name": "2.0",
  82. "annotations": {
  83. "openshift.io/display-name": "Ruby 2.0",
  84. "openshift.io/provider-display-name": "Red Hat, Inc.",
  85. "description": "Build and run Ruby 2.0 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.0/README.md.",
  86. "iconClass": "icon-ruby",
  87. "tags": "hidden,builder,ruby",
  88. "supports": "ruby:2.0,ruby",
  89. "version": "2.0",
  90. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  91. },
  92. "from": {
  93. "kind": "DockerImage",
  94. "name": "registry.access.redhat.com/openshift3/ruby-20-rhel7:latest"
  95. }
  96. },
  97. {
  98. "name": "2.2",
  99. "annotations": {
  100. "openshift.io/display-name": "Ruby 2.2",
  101. "openshift.io/provider-display-name": "Red Hat, Inc.",
  102. "description": "Build and run Ruby 2.2 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.2/README.md.",
  103. "iconClass": "icon-ruby",
  104. "tags": "builder,ruby",
  105. "supports": "ruby:2.2,ruby",
  106. "version": "2.2",
  107. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  108. },
  109. "from": {
  110. "kind": "DockerImage",
  111. "name": "registry.access.redhat.com/rhscl/ruby-22-rhel7:latest"
  112. }
  113. },
  114. {
  115. "name": "2.3",
  116. "annotations": {
  117. "openshift.io/display-name": "Ruby 2.3",
  118. "openshift.io/provider-display-name": "Red Hat, Inc.",
  119. "description": "Build and run Ruby 2.3 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.3/README.md.",
  120. "iconClass": "icon-ruby",
  121. "tags": "builder,ruby",
  122. "supports": "ruby:2.3,ruby",
  123. "version": "2.3",
  124. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  125. },
  126. "from": {
  127. "kind": "DockerImage",
  128. "name": "registry.access.redhat.com/rhscl/ruby-23-rhel7:latest"
  129. }
  130. },
  131. {
  132. "name": "2.4",
  133. "annotations": {
  134. "openshift.io/display-name": "Ruby 2.4",
  135. "openshift.io/provider-display-name": "Red Hat, Inc.",
  136. "description": "Build and run Ruby 2.4 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.4/README.md.",
  137. "iconClass": "icon-ruby",
  138. "tags": "builder,ruby",
  139. "supports": "ruby:2.4,ruby",
  140. "version": "2.4",
  141. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  142. },
  143. "from": {
  144. "kind": "DockerImage",
  145. "name": "registry.access.redhat.com/rhscl/ruby-24-rhel7:latest"
  146. }
  147. }
  148. ]
  149. }
  150. },
  151. {
  152. "kind": "ImageStream",
  153. "apiVersion": "v1",
  154. "metadata": {
  155. "name": "nodejs",
  156. "annotations": {
  157. "openshift.io/display-name": "Node.js"
  158. }
  159. },
  160. "spec": {
  161. "tags": [
  162. {
  163. "name": "latest",
  164. "annotations": {
  165. "openshift.io/display-name": "Node.js (Latest)",
  166. "openshift.io/provider-display-name": "Red Hat, Inc.",
  167. "description": "Build and run Node.js applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/8/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Node.js available on OpenShift, including major versions updates.",
  168. "iconClass": "icon-nodejs",
  169. "tags": "builder,nodejs",
  170. "supports":"nodejs",
  171. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  172. },
  173. "from": {
  174. "kind": "ImageStreamTag",
  175. "name": "8"
  176. }
  177. },
  178. {
  179. "name": "0.10",
  180. "annotations": {
  181. "openshift.io/display-name": "Node.js 0.10",
  182. "openshift.io/provider-display-name": "Red Hat, Inc.",
  183. "description": "DEPRECATED: Build and run Node.js 0.10 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/0.10/README.md.",
  184. "iconClass": "icon-nodejs",
  185. "tags": "hidden,nodejs",
  186. "supports":"nodejs:0.10,nodejs:0.1,nodejs",
  187. "version": "0.10",
  188. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  189. },
  190. "from": {
  191. "kind": "DockerImage",
  192. "name": "registry.access.redhat.com/openshift3/nodejs-010-rhel7:latest"
  193. }
  194. },
  195. {
  196. "name": "4",
  197. "annotations": {
  198. "openshift.io/display-name": "Node.js 4",
  199. "openshift.io/provider-display-name": "Red Hat, Inc.",
  200. "description": "Build and run Node.js 4 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/4/README.md.",
  201. "iconClass": "icon-nodejs",
  202. "tags": "builder,nodejs",
  203. "supports":"nodejs:4,nodejs",
  204. "version": "4",
  205. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  206. },
  207. "from": {
  208. "kind": "DockerImage",
  209. "name": "registry.access.redhat.com/rhscl/nodejs-4-rhel7:latest"
  210. }
  211. },
  212. {
  213. "name": "6",
  214. "annotations": {
  215. "openshift.io/display-name": "Node.js 6",
  216. "openshift.io/provider-display-name": "Red Hat, Inc.",
  217. "description": "Build and run Node.js 6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
  218. "iconClass": "icon-nodejs",
  219. "tags": "builder,nodejs",
  220. "supports":"nodejs:6,nodejs",
  221. "version": "6",
  222. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  223. },
  224. "from": {
  225. "kind": "DockerImage",
  226. "name": "registry.access.redhat.com/rhscl/nodejs-6-rhel7:latest"
  227. }
  228. },
  229. {
  230. "name": "8",
  231. "annotations": {
  232. "openshift.io/display-name": "Node.js 8",
  233. "openshift.io/provider-display-name": "Red Hat, Inc.",
  234. "description": "Build and run Node.js 8 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
  235. "iconClass": "icon-nodejs",
  236. "tags": "builder,nodejs",
  237. "version": "8",
  238. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  239. },
  240. "from": {
  241. "kind": "DockerImage",
  242. "name": "registry.access.redhat.com/rhscl/nodejs-8-rhel7:latest"
  243. }
  244. }
  245. ]
  246. }
  247. },
  248. {
  249. "kind": "ImageStream",
  250. "apiVersion": "v1",
  251. "metadata": {
  252. "name": "perl",
  253. "annotations": {
  254. "openshift.io/display-name": "Perl"
  255. }
  256. },
  257. "spec": {
  258. "tags": [
  259. {
  260. "name": "latest",
  261. "annotations": {
  262. "openshift.io/display-name": "Perl (Latest)",
  263. "openshift.io/provider-display-name": "Red Hat, Inc.",
  264. "description": "Build and run Perl applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.20/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Perl available on OpenShift, including major versions updates.",
  265. "iconClass": "icon-perl",
  266. "tags": "builder,perl",
  267. "supports":"perl",
  268. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  269. },
  270. "from": {
  271. "kind": "ImageStreamTag",
  272. "name": "5.24"
  273. }
  274. },
  275. {
  276. "name": "5.16",
  277. "annotations": {
  278. "openshift.io/display-name": "Perl 5.16",
  279. "openshift.io/provider-display-name": "Red Hat, Inc.",
  280. "description": "Build and run Perl 5.16 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.16/README.md.",
  281. "iconClass": "icon-perl",
  282. "tags": "hidden,builder,perl",
  283. "supports":"perl:5.16,perl",
  284. "version": "5.16",
  285. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  286. },
  287. "from": {
  288. "kind": "DockerImage",
  289. "name": "registry.access.redhat.com/openshift3/perl-516-rhel7:latest"
  290. }
  291. },
  292. {
  293. "name": "5.20",
  294. "annotations": {
  295. "openshift.io/display-name": "Perl 5.20",
  296. "openshift.io/provider-display-name": "Red Hat, Inc.",
  297. "description": "Build and run Perl 5.20 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.20/README.md.",
  298. "iconClass": "icon-perl",
  299. "tags": "builder,perl",
  300. "supports":"perl:5.20,perl",
  301. "version": "5.20",
  302. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  303. },
  304. "from": {
  305. "kind": "DockerImage",
  306. "name": "registry.access.redhat.com/rhscl/perl-520-rhel7:latest"
  307. }
  308. },
  309. {
  310. "name": "5.24",
  311. "annotations": {
  312. "openshift.io/display-name": "Perl 5.24",
  313. "openshift.io/provider-display-name": "Red Hat, Inc.",
  314. "description": "Build and run Perl 5.24 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.24/README.md.",
  315. "iconClass": "icon-perl",
  316. "tags": "builder,perl",
  317. "supports":"perl:5.24,perl",
  318. "version": "5.24",
  319. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  320. },
  321. "from": {
  322. "kind": "DockerImage",
  323. "name": "registry.access.redhat.com/rhscl/perl-524-rhel7:latest"
  324. }
  325. }
  326. ]
  327. }
  328. },
  329. {
  330. "kind": "ImageStream",
  331. "apiVersion": "v1",
  332. "metadata": {
  333. "name": "php",
  334. "annotations": {
  335. "openshift.io/display-name": "PHP"
  336. }
  337. },
  338. "spec": {
  339. "tags": [
  340. {
  341. "name": "latest",
  342. "annotations": {
  343. "openshift.io/display-name": "PHP (Latest)",
  344. "openshift.io/provider-display-name": "Red Hat, Inc.",
  345. "description": "Build and run PHP applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.1/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PHP available on OpenShift, including major versions updates.",
  346. "iconClass": "icon-php",
  347. "tags": "builder,php",
  348. "supports":"php",
  349. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  350. },
  351. "from": {
  352. "kind": "ImageStreamTag",
  353. "name": "7.1"
  354. }
  355. },
  356. {
  357. "name": "5.5",
  358. "annotations": {
  359. "openshift.io/display-name": "PHP 5.5",
  360. "openshift.io/provider-display-name": "Red Hat, Inc.",
  361. "description": "Build and run PHP 5.5 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/5.5/README.md.",
  362. "iconClass": "icon-php",
  363. "tags": "hidden,builder,php",
  364. "supports":"php:5.5,php",
  365. "version": "5.5",
  366. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  367. },
  368. "from": {
  369. "kind": "DockerImage",
  370. "name": "registry.access.redhat.com/openshift3/php-55-rhel7:latest"
  371. }
  372. },
  373. {
  374. "name": "5.6",
  375. "annotations": {
  376. "openshift.io/display-name": "PHP 5.6",
  377. "openshift.io/provider-display-name": "Red Hat, Inc.",
  378. "description": "Build and run PHP 5.6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/5.6/README.md.",
  379. "iconClass": "icon-php",
  380. "tags": "builder,php",
  381. "supports":"php:5.6,php",
  382. "version": "5.6",
  383. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  384. },
  385. "from": {
  386. "kind": "DockerImage",
  387. "name": "registry.access.redhat.com/rhscl/php-56-rhel7:latest"
  388. }
  389. },
  390. {
  391. "name": "7.0",
  392. "annotations": {
  393. "openshift.io/display-name": "PHP 7.0",
  394. "openshift.io/provider-display-name": "Red Hat, Inc.",
  395. "description": "Build and run PHP 7.0 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.0/README.md.",
  396. "iconClass": "icon-php",
  397. "tags": "builder,php",
  398. "supports":"php:7.0,php",
  399. "version": "7.0",
  400. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  401. },
  402. "from": {
  403. "kind": "DockerImage",
  404. "name": "registry.access.redhat.com/rhscl/php-70-rhel7:latest"
  405. }
  406. },
  407. {
  408. "name": "7.1",
  409. "annotations": {
  410. "openshift.io/display-name": "PHP 7.1",
  411. "openshift.io/provider-display-name": "Red Hat, Inc.",
  412. "description": "Build and run PHP 7.1 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.1/README.md.",
  413. "iconClass": "icon-php",
  414. "tags": "builder,php",
  415. "supports":"php:7.1,php",
  416. "version": "7.1",
  417. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  418. },
  419. "from": {
  420. "kind": "DockerImage",
  421. "name": "registry.access.redhat.com/rhscl/php-71-rhel7:latest"
  422. }
  423. }
  424. ]
  425. }
  426. },
  427. {
  428. "kind": "ImageStream",
  429. "apiVersion": "v1",
  430. "metadata": {
  431. "name": "python",
  432. "annotations": {
  433. "openshift.io/display-name": "Python"
  434. }
  435. },
  436. "spec": {
  437. "tags": [
  438. {
  439. "name": "latest",
  440. "annotations": {
  441. "openshift.io/display-name": "Python (Latest)",
  442. "openshift.io/provider-display-name": "Red Hat, Inc.",
  443. "description": "Build and run Python applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Python available on OpenShift, including major versions updates.",
  444. "iconClass": "icon-python",
  445. "tags": "builder,python",
  446. "supports":"python",
  447. "sampleRepo": "https://github.com/openshift/django-ex.git"
  448. },
  449. "from": {
  450. "kind": "ImageStreamTag",
  451. "name": "3.6"
  452. }
  453. },
  454. {
  455. "name": "3.3",
  456. "annotations": {
  457. "openshift.io/display-name": "Python 3.3",
  458. "openshift.io/provider-display-name": "Red Hat, Inc.",
  459. "description": "Build and run Python 3.3 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.3/README.md.",
  460. "iconClass": "icon-python",
  461. "tags": "hidden,builder,python",
  462. "supports":"python:3.3,python",
  463. "version": "3.3",
  464. "sampleRepo": "https://github.com/openshift/django-ex.git"
  465. },
  466. "from": {
  467. "kind": "DockerImage",
  468. "name": "registry.access.redhat.com/openshift3/python-33-rhel7:latest"
  469. }
  470. },
  471. {
  472. "name": "2.7",
  473. "annotations": {
  474. "openshift.io/display-name": "Python 2.7",
  475. "openshift.io/provider-display-name": "Red Hat, Inc.",
  476. "description": "Build and run Python 2.7 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/2.7/README.md.",
  477. "iconClass": "icon-python",
  478. "tags": "builder,python",
  479. "supports":"python:2.7,python",
  480. "version": "2.7",
  481. "sampleRepo": "https://github.com/openshift/django-ex.git"
  482. },
  483. "from": {
  484. "kind": "DockerImage",
  485. "name": "registry.access.redhat.com/rhscl/python-27-rhel7:latest"
  486. }
  487. },
  488. {
  489. "name": "3.4",
  490. "annotations": {
  491. "openshift.io/display-name": "Python 3.4",
  492. "openshift.io/provider-display-name": "Red Hat, Inc.",
  493. "description": "Build and run Python 3.4 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.4/README.md.",
  494. "iconClass": "icon-python",
  495. "tags": "builder,python",
  496. "supports":"python:3.4,python",
  497. "version": "3.4",
  498. "sampleRepo": "https://github.com/openshift/django-ex.git"
  499. },
  500. "from": {
  501. "kind": "DockerImage",
  502. "name": "registry.access.redhat.com/rhscl/python-34-rhel7:latest"
  503. }
  504. },
  505. {
  506. "name": "3.5",
  507. "annotations": {
  508. "openshift.io/display-name": "Python 3.5",
  509. "openshift.io/provider-display-name": "Red Hat, Inc.",
  510. "description": "Build and run Python 3.5 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.5/README.md.",
  511. "iconClass": "icon-python",
  512. "tags": "builder,python",
  513. "supports":"python:3.5,python",
  514. "version": "3.5",
  515. "sampleRepo": "https://github.com/openshift/django-ex.git"
  516. },
  517. "from": {
  518. "kind": "DockerImage",
  519. "name": "registry.access.redhat.com/rhscl/python-35-rhel7:latest"
  520. }
  521. },
  522. {
  523. "name": "3.6",
  524. "annotations": {
  525. "openshift.io/display-name": "Python 3.6",
  526. "openshift.io/provider-display-name": "Red Hat, Inc.",
  527. "description": "Build and run Python 3.6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.",
  528. "iconClass": "icon-python",
  529. "tags": "builder,python",
  530. "supports":"python:3.6,python",
  531. "version": "3.6",
  532. "sampleRepo": "https://github.com/openshift/django-ex.git"
  533. },
  534. "from": {
  535. "kind": "DockerImage",
  536. "name": "registry.access.redhat.com/rhscl/python-36-rhel7:latest"
  537. }
  538. }
  539. ]
  540. }
  541. },
  542. {
  543. "kind": "ImageStream",
  544. "apiVersion": "v1",
  545. "metadata": {
  546. "name": "mysql",
  547. "annotations": {
  548. "openshift.io/display-name": "MySQL"
  549. }
  550. },
  551. "spec": {
  552. "tags": [
  553. {
  554. "name": "latest",
  555. "annotations": {
  556. "openshift.io/display-name": "MySQL (Latest)",
  557. "openshift.io/provider-display-name": "Red Hat, Inc.",
  558. "description": "Provides a MySQL database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MySQL available on OpenShift, including major versions updates.",
  559. "iconClass": "icon-mysql-database",
  560. "tags": "mysql"
  561. },
  562. "from": {
  563. "kind": "ImageStreamTag",
  564. "name": "5.7"
  565. }
  566. },
  567. {
  568. "name": "5.5",
  569. "annotations": {
  570. "openshift.io/display-name": "MySQL 5.5",
  571. "openshift.io/provider-display-name": "Red Hat, Inc.",
  572. "description": "Provides a MySQL 5.5 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.5/README.md.",
  573. "iconClass": "icon-mysql-database",
  574. "tags": "hidden,mysql",
  575. "version": "5.5"
  576. },
  577. "from": {
  578. "kind": "DockerImage",
  579. "name": "registry.access.redhat.com/openshift3/mysql-55-rhel7:latest"
  580. }
  581. },
  582. {
  583. "name": "5.6",
  584. "annotations": {
  585. "openshift.io/display-name": "MySQL 5.6",
  586. "openshift.io/provider-display-name": "Red Hat, Inc.",
  587. "description": "Provides a MySQL 5.6 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.6/README.md.",
  588. "iconClass": "icon-mysql-database",
  589. "tags": "mysql",
  590. "version": "5.6"
  591. },
  592. "from": {
  593. "kind": "DockerImage",
  594. "name": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
  595. }
  596. },
  597. {
  598. "name": "5.7",
  599. "annotations": {
  600. "openshift.io/display-name": "MySQL 5.7",
  601. "openshift.io/provider-display-name": "Red Hat, Inc.",
  602. "description": "Provides a MySQL 5.7 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.7/README.md.",
  603. "iconClass": "icon-mysql-database",
  604. "tags": "mysql",
  605. "version": "5.7"
  606. },
  607. "from": {
  608. "kind": "DockerImage",
  609. "name": "registry.access.redhat.com/rhscl/mysql-57-rhel7:latest"
  610. }
  611. }
  612. ]
  613. }
  614. },
  615. {
  616. "kind": "ImageStream",
  617. "apiVersion": "v1",
  618. "metadata": {
  619. "name": "nginx",
  620. "annotations": {
  621. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)"
  622. }
  623. },
  624. "spec": {
  625. "tags": [
  626. {
  627. "name": "1.8",
  628. "annotations": {
  629. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.8",
  630. "openshift.io/provider-display-name": "Red Hat, Inc.",
  631. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.8/README.md.",
  632. "iconClass": "icon-nginx",
  633. "tags": "builder,nginx",
  634. "supports":"nginx",
  635. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  636. "version": "1.8"
  637. },
  638. "from": {
  639. "kind": "DockerImage",
  640. "name": "registry.access.redhat.com/rhscl/nginx-18-rhel7:latest"
  641. }
  642. },
  643. {
  644. "name": "1.10",
  645. "annotations": {
  646. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.10",
  647. "openshift.io/provider-display-name": "Red Hat, Inc.",
  648. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.10/README.md.",
  649. "iconClass": "icon-nginx",
  650. "tags": "builder,nginx",
  651. "supports":"nginx",
  652. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  653. "version": "1.10"
  654. },
  655. "from": {
  656. "kind": "DockerImage",
  657. "name": "registry.access.redhat.com/rhscl/nginx-110-rhel7:latest"
  658. }
  659. },
  660. {
  661. "name": "1.12",
  662. "annotations": {
  663. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12",
  664. "openshift.io/provider-display-name": "Red Hat, Inc.",
  665. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.",
  666. "iconClass": "icon-nginx",
  667. "tags": "builder,nginx",
  668. "supports":"nginx",
  669. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  670. "version": "1.12"
  671. },
  672. "from": {
  673. "kind": "DockerImage",
  674. "name": "registry.access.redhat.com/rhscl/nginx-112-rhel7:latest"
  675. }
  676. },
  677. {
  678. "name": "latest",
  679. "annotations": {
  680. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (Latest)",
  681. "openshift.io/provider-display-name": "Red Hat, Inc.",
  682. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Nginx available on OpenShift, including major versions updates.",
  683. "iconClass": "icon-nginx",
  684. "tags": "builder,nginx",
  685. "supports":"nginx",
  686. "sampleRepo": "https://github.com/sclorg/nginx-ex.git"
  687. },
  688. "from": {
  689. "kind": "ImageStreamTag",
  690. "name": "1.12"
  691. }
  692. }
  693. ]
  694. }
  695. },
  696. {
  697. "kind": "ImageStream",
  698. "apiVersion": "v1",
  699. "metadata": {
  700. "name": "mariadb",
  701. "annotations": {
  702. "openshift.io/display-name": "MariaDB"
  703. }
  704. },
  705. "spec": {
  706. "tags": [
  707. {
  708. "name": "latest",
  709. "annotations": {
  710. "openshift.io/display-name": "MariaDB (Latest)",
  711. "openshift.io/provider-display-name": "Red Hat, Inc.",
  712. "description": "Provides a MariaDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MariaDB available on OpenShift, including major versions updates.",
  713. "iconClass": "icon-mariadb",
  714. "tags": "database,mariadb"
  715. },
  716. "from": {
  717. "kind": "ImageStreamTag",
  718. "name": "10.2"
  719. }
  720. },
  721. {
  722. "name": "10.1",
  723. "annotations": {
  724. "openshift.io/display-name": "MariaDB 10.1",
  725. "openshift.io/provider-display-name": "Red Hat, Inc.",
  726. "description": "Provides a MariaDB 10.1 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.1/README.md.",
  727. "iconClass": "icon-mariadb",
  728. "tags": "database,mariadb",
  729. "version": "10.1"
  730. },
  731. "from": {
  732. "kind": "DockerImage",
  733. "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
  734. }
  735. },
  736. {
  737. "name": "10.2",
  738. "annotations": {
  739. "openshift.io/display-name": "MariaDB 10.2",
  740. "openshift.io/provider-display-name": "Red Hat, Inc.",
  741. "description": "Provides a MariaDB 10.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/README.md.",
  742. "iconClass": "icon-mariadb",
  743. "tags": "database,mariadb",
  744. "version": "10.2"
  745. },
  746. "from": {
  747. "kind": "DockerImage",
  748. "name": "registry.access.redhat.com/rhscl/mariadb-102-rhel7:latest"
  749. }
  750. }
  751. ]
  752. }
  753. },
  754. {
  755. "kind": "ImageStream",
  756. "apiVersion": "v1",
  757. "metadata": {
  758. "name": "postgresql",
  759. "annotations": {
  760. "openshift.io/display-name": "PostgreSQL"
  761. }
  762. },
  763. "spec": {
  764. "tags": [
  765. {
  766. "name": "latest",
  767. "annotations": {
  768. "openshift.io/display-name": "PostgreSQL (Latest)",
  769. "openshift.io/provider-display-name": "Red Hat, Inc.",
  770. "description": "Provides a PostgreSQL database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PostgreSQL available on OpenShift, including major versions updates.",
  771. "iconClass": "icon-postgresql",
  772. "tags": "database,postgresql"
  773. },
  774. "from": {
  775. "kind": "ImageStreamTag",
  776. "name": "9.6"
  777. }
  778. },
  779. {
  780. "name": "9.2",
  781. "annotations": {
  782. "openshift.io/display-name": "PostgreSQL 9.2",
  783. "openshift.io/provider-display-name": "Red Hat, Inc.",
  784. "description": "Provides a PostgreSQL 9.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.2/README.md.",
  785. "iconClass": "icon-postgresql",
  786. "tags": "hidden,postgresql",
  787. "version": "9.2"
  788. },
  789. "from": {
  790. "kind": "DockerImage",
  791. "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
  792. }
  793. },
  794. {
  795. "name": "9.4",
  796. "annotations": {
  797. "openshift.io/display-name": "PostgreSQL 9.4",
  798. "openshift.io/provider-display-name": "Red Hat, Inc.",
  799. "description": "Provides a PostgreSQL 9.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.4/README.md.",
  800. "iconClass": "icon-postgresql",
  801. "tags": "database,postgresql",
  802. "version": "9.4"
  803. },
  804. "from": {
  805. "kind": "DockerImage",
  806. "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
  807. }
  808. },
  809. {
  810. "name": "9.5",
  811. "annotations": {
  812. "openshift.io/display-name": "PostgreSQL 9.5",
  813. "openshift.io/provider-display-name": "Red Hat, Inc.",
  814. "description": "Provides a PostgreSQL 9.5 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.5/README.md.",
  815. "iconClass": "icon-postgresql",
  816. "tags": "database,postgresql",
  817. "version": "9.5"
  818. },
  819. "from": {
  820. "kind": "DockerImage",
  821. "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
  822. }
  823. },
  824. {
  825. "name": "9.6",
  826. "annotations": {
  827. "openshift.io/display-name": "PostgreSQL (Ephemeral) 9.6",
  828. "openshift.io/provider-display-name": "Red Hat, Inc.",
  829. "description": "Provides a PostgreSQL 9.6 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.6/README.md.",
  830. "iconClass": "icon-postgresql",
  831. "tags": "database,postgresql",
  832. "version": "9.6"
  833. },
  834. "from": {
  835. "kind": "DockerImage",
  836. "name": "registry.access.redhat.com/rhscl/postgresql-96-rhel7:latest"
  837. }
  838. }
  839. ]
  840. }
  841. },
  842. {
  843. "kind": "ImageStream",
  844. "apiVersion": "v1",
  845. "metadata": {
  846. "name": "mongodb",
  847. "annotations": {
  848. "openshift.io/display-name": "MongoDB"
  849. }
  850. },
  851. "spec": {
  852. "tags": [
  853. {
  854. "name": "latest",
  855. "annotations": {
  856. "openshift.io/display-name": "MongoDB (Latest)",
  857. "openshift.io/provider-display-name": "Red Hat, Inc.",
  858. "description": "Provides a MongoDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MongoDB available on OpenShift, including major versions updates.",
  859. "iconClass": "icon-mongodb",
  860. "tags": "mongodb"
  861. },
  862. "from": {
  863. "kind": "ImageStreamTag",
  864. "name": "3.4"
  865. }
  866. },
  867. {
  868. "name": "2.4",
  869. "annotations": {
  870. "openshift.io/display-name": "MongoDB 2.4",
  871. "openshift.io/provider-display-name": "Red Hat, Inc.",
  872. "description": "Provides a MongoDB 2.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/2.4/README.md.",
  873. "iconClass": "icon-mongodb",
  874. "tags": "hidden,mongodb",
  875. "version": "2.4"
  876. },
  877. "from": {
  878. "kind": "DockerImage",
  879. "name": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
  880. }
  881. },
  882. {
  883. "name": "2.6",
  884. "annotations": {
  885. "openshift.io/display-name": "MongoDB 2.6",
  886. "openshift.io/provider-display-name": "Red Hat, Inc.",
  887. "description": "Provides a MongoDB 2.6 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/2.6/README.md.",
  888. "iconClass": "icon-mongodb",
  889. "tags": "database,mongodb",
  890. "version": "2.6"
  891. },
  892. "from": {
  893. "kind": "DockerImage",
  894. "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
  895. }
  896. },
  897. {
  898. "name": "3.2",
  899. "annotations": {
  900. "openshift.io/display-name": "MongoDB 3.2",
  901. "openshift.io/provider-display-name": "Red Hat, Inc.",
  902. "description": "Provides a MongoDB 3.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.2/README.md.",
  903. "iconClass": "icon-mongodb",
  904. "tags": "database,mongodb",
  905. "version": "3.2"
  906. },
  907. "from": {
  908. "kind": "DockerImage",
  909. "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
  910. }
  911. },
  912. {
  913. "name": "3.4",
  914. "annotations": {
  915. "openshift.io/display-name": "MongoDB 3.4",
  916. "openshift.io/provider-display-name": "Red Hat, Inc.",
  917. "description": "Provides a MongoDB 3.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/README.md.",
  918. "iconClass": "icon-mongodb",
  919. "tags": "database,mongodb",
  920. "version": "3.4"
  921. },
  922. "from": {
  923. "kind": "DockerImage",
  924. "name": "registry.access.redhat.com/rhscl/mongodb-34-rhel7:latest"
  925. }
  926. }
  927. ]
  928. }
  929. },
  930. {
  931. "kind": "ImageStream",
  932. "apiVersion": "v1",
  933. "metadata": {
  934. "name": "redis",
  935. "annotations": {
  936. "openshift.io/display-name": "Redis"
  937. }
  938. },
  939. "spec": {
  940. "tags": [
  941. {
  942. "name": "latest",
  943. "annotations": {
  944. "openshift.io/display-name": "Redis (Latest)",
  945. "openshift.io/provider-display-name": "Red Hat, Inc.",
  946. "description": "Provides a Redis database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Redis available on OpenShift, including major versions updates.",
  947. "iconClass": "icon-redis",
  948. "tags": "redis"
  949. },
  950. "from": {
  951. "kind": "ImageStreamTag",
  952. "name": "3.2"
  953. }
  954. },
  955. {
  956. "name": "3.2",
  957. "annotations": {
  958. "openshift.io/display-name": "Redis 3.2",
  959. "openshift.io/provider-display-name": "Red Hat, Inc.",
  960. "description": "Provides a Redis 3.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.",
  961. "iconClass": "icon-redis",
  962. "tags": "redis",
  963. "version": "3.2"
  964. },
  965. "from": {
  966. "kind": "DockerImage",
  967. "name": "registry.access.redhat.com/rhscl/redis-32-rhel7:latest"
  968. }
  969. }
  970. ]
  971. }
  972. },
  973. {
  974. "kind": "ImageStream",
  975. "apiVersion": "v1",
  976. "metadata": {
  977. "name": "jenkins",
  978. "annotations": {
  979. "openshift.io/display-name": "Jenkins"
  980. }
  981. },
  982. "spec": {
  983. "tags": [
  984. {
  985. "name": "latest",
  986. "annotations": {
  987. "openshift.io/display-name": "Jenkins (Latest)",
  988. "openshift.io/provider-display-name": "Red Hat, Inc.",
  989. "description": "Provides a Jenkins server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Jenkins available on OpenShift, including major versions updates.",
  990. "iconClass": "icon-jenkins",
  991. "tags": "jenkins"
  992. },
  993. "from": {
  994. "kind": "ImageStreamTag",
  995. "name": "2"
  996. }
  997. },
  998. {
  999. "name": "1",
  1000. "annotations": {
  1001. "openshift.io/display-name": "Jenkins 1.X",
  1002. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1003. "description": "Provides a Jenkins 1.X server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  1004. "iconClass": "icon-jenkins",
  1005. "tags": "hidden,jenkins",
  1006. "version": "1.x"
  1007. },
  1008. "from": {
  1009. "kind": "DockerImage",
  1010. "name": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
  1011. }
  1012. },
  1013. {
  1014. "name": "2",
  1015. "annotations": {
  1016. "openshift.io/display-name": "Jenkins 2.X",
  1017. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1018. "description": "Provides a Jenkins 2.X server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  1019. "iconClass": "icon-jenkins",
  1020. "tags": "jenkins",
  1021. "version": "2.x"
  1022. },
  1023. "from": {
  1024. "kind": "DockerImage",
  1025. "name": "registry.access.redhat.com/openshift3/jenkins-2-rhel7:v3.9"
  1026. }
  1027. }
  1028. ]
  1029. }
  1030. }
  1031. ]
  1032. }