|
5 | 5 | "name": "dotnet",
|
6 | 6 | "creationTimestamp": null,
|
7 | 7 | "annotations": {
|
8 |
| - "openshift.io/display-name": ".NET", |
9 |
| - "openshift.io/provider-display-name": "Red Hat" |
| 8 | + "openshift.io/display-name": ".NET" |
10 | 9 | }
|
11 | 10 | },
|
12 | 11 | "spec": {
|
|
17 | 16 | {
|
18 | 17 | "name": "latest",
|
19 | 18 | "annotations": {
|
20 |
| - "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/main/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.", |
| 19 | + "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/main/9.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 version updates.", |
21 | 20 | "iconClass": "icon-dotnet",
|
22 | 21 | "openshift.io/display-name": ".NET (Latest)",
|
| 22 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
23 | 23 | "sampleContextDir": "app",
|
24 |
| - "sampleRef": "dotnet-8.0", |
| 24 | + "sampleRef": "dotnet-9.0", |
25 | 25 | "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
|
26 | 26 | "supports": "dotnet",
|
27 |
| - "tags": "builder,.net,dotnet,dotnetcore,hidden" |
| 27 | + "tags": "builder,dotnet,hidden" |
28 | 28 | },
|
29 | 29 | "from": {
|
30 | 30 | "kind": "ImageStreamTag",
|
31 |
| - "name": "8.0-ubi8" |
| 31 | + "name": "9.0-ubi8" |
| 32 | + }, |
| 33 | + "generation": null, |
| 34 | + "importPolicy": {}, |
| 35 | + "referencePolicy": { |
| 36 | + "type": "Local" |
| 37 | + } |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "6.0-ubi8", |
| 41 | + "annotations": { |
| 42 | + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", |
| 43 | + "iconClass": "icon-dotnet", |
| 44 | + "openshift.io/display-name": ".NET 6.0 (UBI 8)", |
| 45 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 46 | + "sampleContextDir": "app", |
| 47 | + "sampleRef": "dotnet-6.0", |
| 48 | + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", |
| 49 | + "supports": "dotnet,dotnet:6.0", |
| 50 | + "tags": "builder,dotnet", |
| 51 | + "version": "6.0" |
| 52 | + }, |
| 53 | + "from": { |
| 54 | + "kind": "DockerImage", |
| 55 | + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" |
| 56 | + }, |
| 57 | + "generation": null, |
| 58 | + "importPolicy": {}, |
| 59 | + "referencePolicy": { |
| 60 | + "type": "Local" |
| 61 | + } |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "6.0", |
| 65 | + "annotations": { |
| 66 | + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", |
| 67 | + "iconClass": "icon-dotnet", |
| 68 | + "openshift.io/display-name": ".NET 6.0 (UBI 8)", |
| 69 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 70 | + "sampleContextDir": "app", |
| 71 | + "sampleRef": "dotnet-6.0", |
| 72 | + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", |
| 73 | + "supports": "dotnet,dotnet:6.0", |
| 74 | + "tags": "builder,dotnet,hidden", |
| 75 | + "version": "6.0" |
| 76 | + }, |
| 77 | + "from": { |
| 78 | + "kind": "DockerImage", |
| 79 | + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" |
32 | 80 | },
|
33 | 81 | "generation": null,
|
34 | 82 | "importPolicy": {},
|
|
39 | 87 | {
|
40 | 88 | "name": "8.0-ubi8",
|
41 | 89 | "annotations": {
|
42 |
| - "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/main/8.0/build/README.md.", |
| 90 | + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", |
43 | 91 | "iconClass": "icon-dotnet",
|
44 |
| - "openshift.io/display-name": ".NET 8 (UBI 8)", |
| 92 | + "openshift.io/display-name": ".NET 8.0 (UBI 8)", |
| 93 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
45 | 94 | "sampleContextDir": "app",
|
46 | 95 | "sampleRef": "dotnet-8.0",
|
47 | 96 | "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
|
48 |
| - "supports": "dotnet:8.0,dotnet", |
49 |
| - "tags": "builder,.net,dotnet,dotnetcore,dotnet80", |
| 97 | + "supports": "dotnet,dotnet:8.0", |
| 98 | + "tags": "builder,dotnet", |
50 | 99 | "version": "8.0"
|
51 | 100 | },
|
52 | 101 | "from": {
|
|
62 | 111 | {
|
63 | 112 | "name": "8.0",
|
64 | 113 | "annotations": {
|
65 |
| - "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/main/8.0/build/README.md.", |
| 114 | + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", |
66 | 115 | "iconClass": "icon-dotnet",
|
67 |
| - "openshift.io/display-name": ".NET 8 (UBI 8)", |
| 116 | + "openshift.io/display-name": ".NET 8.0 (UBI 8)", |
| 117 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
68 | 118 | "sampleContextDir": "app",
|
69 |
| - "sampleRef": "dotnetcore-8.0", |
| 119 | + "sampleRef": "dotnet-8.0", |
70 | 120 | "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
|
71 |
| - "supports": "dotnet:8.0,dotnet", |
72 |
| - "tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden", |
| 121 | + "supports": "dotnet,dotnet:8.0", |
| 122 | + "tags": "builder,dotnet,hidden", |
73 | 123 | "version": "8.0"
|
74 | 124 | },
|
75 | 125 | "from": {
|
|
83 | 133 | }
|
84 | 134 | },
|
85 | 135 | {
|
86 |
| - "name": "6.0-ubi8", |
| 136 | + "name": "9.0-ubi8", |
87 | 137 | "annotations": {
|
88 |
| - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", |
| 138 | + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", |
89 | 139 | "iconClass": "icon-dotnet",
|
90 |
| - "openshift.io/display-name": ".NET 6 (UBI 8)", |
| 140 | + "openshift.io/display-name": ".NET 9.0 (UBI 8)", |
| 141 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
91 | 142 | "sampleContextDir": "app",
|
92 |
| - "sampleRef": "dotnet-6.0", |
| 143 | + "sampleRef": "dotnet-9.0", |
93 | 144 | "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
|
94 |
| - "supports": "dotnet:6.0,dotnet", |
95 |
| - "tags": "builder,.net,dotnet,dotnetcore,dotnet60", |
96 |
| - "version": "6.0" |
| 145 | + "supports": "dotnet,dotnet:9.0", |
| 146 | + "tags": "builder,dotnet", |
| 147 | + "version": "9.0" |
97 | 148 | },
|
98 | 149 | "from": {
|
99 | 150 | "kind": "DockerImage",
|
100 |
| - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" |
| 151 | + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" |
101 | 152 | },
|
102 | 153 | "generation": null,
|
103 | 154 | "importPolicy": {},
|
|
106 | 157 | }
|
107 | 158 | },
|
108 | 159 | {
|
109 |
| - "name": "6.0", |
| 160 | + "name": "9.0", |
110 | 161 | "annotations": {
|
111 |
| - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", |
| 162 | + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", |
112 | 163 | "iconClass": "icon-dotnet",
|
113 |
| - "openshift.io/display-name": ".NET 6 (UBI 8)", |
| 164 | + "openshift.io/display-name": ".NET 9.0 (UBI 8)", |
| 165 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
114 | 166 | "sampleContextDir": "app",
|
115 |
| - "sampleRef": "dotnetcore-6.0", |
| 167 | + "sampleRef": "dotnet-9.0", |
116 | 168 | "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
|
117 |
| - "supports": "dotnet:6.0,dotnet", |
118 |
| - "tags": "builder,.net,dotnet,dotnetcore,dotnet60,hidden", |
119 |
| - "version": "6.0" |
| 169 | + "supports": "dotnet,dotnet:9.0", |
| 170 | + "tags": "builder,dotnet,hidden", |
| 171 | + "version": "9.0" |
120 | 172 | },
|
121 | 173 | "from": {
|
122 | 174 | "kind": "DockerImage",
|
123 |
| - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" |
| 175 | + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" |
124 | 176 | },
|
125 | 177 | "generation": null,
|
126 | 178 | "importPolicy": {},
|
|
0 commit comments