image-streams-rhel7.json 27 KB

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