Files
fedora-infra_ansible/roles/openshift_examples/files/examples/image-streams/image-streams-centos7.json

280 lines
6.5 KiB
JSON

{
"kind": "ImageStreamList",
"apiVersion": "v1beta3",
"metadata": {},
"items": [
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "ruby",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/ruby-20-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "2.0",
"annotations": {
"description": "Build and run Ruby 2.0 applications",
"iconClass": "icon-ruby",
"tags": "builder,ruby",
"supports": "ruby:2.0,ruby",
"version": "2.0"
},
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "nodejs",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/nodejs-010-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "0.10",
"annotations": {
"description": "Build and run NodeJS 0.10 applications",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"supports":"nodejs:0.10,nodejs:0.1,nodejs",
"version": "0.10"
},
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "perl",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/perl-516-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "5.16",
"annotations": {
"description": "Build and run Perl 5.16 applications",
"iconClass": "icon-perl",
"tags": "builder,perl",
"supports":"perl:5.16,perl",
"version": "5.16"
},
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "php",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/php-55-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "5.5",
"annotations": {
"description": "Build and run PHP 5.5 applications",
"iconClass": "icon-php",
"tags": "builder,php",
"supports":"php:5.5,php",
"version": "5.5"
},
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "python",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/python-33-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "3.3",
"annotations": {
"description": "Build and run Python 3.3 applications",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python:3.3,python",
"version": "3.3"
},
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "wildfly",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/wildfly-8-centos",
"tags": [
{
"name": "latest"
},
{
"name": "8",
"annotations": {
"description": "Build and run Java applications on Wildfly 8",
"iconClass": "icon-wildfly",
"tags": "builder,wildfly,java",
"supports":"wildfly:8,jee,java",
"version": "8"
},
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "mysql",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/mysql-55-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "5.5",
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "postgresql",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/postgresql-92-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "9.2",
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "mongodb",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/mongodb-24-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "2.4",
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "v1beta3",
"metadata": {
"name": "jenkins",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "openshift/jenkins-16-centos7",
"tags": [
{
"name": "latest"
},
{
"name": "1.6",
"from": {
"Kind": "ImageStreamTag",
"Name": "latest"
}
}
]
}
}
]
}