image-streams-centos7.json 54 KB

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