image-streams-centos7.json 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392
  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": ".NET Core"
  11. },
  12. "name": "dotnet"
  13. },
  14. "spec": {
  15. "tags": [
  16. {
  17. "annotations": {
  18. "description": "Build and run .NET Core applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core available on OpenShift, including major versions updates.",
  19. "iconClass": "icon-dotnet",
  20. "openshift.io/display-name": ".NET Core (Latest)",
  21. "sampleContextDir": "app",
  22. "sampleRef": "dotnetcore-2.0",
  23. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  24. "supports": "dotnet",
  25. "tags": "builder,.net,dotnet,dotnetcore"
  26. },
  27. "from": {
  28. "kind": "ImageStreamTag",
  29. "name": "2.0"
  30. },
  31. "name": "latest"
  32. },
  33. {
  34. "annotations": {
  35. "description": "Build and run .NET Core 2.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.",
  36. "iconClass": "icon-dotnet",
  37. "openshift.io/display-name": ".NET Core 2.0",
  38. "sampleContextDir": "app",
  39. "sampleRef": "dotnetcore-2.0",
  40. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  41. "supports": "dotnet:2.0,dotnet",
  42. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnet20",
  43. "version": "2.0"
  44. },
  45. "from": {
  46. "kind": "DockerImage",
  47. "name": "registry.centos.org/dotnet/dotnet-20-centos7:latest"
  48. },
  49. "name": "2.0"
  50. }
  51. ]
  52. }
  53. },
  54. {
  55. "apiVersion": "v1",
  56. "kind": "ImageStream",
  57. "metadata": {
  58. "annotations": {
  59. "openshift.io/display-name": "Apache HTTP Server (httpd)"
  60. },
  61. "name": "httpd"
  62. },
  63. "spec": {
  64. "tags": [
  65. {
  66. "annotations": {
  67. "description": "Build and serve static content via Apache HTTP Server (httpd) on CentOS 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.",
  68. "iconClass": "icon-apache",
  69. "openshift.io/display-name": "Apache HTTP Server (Latest)",
  70. "openshift.io/provider-display-name": "Red Hat, Inc.",
  71. "sampleRepo": "https://github.com/openshift/httpd-ex.git",
  72. "supports": "httpd",
  73. "tags": "builder,httpd"
  74. },
  75. "from": {
  76. "kind": "ImageStreamTag",
  77. "name": "2.4"
  78. },
  79. "name": "latest",
  80. "referencePolicy": {
  81. "type": "Local"
  82. }
  83. },
  84. {
  85. "annotations": {
  86. "description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on CentOS 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.",
  87. "iconClass": "icon-apache",
  88. "openshift.io/display-name": "Apache HTTP Server 2.4",
  89. "openshift.io/provider-display-name": "Red Hat, Inc.",
  90. "sampleRepo": "https://github.com/openshift/httpd-ex.git",
  91. "supports": "httpd",
  92. "tags": "builder,httpd",
  93. "version": "2.4"
  94. },
  95. "from": {
  96. "kind": "DockerImage",
  97. "name": "docker.io/centos/httpd-24-centos7:latest"
  98. },
  99. "name": "2.4",
  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": "Jenkins"
  113. },
  114. "name": "jenkins"
  115. },
  116. "spec": {
  117. "tags": [
  118. {
  119. "annotations": {
  120. "description": "Provides a Jenkins server on CentOS 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.",
  121. "iconClass": "icon-jenkins",
  122. "openshift.io/display-name": "Jenkins (Latest)",
  123. "openshift.io/provider-display-name": "Red Hat, Inc.",
  124. "tags": "jenkins"
  125. },
  126. "from": {
  127. "kind": "ImageStreamTag",
  128. "name": "2"
  129. },
  130. "name": "latest",
  131. "referencePolicy": {
  132. "type": "Local"
  133. }
  134. },
  135. {
  136. "annotations": {
  137. "description": "Provides a Jenkins 1.X server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  138. "iconClass": "icon-jenkins",
  139. "openshift.io/display-name": "Jenkins 1.X",
  140. "openshift.io/provider-display-name": "Red Hat, Inc.",
  141. "tags": "hidden,jenkins",
  142. "version": "1.x"
  143. },
  144. "from": {
  145. "kind": "DockerImage",
  146. "name": "docker.io/openshift/jenkins-1-centos7:latest"
  147. },
  148. "name": "1",
  149. "referencePolicy": {
  150. "type": "Local"
  151. }
  152. },
  153. {
  154. "annotations": {
  155. "description": "Provides a Jenkins v2.x server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  156. "iconClass": "icon-jenkins",
  157. "openshift.io/display-name": "Jenkins 2.X",
  158. "openshift.io/provider-display-name": "Red Hat, Inc.",
  159. "tags": "jenkins",
  160. "version": "2.x"
  161. },
  162. "from": {
  163. "kind": "DockerImage",
  164. "name": "docker.io/openshift/jenkins-2-centos7:v3.10"
  165. },
  166. "name": "2",
  167. "referencePolicy": {
  168. "type": "Local"
  169. }
  170. }
  171. ]
  172. }
  173. },
  174. {
  175. "apiVersion": "v1",
  176. "kind": "ImageStream",
  177. "metadata": {
  178. "annotations": {
  179. "openshift.io/display-name": "MariaDB"
  180. },
  181. "name": "mariadb"
  182. },
  183. "spec": {
  184. "tags": [
  185. {
  186. "annotations": {
  187. "description": "Provides a MariaDB database on CentOS 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.",
  188. "iconClass": "icon-mariadb",
  189. "openshift.io/display-name": "MariaDB (Latest)",
  190. "openshift.io/provider-display-name": "Red Hat, Inc.",
  191. "tags": "database,mariadb"
  192. },
  193. "from": {
  194. "kind": "ImageStreamTag",
  195. "name": "10.2"
  196. },
  197. "name": "latest",
  198. "referencePolicy": {
  199. "type": "Local"
  200. }
  201. },
  202. {
  203. "annotations": {
  204. "description": "Provides a MariaDB 10.1 database on CentOS 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.",
  205. "iconClass": "icon-mariadb",
  206. "openshift.io/display-name": "MariaDB 10.1",
  207. "openshift.io/provider-display-name": "Red Hat, Inc.",
  208. "tags": "database,mariadb",
  209. "version": "10.1"
  210. },
  211. "from": {
  212. "kind": "DockerImage",
  213. "name": "docker.io/centos/mariadb-101-centos7:latest"
  214. },
  215. "name": "10.1",
  216. "referencePolicy": {
  217. "type": "Local"
  218. }
  219. },
  220. {
  221. "annotations": {
  222. "description": "Provides a MariaDB 10.2 database on CentOS 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.",
  223. "iconClass": "icon-mariadb",
  224. "openshift.io/display-name": "MariaDB 10.2",
  225. "openshift.io/provider-display-name": "Red Hat, Inc.",
  226. "tags": "database,mariadb",
  227. "version": "10.2"
  228. },
  229. "from": {
  230. "kind": "DockerImage",
  231. "name": "docker.io/centos/mariadb-102-centos7:latest"
  232. },
  233. "name": "10.2",
  234. "referencePolicy": {
  235. "type": "Local"
  236. }
  237. }
  238. ]
  239. }
  240. },
  241. {
  242. "apiVersion": "v1",
  243. "kind": "ImageStream",
  244. "metadata": {
  245. "annotations": {
  246. "openshift.io/display-name": "MongoDB"
  247. },
  248. "name": "mongodb"
  249. },
  250. "spec": {
  251. "tags": [
  252. {
  253. "annotations": {
  254. "description": "Provides a MongoDB database on CentOS 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.",
  255. "iconClass": "icon-mongodb",
  256. "openshift.io/display-name": "MongoDB (Latest)",
  257. "openshift.io/provider-display-name": "Red Hat, Inc.",
  258. "tags": "database,mongodb"
  259. },
  260. "from": {
  261. "kind": "ImageStreamTag",
  262. "name": "3.4"
  263. },
  264. "name": "latest",
  265. "referencePolicy": {
  266. "type": "Local"
  267. }
  268. },
  269. {
  270. "annotations": {
  271. "description": "Provides a MongoDB 2.4 database on CentOS 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.",
  272. "iconClass": "icon-mongodb",
  273. "openshift.io/display-name": "MongoDB 2.4",
  274. "openshift.io/provider-display-name": "Red Hat, Inc.",
  275. "tags": "hidden,mongodb",
  276. "version": "2.4"
  277. },
  278. "from": {
  279. "kind": "DockerImage",
  280. "name": "docker.io/openshift/mongodb-24-centos7:latest"
  281. },
  282. "name": "2.4",
  283. "referencePolicy": {
  284. "type": "Local"
  285. }
  286. },
  287. {
  288. "annotations": {
  289. "description": "Provides a MongoDB 2.6 database on CentOS 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.",
  290. "iconClass": "icon-mongodb",
  291. "openshift.io/display-name": "MongoDB 2.6",
  292. "openshift.io/provider-display-name": "Red Hat, Inc.",
  293. "tags": "hidden,database,mongodb",
  294. "version": "2.6"
  295. },
  296. "from": {
  297. "kind": "DockerImage",
  298. "name": "docker.io/centos/mongodb-26-centos7:latest"
  299. },
  300. "name": "2.6",
  301. "referencePolicy": {
  302. "type": "Local"
  303. }
  304. },
  305. {
  306. "annotations": {
  307. "description": "Provides a MongoDB 3.2 database on CentOS 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.",
  308. "iconClass": "icon-mongodb",
  309. "openshift.io/display-name": "MongoDB 3.2",
  310. "openshift.io/provider-display-name": "Red Hat, Inc.",
  311. "tags": "database,mongodb",
  312. "version": "3.2"
  313. },
  314. "from": {
  315. "kind": "DockerImage",
  316. "name": "docker.io/centos/mongodb-32-centos7:latest"
  317. },
  318. "name": "3.2",
  319. "referencePolicy": {
  320. "type": "Local"
  321. }
  322. },
  323. {
  324. "annotations": {
  325. "description": "Provides a MongoDB 3.4 database on CentOS 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.",
  326. "iconClass": "icon-mongodb",
  327. "openshift.io/display-name": "MongoDB 3.4",
  328. "openshift.io/provider-display-name": "Red Hat, Inc.",
  329. "tags": "database,mongodb",
  330. "version": "3.4"
  331. },
  332. "from": {
  333. "kind": "DockerImage",
  334. "name": "docker.io/centos/mongodb-34-centos7:latest"
  335. },
  336. "name": "3.4",
  337. "referencePolicy": {
  338. "type": "Local"
  339. }
  340. }
  341. ]
  342. }
  343. },
  344. {
  345. "apiVersion": "v1",
  346. "kind": "ImageStream",
  347. "metadata": {
  348. "annotations": {
  349. "openshift.io/display-name": "MySQL"
  350. },
  351. "name": "mysql"
  352. },
  353. "spec": {
  354. "tags": [
  355. {
  356. "annotations": {
  357. "description": "Provides a MySQL database on CentOS 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.",
  358. "iconClass": "icon-mysql-database",
  359. "openshift.io/display-name": "MySQL (Latest)",
  360. "openshift.io/provider-display-name": "Red Hat, Inc.",
  361. "tags": "mysql"
  362. },
  363. "from": {
  364. "kind": "ImageStreamTag",
  365. "name": "5.7"
  366. },
  367. "name": "latest",
  368. "referencePolicy": {
  369. "type": "Local"
  370. }
  371. },
  372. {
  373. "annotations": {
  374. "description": "Provides a MySQL 5.5 database on CentOS 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.",
  375. "iconClass": "icon-mysql-database",
  376. "openshift.io/display-name": "MySQL 5.5",
  377. "openshift.io/provider-display-name": "Red Hat, Inc.",
  378. "tags": "hidden,mysql",
  379. "version": "5.5"
  380. },
  381. "from": {
  382. "kind": "DockerImage",
  383. "name": "docker.io/openshift/mysql-55-centos7:latest"
  384. },
  385. "name": "5.5",
  386. "referencePolicy": {
  387. "type": "Local"
  388. }
  389. },
  390. {
  391. "annotations": {
  392. "description": "Provides a MySQL 5.6 database on CentOS 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.",
  393. "iconClass": "icon-mysql-database",
  394. "openshift.io/display-name": "MySQL 5.6",
  395. "openshift.io/provider-display-name": "Red Hat, Inc.",
  396. "tags": "hidden,mysql",
  397. "version": "5.6"
  398. },
  399. "from": {
  400. "kind": "DockerImage",
  401. "name": "docker.io/centos/mysql-56-centos7:latest"
  402. },
  403. "name": "5.6",
  404. "referencePolicy": {
  405. "type": "Local"
  406. }
  407. },
  408. {
  409. "annotations": {
  410. "description": "Provides a MySQL 5.7 database on CentOS 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.",
  411. "iconClass": "icon-mysql-database",
  412. "openshift.io/display-name": "MySQL 5.7",
  413. "openshift.io/provider-display-name": "Red Hat, Inc.",
  414. "tags": "mysql",
  415. "version": "5.7"
  416. },
  417. "from": {
  418. "kind": "DockerImage",
  419. "name": "docker.io/centos/mysql-57-centos7:latest"
  420. },
  421. "name": "5.7",
  422. "referencePolicy": {
  423. "type": "Local"
  424. }
  425. }
  426. ]
  427. }
  428. },
  429. {
  430. "apiVersion": "v1",
  431. "kind": "ImageStream",
  432. "metadata": {
  433. "annotations": {
  434. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)"
  435. },
  436. "name": "nginx"
  437. },
  438. "spec": {
  439. "tags": [
  440. {
  441. "annotations": {
  442. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  443. "iconClass": "icon-nginx",
  444. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.8",
  445. "openshift.io/provider-display-name": "Red Hat, Inc.",
  446. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  447. "supports": "nginx",
  448. "tags": "builder,nginx",
  449. "version": "1.8"
  450. },
  451. "from": {
  452. "kind": "DockerImage",
  453. "name": "docker.io/centos/nginx-18-centos7:latest"
  454. },
  455. "name": "1.8",
  456. "referencePolicy": {
  457. "type": "Local"
  458. }
  459. },
  460. {
  461. "annotations": {
  462. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  463. "iconClass": "icon-nginx",
  464. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.10",
  465. "openshift.io/provider-display-name": "Red Hat, Inc.",
  466. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  467. "supports": "nginx",
  468. "tags": "builder,nginx",
  469. "version": "1.10"
  470. },
  471. "from": {
  472. "kind": "DockerImage",
  473. "name": "docker.io/centos/nginx-110-centos7:latest"
  474. },
  475. "name": "1.10",
  476. "referencePolicy": {
  477. "type": "Local"
  478. }
  479. },
  480. {
  481. "annotations": {
  482. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  483. "iconClass": "icon-nginx",
  484. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12",
  485. "openshift.io/provider-display-name": "Red Hat, Inc.",
  486. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  487. "supports": "nginx",
  488. "tags": "builder,nginx",
  489. "version": "1.12"
  490. },
  491. "from": {
  492. "kind": "DockerImage",
  493. "name": "docker.io/centos/nginx-112-centos7:latest"
  494. },
  495. "name": "1.12",
  496. "referencePolicy": {
  497. "type": "Local"
  498. }
  499. },
  500. {
  501. "annotations": {
  502. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  503. "iconClass": "icon-nginx",
  504. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (Latest)",
  505. "openshift.io/provider-display-name": "Red Hat, Inc.",
  506. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  507. "supports": "nginx",
  508. "tags": "builder,nginx"
  509. },
  510. "from": {
  511. "kind": "ImageStreamTag",
  512. "name": "1.12"
  513. },
  514. "name": "latest",
  515. "referencePolicy": {
  516. "type": "Local"
  517. }
  518. }
  519. ]
  520. }
  521. },
  522. {
  523. "apiVersion": "v1",
  524. "kind": "ImageStream",
  525. "metadata": {
  526. "annotations": {
  527. "openshift.io/display-name": "Node.js"
  528. },
  529. "name": "nodejs"
  530. },
  531. "spec": {
  532. "tags": [
  533. {
  534. "annotations": {
  535. "description": "Build and run Node.js applications on CentOS 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.",
  536. "iconClass": "icon-nodejs",
  537. "openshift.io/display-name": "Node.js (Latest)",
  538. "openshift.io/provider-display-name": "Red Hat, Inc.",
  539. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  540. "supports": "nodejs",
  541. "tags": "builder,nodejs"
  542. },
  543. "from": {
  544. "kind": "ImageStreamTag",
  545. "name": "8"
  546. },
  547. "name": "latest",
  548. "referencePolicy": {
  549. "type": "Local"
  550. }
  551. },
  552. {
  553. "annotations": {
  554. "description": "DEPRECATED: Build and run Node.js 0.10 applications on CentOS 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.",
  555. "iconClass": "icon-nodejs",
  556. "openshift.io/display-name": "Node.js 0.10",
  557. "openshift.io/provider-display-name": "Red Hat, Inc.",
  558. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  559. "supports": "nodejs:0.10,nodejs:0.1,nodejs",
  560. "tags": "hidden,nodejs",
  561. "version": "0.10"
  562. },
  563. "from": {
  564. "kind": "DockerImage",
  565. "name": "docker.io/openshift/nodejs-010-centos7:latest"
  566. },
  567. "name": "0.10",
  568. "referencePolicy": {
  569. "type": "Local"
  570. }
  571. },
  572. {
  573. "annotations": {
  574. "description": "Build and run Node.js 4 applications on CentOS 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.",
  575. "iconClass": "icon-nodejs",
  576. "openshift.io/display-name": "Node.js 4",
  577. "openshift.io/provider-display-name": "Red Hat, Inc.",
  578. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  579. "supports": "nodejs:4,nodejs",
  580. "tags": "hidden,builder,nodejs",
  581. "version": "4"
  582. },
  583. "from": {
  584. "kind": "DockerImage",
  585. "name": "docker.io/centos/nodejs-4-centos7:latest"
  586. },
  587. "name": "4",
  588. "referencePolicy": {
  589. "type": "Local"
  590. }
  591. },
  592. {
  593. "annotations": {
  594. "description": "Build and run Node.js 6 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/6/README.md.",
  595. "iconClass": "icon-nodejs",
  596. "openshift.io/display-name": "Node.js 6",
  597. "openshift.io/provider-display-name": "Red Hat, Inc.",
  598. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  599. "supports": "nodejs:6,nodejs",
  600. "tags": "builder,nodejs",
  601. "version": "6"
  602. },
  603. "from": {
  604. "kind": "DockerImage",
  605. "name": "docker.io/centos/nodejs-6-centos7:latest"
  606. },
  607. "name": "6",
  608. "referencePolicy": {
  609. "type": "Local"
  610. }
  611. },
  612. {
  613. "annotations": {
  614. "description": "Build and run Node.js 8 applications on CentOS 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.",
  615. "iconClass": "icon-nodejs",
  616. "openshift.io/display-name": "Node.js 8",
  617. "openshift.io/provider-display-name": "Red Hat, Inc.",
  618. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  619. "tags": "builder,nodejs",
  620. "version": "8"
  621. },
  622. "from": {
  623. "kind": "DockerImage",
  624. "name": "docker.io/centos/nodejs-8-centos7:latest"
  625. },
  626. "name": "8",
  627. "referencePolicy": {
  628. "type": "Local"
  629. }
  630. }
  631. ]
  632. }
  633. },
  634. {
  635. "apiVersion": "v1",
  636. "kind": "ImageStream",
  637. "metadata": {
  638. "annotations": {
  639. "openshift.io/display-name": "Perl"
  640. },
  641. "name": "perl"
  642. },
  643. "spec": {
  644. "tags": [
  645. {
  646. "annotations": {
  647. "description": "Build and run Perl applications on CentOS 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.",
  648. "iconClass": "icon-perl",
  649. "openshift.io/display-name": "Perl (Latest)",
  650. "openshift.io/provider-display-name": "Red Hat, Inc.",
  651. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  652. "supports": "perl",
  653. "tags": "builder,perl"
  654. },
  655. "from": {
  656. "kind": "ImageStreamTag",
  657. "name": "5.24"
  658. },
  659. "name": "latest",
  660. "referencePolicy": {
  661. "type": "Local"
  662. }
  663. },
  664. {
  665. "annotations": {
  666. "description": "Build and run Perl 5.16 applications on CentOS 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.",
  667. "iconClass": "icon-perl",
  668. "openshift.io/display-name": "Perl 5.16",
  669. "openshift.io/provider-display-name": "Red Hat, Inc.",
  670. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  671. "supports": "perl:5.16,perl",
  672. "tags": "hidden,builder,perl",
  673. "version": "5.16"
  674. },
  675. "from": {
  676. "kind": "DockerImage",
  677. "name": "docker.io/openshift/perl-516-centos7:latest"
  678. },
  679. "name": "5.16",
  680. "referencePolicy": {
  681. "type": "Local"
  682. }
  683. },
  684. {
  685. "annotations": {
  686. "description": "Build and run Perl 5.20 applications on CentOS 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.",
  687. "iconClass": "icon-perl",
  688. "openshift.io/display-name": "Perl 5.20",
  689. "openshift.io/provider-display-name": "Red Hat, Inc.",
  690. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  691. "supports": "perl:5.20,perl",
  692. "tags": "hidden,builder,perl",
  693. "version": "5.20"
  694. },
  695. "from": {
  696. "kind": "DockerImage",
  697. "name": "docker.io/centos/perl-520-centos7:latest"
  698. },
  699. "name": "5.20",
  700. "referencePolicy": {
  701. "type": "Local"
  702. }
  703. },
  704. {
  705. "annotations": {
  706. "description": "Build and run Perl 5.24 applications on CentOS 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.",
  707. "iconClass": "icon-perl",
  708. "openshift.io/display-name": "Perl 5.24",
  709. "openshift.io/provider-display-name": "Red Hat, Inc.",
  710. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  711. "supports": "perl:5.24,perl",
  712. "tags": "builder,perl",
  713. "version": "5.24"
  714. },
  715. "from": {
  716. "kind": "DockerImage",
  717. "name": "docker.io/centos/perl-524-centos7:latest"
  718. },
  719. "name": "5.24",
  720. "referencePolicy": {
  721. "type": "Local"
  722. }
  723. }
  724. ]
  725. }
  726. },
  727. {
  728. "apiVersion": "v1",
  729. "kind": "ImageStream",
  730. "metadata": {
  731. "annotations": {
  732. "openshift.io/display-name": "PHP"
  733. },
  734. "name": "php"
  735. },
  736. "spec": {
  737. "tags": [
  738. {
  739. "annotations": {
  740. "description": "Build and run PHP applications on CentOS 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.",
  741. "iconClass": "icon-php",
  742. "openshift.io/display-name": "PHP (Latest)",
  743. "openshift.io/provider-display-name": "Red Hat, Inc.",
  744. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  745. "supports": "php",
  746. "tags": "builder,php"
  747. },
  748. "from": {
  749. "kind": "ImageStreamTag",
  750. "name": "7.1"
  751. },
  752. "name": "latest",
  753. "referencePolicy": {
  754. "type": "Local"
  755. }
  756. },
  757. {
  758. "annotations": {
  759. "description": "Build and run PHP 5.5 applications on CentOS 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.",
  760. "iconClass": "icon-php",
  761. "openshift.io/display-name": "PHP 5.5",
  762. "openshift.io/provider-display-name": "Red Hat, Inc.",
  763. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  764. "supports": "php:5.5,php",
  765. "tags": "hidden,builder,php",
  766. "version": "5.5"
  767. },
  768. "from": {
  769. "kind": "DockerImage",
  770. "name": "docker.io/openshift/php-55-centos7:latest"
  771. },
  772. "name": "5.5",
  773. "referencePolicy": {
  774. "type": "Local"
  775. }
  776. },
  777. {
  778. "annotations": {
  779. "description": "Build and run PHP 5.6 applications on CentOS 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.",
  780. "iconClass": "icon-php",
  781. "openshift.io/display-name": "PHP 5.6",
  782. "openshift.io/provider-display-name": "Red Hat, Inc.",
  783. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  784. "supports": "php:5.6,php",
  785. "tags": "hidden,builder,php",
  786. "version": "5.6"
  787. },
  788. "from": {
  789. "kind": "DockerImage",
  790. "name": "docker.io/centos/php-56-centos7:latest"
  791. },
  792. "name": "5.6",
  793. "referencePolicy": {
  794. "type": "Local"
  795. }
  796. },
  797. {
  798. "annotations": {
  799. "description": "Build and run PHP 7.0 applications on CentOS 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.",
  800. "iconClass": "icon-php",
  801. "openshift.io/display-name": "PHP 7.0",
  802. "openshift.io/provider-display-name": "Red Hat, Inc.",
  803. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  804. "supports": "php:7.0,php",
  805. "tags": "builder,php",
  806. "version": "7.0"
  807. },
  808. "from": {
  809. "kind": "DockerImage",
  810. "name": "docker.io/centos/php-70-centos7:latest"
  811. },
  812. "name": "7.0",
  813. "referencePolicy": {
  814. "type": "Local"
  815. }
  816. },
  817. {
  818. "annotations": {
  819. "description": "Build and run PHP 7.1 applications on CentOS 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.",
  820. "iconClass": "icon-php",
  821. "openshift.io/display-name": "PHP 7.1",
  822. "openshift.io/provider-display-name": "Red Hat, Inc.",
  823. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  824. "supports": "php:7.1,php",
  825. "tags": "builder,php",
  826. "version": "7.1"
  827. },
  828. "from": {
  829. "kind": "DockerImage",
  830. "name": "docker.io/centos/php-71-centos7:latest"
  831. },
  832. "name": "7.1",
  833. "referencePolicy": {
  834. "type": "Local"
  835. }
  836. }
  837. ]
  838. }
  839. },
  840. {
  841. "apiVersion": "v1",
  842. "kind": "ImageStream",
  843. "metadata": {
  844. "annotations": {
  845. "openshift.io/display-name": "PostgreSQL"
  846. },
  847. "name": "postgresql"
  848. },
  849. "spec": {
  850. "tags": [
  851. {
  852. "annotations": {
  853. "description": "Provides a PostgreSQL database on CentOS 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.",
  854. "iconClass": "icon-postgresql",
  855. "openshift.io/display-name": "PostgreSQL (Latest)",
  856. "openshift.io/provider-display-name": "Red Hat, Inc.",
  857. "tags": "database,postgresql"
  858. },
  859. "from": {
  860. "kind": "ImageStreamTag",
  861. "name": "9.6"
  862. },
  863. "name": "latest",
  864. "referencePolicy": {
  865. "type": "Local"
  866. }
  867. },
  868. {
  869. "annotations": {
  870. "description": "Provides a PostgreSQL 9.2 database on CentOS 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.",
  871. "iconClass": "icon-postgresql",
  872. "openshift.io/display-name": "PostgreSQL 9.2",
  873. "openshift.io/provider-display-name": "Red Hat, Inc.",
  874. "tags": "hidden,postgresql",
  875. "version": "9.2"
  876. },
  877. "from": {
  878. "kind": "DockerImage",
  879. "name": "docker.io/openshift/postgresql-92-centos7:latest"
  880. },
  881. "name": "9.2",
  882. "referencePolicy": {
  883. "type": "Local"
  884. }
  885. },
  886. {
  887. "annotations": {
  888. "description": "Provides a PostgreSQL 9.4 database on CentOS 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.",
  889. "iconClass": "icon-postgresql",
  890. "openshift.io/display-name": "PostgreSQL 9.4",
  891. "openshift.io/provider-display-name": "Red Hat, Inc.",
  892. "tags": "hidden,database,postgresql",
  893. "version": "9.4"
  894. },
  895. "from": {
  896. "kind": "DockerImage",
  897. "name": "docker.io/centos/postgresql-94-centos7:latest"
  898. },
  899. "name": "9.4",
  900. "referencePolicy": {
  901. "type": "Local"
  902. }
  903. },
  904. {
  905. "annotations": {
  906. "description": "Provides a PostgreSQL 9.5 database on CentOS 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.",
  907. "iconClass": "icon-postgresql",
  908. "openshift.io/display-name": "PostgreSQL 9.5",
  909. "openshift.io/provider-display-name": "Red Hat, Inc.",
  910. "tags": "database,postgresql",
  911. "version": "9.5"
  912. },
  913. "from": {
  914. "kind": "DockerImage",
  915. "name": "docker.io/centos/postgresql-95-centos7:latest"
  916. },
  917. "name": "9.5",
  918. "referencePolicy": {
  919. "type": "Local"
  920. }
  921. },
  922. {
  923. "annotations": {
  924. "description": "Provides a PostgreSQL 9.6 database on CentOS 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.",
  925. "iconClass": "icon-postgresql",
  926. "openshift.io/display-name": "PostgreSQL 9.6",
  927. "openshift.io/provider-display-name": "Red Hat, Inc.",
  928. "tags": "database,postgresql",
  929. "version": "9.6"
  930. },
  931. "from": {
  932. "kind": "DockerImage",
  933. "name": "docker.io/centos/postgresql-96-centos7:latest"
  934. },
  935. "name": "9.6",
  936. "referencePolicy": {
  937. "type": "Local"
  938. }
  939. }
  940. ]
  941. }
  942. },
  943. {
  944. "apiVersion": "v1",
  945. "kind": "ImageStream",
  946. "metadata": {
  947. "annotations": {
  948. "openshift.io/display-name": "Python"
  949. },
  950. "name": "python"
  951. },
  952. "spec": {
  953. "tags": [
  954. {
  955. "annotations": {
  956. "description": "Build and run Python applications on CentOS 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.",
  957. "iconClass": "icon-python",
  958. "openshift.io/display-name": "Python (Latest)",
  959. "openshift.io/provider-display-name": "Red Hat, Inc.",
  960. "sampleRepo": "https://github.com/openshift/django-ex.git",
  961. "supports": "python",
  962. "tags": "builder,python"
  963. },
  964. "from": {
  965. "kind": "ImageStreamTag",
  966. "name": "3.6"
  967. },
  968. "name": "latest",
  969. "referencePolicy": {
  970. "type": "Local"
  971. }
  972. },
  973. {
  974. "annotations": {
  975. "description": "Build and run Python 3.3 applications on CentOS 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.",
  976. "iconClass": "icon-python",
  977. "openshift.io/display-name": "Python 3.3",
  978. "openshift.io/provider-display-name": "Red Hat, Inc.",
  979. "sampleRepo": "https://github.com/openshift/django-ex.git",
  980. "supports": "python:3.3,python",
  981. "tags": "hidden,builder,python",
  982. "version": "3.3"
  983. },
  984. "from": {
  985. "kind": "DockerImage",
  986. "name": "docker.io/openshift/python-33-centos7:latest"
  987. },
  988. "name": "3.3",
  989. "referencePolicy": {
  990. "type": "Local"
  991. }
  992. },
  993. {
  994. "annotations": {
  995. "description": "Build and run Python 2.7 applications on CentOS 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.",
  996. "iconClass": "icon-python",
  997. "openshift.io/display-name": "Python 2.7",
  998. "openshift.io/provider-display-name": "Red Hat, Inc.",
  999. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1000. "supports": "python:2.7,python",
  1001. "tags": "builder,python",
  1002. "version": "2.7"
  1003. },
  1004. "from": {
  1005. "kind": "DockerImage",
  1006. "name": "docker.io/centos/python-27-centos7:latest"
  1007. },
  1008. "name": "2.7",
  1009. "referencePolicy": {
  1010. "type": "Local"
  1011. }
  1012. },
  1013. {
  1014. "annotations": {
  1015. "description": "Build and run Python 3.4 applications on CentOS 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.",
  1016. "iconClass": "icon-python",
  1017. "openshift.io/display-name": "Python 3.4",
  1018. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1019. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1020. "supports": "python:3.4,python",
  1021. "tags": "hidden,builder,python",
  1022. "version": "3.4"
  1023. },
  1024. "from": {
  1025. "kind": "DockerImage",
  1026. "name": "docker.io/centos/python-34-centos7:latest"
  1027. },
  1028. "name": "3.4",
  1029. "referencePolicy": {
  1030. "type": "Local"
  1031. }
  1032. },
  1033. {
  1034. "annotations": {
  1035. "description": "Build and run Python 3.5 applications on CentOS 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.",
  1036. "iconClass": "icon-python",
  1037. "openshift.io/display-name": "Python 3.5",
  1038. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1039. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1040. "supports": "python:3.5,python",
  1041. "tags": "builder,python",
  1042. "version": "3.5"
  1043. },
  1044. "from": {
  1045. "kind": "DockerImage",
  1046. "name": "docker.io/centos/python-35-centos7:latest"
  1047. },
  1048. "name": "3.5",
  1049. "referencePolicy": {
  1050. "type": "Local"
  1051. }
  1052. },
  1053. {
  1054. "annotations": {
  1055. "description": "Build and run Python 3.6 applications on CentOS 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.",
  1056. "iconClass": "icon-python",
  1057. "openshift.io/display-name": "Python 3.6",
  1058. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1059. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1060. "supports": "python:3.6,python",
  1061. "tags": "builder,python",
  1062. "version": "3.6"
  1063. },
  1064. "from": {
  1065. "kind": "DockerImage",
  1066. "name": "docker.io/centos/python-36-centos7:latest"
  1067. },
  1068. "name": "3.6",
  1069. "referencePolicy": {
  1070. "type": "Local"
  1071. }
  1072. }
  1073. ]
  1074. }
  1075. },
  1076. {
  1077. "apiVersion": "v1",
  1078. "kind": "ImageStream",
  1079. "metadata": {
  1080. "annotations": {
  1081. "openshift.io/display-name": "Redis"
  1082. },
  1083. "name": "redis"
  1084. },
  1085. "spec": {
  1086. "tags": [
  1087. {
  1088. "annotations": {
  1089. "description": "Provides a Redis database on CentOS 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.",
  1090. "iconClass": "icon-redis",
  1091. "openshift.io/display-name": "Redis (Latest)",
  1092. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1093. "tags": "redis"
  1094. },
  1095. "from": {
  1096. "kind": "ImageStreamTag",
  1097. "name": "3.2"
  1098. },
  1099. "name": "latest",
  1100. "referencePolicy": {
  1101. "type": "Local"
  1102. }
  1103. },
  1104. {
  1105. "annotations": {
  1106. "description": "Provides a Redis 3.2 database on CentOS 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.",
  1107. "iconClass": "icon-redis",
  1108. "openshift.io/display-name": "Redis 3.2",
  1109. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1110. "tags": "redis",
  1111. "version": "3.2"
  1112. },
  1113. "from": {
  1114. "kind": "DockerImage",
  1115. "name": "docker.io/centos/redis-32-centos7:latest"
  1116. },
  1117. "name": "3.2",
  1118. "referencePolicy": {
  1119. "type": "Local"
  1120. }
  1121. }
  1122. ]
  1123. }
  1124. },
  1125. {
  1126. "apiVersion": "v1",
  1127. "kind": "ImageStream",
  1128. "metadata": {
  1129. "annotations": {
  1130. "openshift.io/display-name": "Ruby"
  1131. },
  1132. "name": "ruby"
  1133. },
  1134. "spec": {
  1135. "tags": [
  1136. {
  1137. "annotations": {
  1138. "description": "Build and run Ruby applications on CentOS 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.",
  1139. "iconClass": "icon-ruby",
  1140. "openshift.io/display-name": "Ruby (Latest)",
  1141. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1142. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1143. "supports": "ruby",
  1144. "tags": "builder,ruby"
  1145. },
  1146. "from": {
  1147. "kind": "ImageStreamTag",
  1148. "name": "2.4"
  1149. },
  1150. "name": "latest",
  1151. "referencePolicy": {
  1152. "type": "Local"
  1153. }
  1154. },
  1155. {
  1156. "annotations": {
  1157. "description": "Build and run Ruby 2.0 applications on CentOS 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.",
  1158. "iconClass": "icon-ruby",
  1159. "openshift.io/display-name": "Ruby 2.0",
  1160. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1161. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1162. "supports": "ruby:2.0,ruby",
  1163. "tags": "hidden,builder,ruby",
  1164. "version": "2.0"
  1165. },
  1166. "from": {
  1167. "kind": "DockerImage",
  1168. "name": "docker.io/openshift/ruby-20-centos7:latest"
  1169. },
  1170. "name": "2.0",
  1171. "referencePolicy": {
  1172. "type": "Local"
  1173. }
  1174. },
  1175. {
  1176. "annotations": {
  1177. "description": "Build and run Ruby 2.2 applications on CentOS 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.",
  1178. "iconClass": "icon-ruby",
  1179. "openshift.io/display-name": "Ruby 2.2",
  1180. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1181. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1182. "supports": "ruby:2.2,ruby",
  1183. "tags": "hidden,builder,ruby",
  1184. "version": "2.2"
  1185. },
  1186. "from": {
  1187. "kind": "DockerImage",
  1188. "name": "docker.io/centos/ruby-22-centos7:latest"
  1189. },
  1190. "name": "2.2",
  1191. "referencePolicy": {
  1192. "type": "Local"
  1193. }
  1194. },
  1195. {
  1196. "annotations": {
  1197. "description": "Build and run Ruby 2.3 applications on CentOS 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.",
  1198. "iconClass": "icon-ruby",
  1199. "openshift.io/display-name": "Ruby 2.3",
  1200. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1201. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1202. "supports": "ruby:2.3,ruby",
  1203. "tags": "builder,ruby",
  1204. "version": "2.3"
  1205. },
  1206. "from": {
  1207. "kind": "DockerImage",
  1208. "name": "docker.io/centos/ruby-23-centos7:latest"
  1209. },
  1210. "name": "2.3",
  1211. "referencePolicy": {
  1212. "type": "Local"
  1213. }
  1214. },
  1215. {
  1216. "annotations": {
  1217. "description": "Build and run Ruby 2.4 applications on CentOS 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.",
  1218. "iconClass": "icon-ruby",
  1219. "openshift.io/display-name": "Ruby 2.4",
  1220. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1221. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1222. "supports": "ruby:2.4,ruby",
  1223. "tags": "builder,ruby",
  1224. "version": "2.4"
  1225. },
  1226. "from": {
  1227. "kind": "DockerImage",
  1228. "name": "docker.io/centos/ruby-24-centos7:latest"
  1229. },
  1230. "name": "2.4",
  1231. "referencePolicy": {
  1232. "type": "Local"
  1233. }
  1234. }
  1235. ]
  1236. }
  1237. },
  1238. {
  1239. "apiVersion": "v1",
  1240. "kind": "ImageStream",
  1241. "metadata": {
  1242. "annotations": {
  1243. "openshift.io/display-name": "WildFly"
  1244. },
  1245. "name": "wildfly"
  1246. },
  1247. "spec": {
  1248. "tags": [
  1249. {
  1250. "annotations": {
  1251. "description": "Build and run WildFly applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of WildFly available on OpenShift, including major versions updates.",
  1252. "iconClass": "icon-wildfly",
  1253. "openshift.io/display-name": "WildFly (Latest)",
  1254. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1255. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1256. "supports": "jee,java",
  1257. "tags": "builder,wildfly,java"
  1258. },
  1259. "from": {
  1260. "kind": "ImageStreamTag",
  1261. "name": "12.0"
  1262. },
  1263. "name": "latest",
  1264. "referencePolicy": {
  1265. "type": "Local"
  1266. }
  1267. },
  1268. {
  1269. "annotations": {
  1270. "description": "Build and run WildFly 8.1 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1271. "iconClass": "icon-wildfly",
  1272. "openshift.io/display-name": "WildFly 8.1",
  1273. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1274. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1275. "supports": "wildfly:8.1,jee,java",
  1276. "tags": "builder,wildfly,java",
  1277. "version": "8.1"
  1278. },
  1279. "from": {
  1280. "kind": "DockerImage",
  1281. "name": "docker.io/openshift/wildfly-81-centos7:latest"
  1282. },
  1283. "name": "8.1",
  1284. "referencePolicy": {
  1285. "type": "Local"
  1286. }
  1287. },
  1288. {
  1289. "annotations": {
  1290. "description": "Build and run WildFly 9.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1291. "iconClass": "icon-wildfly",
  1292. "openshift.io/display-name": "WildFly 9.0",
  1293. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1294. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1295. "supports": "wildfly:9.0,jee,java",
  1296. "tags": "builder,wildfly,java",
  1297. "version": "9.0"
  1298. },
  1299. "from": {
  1300. "kind": "DockerImage",
  1301. "name": "docker.io/openshift/wildfly-90-centos7:latest"
  1302. },
  1303. "name": "9.0",
  1304. "referencePolicy": {
  1305. "type": "Local"
  1306. }
  1307. },
  1308. {
  1309. "annotations": {
  1310. "description": "Build and run WildFly 10.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1311. "iconClass": "icon-wildfly",
  1312. "openshift.io/display-name": "WildFly 10.0",
  1313. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1314. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1315. "supports": "wildfly:10.0,jee,java",
  1316. "tags": "builder,wildfly,java",
  1317. "version": "10.0"
  1318. },
  1319. "from": {
  1320. "kind": "DockerImage",
  1321. "name": "docker.io/openshift/wildfly-100-centos7:latest"
  1322. },
  1323. "name": "10.0",
  1324. "referencePolicy": {
  1325. "type": "Local"
  1326. }
  1327. },
  1328. {
  1329. "annotations": {
  1330. "description": "Build and run WildFly 10.1 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1331. "iconClass": "icon-wildfly",
  1332. "openshift.io/display-name": "WildFly 10.1",
  1333. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1334. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1335. "supports": "wildfly:10.1,jee,java",
  1336. "tags": "builder,wildfly,java",
  1337. "version": "10.1"
  1338. },
  1339. "from": {
  1340. "kind": "DockerImage",
  1341. "name": "docker.io/openshift/wildfly-101-centos7:latest"
  1342. },
  1343. "name": "10.1",
  1344. "referencePolicy": {
  1345. "type": "Local"
  1346. }
  1347. },
  1348. {
  1349. "annotations": {
  1350. "description": "Build and run WildFly 11 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1351. "iconClass": "icon-wildfly",
  1352. "openshift.io/display-name": "WildFly 11",
  1353. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1354. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1355. "supports": "wildfly:11,jee,java",
  1356. "tags": "builder,wildfly,java",
  1357. "version": "11.0"
  1358. },
  1359. "from": {
  1360. "kind": "DockerImage",
  1361. "name": "docker.io/openshift/wildfly-110-centos7:latest"
  1362. },
  1363. "name": "11.0",
  1364. "referencePolicy": {
  1365. "type": "Local"
  1366. }
  1367. },
  1368. {
  1369. "annotations": {
  1370. "description": "Build and run WildFly 12 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1371. "iconClass": "icon-wildfly",
  1372. "openshift.io/display-name": "WildFly 12",
  1373. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1374. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1375. "supports": "wildfly:12,jee,java",
  1376. "tags": "builder,wildfly,java",
  1377. "version": "12.0"
  1378. },
  1379. "from": {
  1380. "kind": "DockerImage",
  1381. "name": "docker.io/openshift/wildfly-120-centos7:latest"
  1382. },
  1383. "name": "12.0",
  1384. "referencePolicy": {
  1385. "type": "Local"
  1386. }
  1387. }
  1388. ]
  1389. }
  1390. }
  1391. ]
  1392. }