Skip to content

Commit ea5a555

Browse files
committed
Add .NET Core CentOS ImageStreams
These images are built from: https://github.com/redhat-developer/s2i-dotnetcore/.
1 parent 9ab7a71 commit ea5a555

File tree

3 files changed

+276
-0
lines changed

3 files changed

+276
-0
lines changed

examples/image-streams/image-streams-centos7.json

+92
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,98 @@
11251125
}
11261126
]
11271127
}
1128+
},
1129+
{
1130+
"kind": "ImageStream",
1131+
"apiVersion": "v1",
1132+
"metadata": {
1133+
"name": "dotnet",
1134+
"annotations": {
1135+
"openshift.io/display-name": ".NET Core Builder Images"
1136+
}
1137+
},
1138+
"spec": {
1139+
"tags": [
1140+
{
1141+
"name": "latest",
1142+
"annotations": {
1143+
"openshift.io/display-name": ".NET Core (Latest)",
1144+
"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.",
1145+
"iconClass": "icon-dotnet",
1146+
"tags": "builder,.net,dotnet,dotnetcore",
1147+
"supports":"dotnet",
1148+
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
1149+
"sampleContextDir": "app",
1150+
"sampleRef": "dotnetcore-2.0"
1151+
},
1152+
"from": {
1153+
"kind": "ImageStreamTag",
1154+
"name": "2.0"
1155+
}
1156+
},
1157+
{
1158+
"name": "2.0",
1159+
"annotations": {
1160+
"openshift.io/display-name": ".NET Core 2.0",
1161+
"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.",
1162+
"iconClass": "icon-dotnet",
1163+
"tags": "builder,.net,dotnet,dotnetcore,rh-dotnet20",
1164+
"supports":"dotnet:2.0,dotnet",
1165+
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
1166+
"sampleContextDir": "app",
1167+
"sampleRef": "dotnetcore-2.0",
1168+
"version": "2.0"
1169+
},
1170+
"from": {
1171+
"kind": "DockerImage",
1172+
"name": "registry.centos.org/dotnet/dotnet-20-centos7:latest"
1173+
}
1174+
}
1175+
]
1176+
}
1177+
},
1178+
{
1179+
"kind": "ImageStream",
1180+
"apiVersion": "v1",
1181+
"metadata": {
1182+
"name": "dotnet-runtime",
1183+
"annotations": {
1184+
"openshift.io/display-name": ".NET Core Runtime Images"
1185+
}
1186+
},
1187+
"spec": {
1188+
"tags": [
1189+
{
1190+
"name": "latest",
1191+
"annotations": {
1192+
"openshift.io/display-name": ".NET Core Runtime (Latest)",
1193+
"description": "Run .NET Core applications on CentOS 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.",
1194+
"iconClass": "icon-dotnet",
1195+
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
1196+
"supports":"dotnet-runtime"
1197+
},
1198+
"from": {
1199+
"kind": "ImageStreamTag",
1200+
"name": "2.0"
1201+
}
1202+
},
1203+
{
1204+
"name": "2.0",
1205+
"annotations": {
1206+
"openshift.io/display-name": ".NET Core 2.0 Runtime",
1207+
"description": "Run .NET Core applications on CentOS 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/runtime/README.md.",
1208+
"iconClass": "icon-dotnet",
1209+
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
1210+
"supports":"dotnet-runtime",
1211+
"version": "2.0"
1212+
},
1213+
"from": {
1214+
"kind": "DockerImage",
1215+
"name": "registry.centos.org/dotnet/dotnet-20-runtime-centos7:latest"
1216+
}
1217+
}
1218+
]
1219+
}
11281220
}
11291221
]
11301222
}

pkg/oc/bootstrap/bindata.go

+92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extended/testdata/bindata.go

+92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)