Skip to content

Commit 9d9a672

Browse files
committed
OCPBUGS-63333 - Add Dot Net 8.0 to Origin Tests plus specifying branch for https://github.com/sclorg/django-ex.git
1 parent ebc0b4b commit 9d9a672

File tree

1 file changed

+49
-3
lines changed

1 file changed

+49
-3
lines changed

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

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
{
2121
"name": "latest",
2222
"annotations": {
23-
"description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/6.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.",
23+
"description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/8.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.",
2424
"iconClass": "icon-dotnet",
2525
"openshift.io/display-name": ".NET (Latest)",
2626
"sampleContextDir": "app",
27-
"sampleRef": "dotnet-6.0",
27+
"sampleRef": "dotnet-8.0",
2828
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
2929
"supports": "dotnet",
3030
"tags": "builder,.net,dotnet,dotnetcore,hidden"
3131
},
3232
"from": {
3333
"kind": "ImageStreamTag",
34-
"name": "6.0-ubi8"
34+
"name": "8.0-ubi8"
3535
},
3636
"generation": null,
3737
"importPolicy": {},
@@ -85,6 +85,52 @@
8585
"type": "Local"
8686
}
8787
},
88+
{
89+
"name": "8.0-ubi8",
90+
"annotations": {
91+
"description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/8.0/build/README.md.",
92+
"iconClass": "icon-dotnet",
93+
"openshift.io/display-name": ".NET 8 (UBI 8)",
94+
"sampleContextDir": "app",
95+
"sampleRef": "dotnet-8.0",
96+
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
97+
"supports": "dotnet:8.0,dotnet",
98+
"tags": "builder,.net,dotnet,dotnetcore,dotnet80",
99+
"version": "8.0"
100+
},
101+
"from": {
102+
"kind": "DockerImage",
103+
"name": "registry.access.redhat.com/ubi8/dotnet-80:8.0"
104+
},
105+
"generation": null,
106+
"importPolicy": {},
107+
"referencePolicy": {
108+
"type": "Local"
109+
}
110+
},
111+
{
112+
"name": "8.0",
113+
"annotations": {
114+
"description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/8.0/build/README.md.",
115+
"iconClass": "icon-dotnet",
116+
"openshift.io/display-name": ".NET 8 (UBI 8)",
117+
"sampleContextDir": "app",
118+
"sampleRef": "dotnetcore-8.0",
119+
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
120+
"supports": "dotnet:8.0,dotnet",
121+
"tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden",
122+
"version": "8.0"
123+
},
124+
"from": {
125+
"kind": "DockerImage",
126+
"name": "registry.access.redhat.com/ubi8/dotnet-80:8.0"
127+
},
128+
"generation": null,
129+
"importPolicy": {},
130+
"referencePolicy": {
131+
"type": "Local"
132+
}
133+
},
88134
{
89135
"name": "3.1-ubi8",
90136
"annotations": {

0 commit comments

Comments
 (0)