Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,52 +82,6 @@
"type": "Local"
}
},
{
"name": "7.0-ubi8",
"annotations": {
"description": "Build and run .NET 7 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/7.0/build/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 7 (UBI 8)",
"sampleContextDir": "app",
"sampleRef": "dotnet-7.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet:7.0,dotnet",
"tags": "builder,.net,dotnet,dotnetcore,dotnet70",
"version": "7.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-70:7.0"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "7.0",
"annotations": {
"description": "Build and run .NET 7 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/7.0/build/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 7 (UBI 8)",
"sampleContextDir": "app",
"sampleRef": "dotnetcore-7.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet:7.0,dotnet",
"tags": "builder,.net,dotnet,dotnetcore,dotnet70,hidden",
"version": "7.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-70:7.0"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "6.0-ubi8",
"annotations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,46 +73,6 @@
"type": "Local"
}
},
{
"name": "7.0-ubi8",
"annotations": {
"description": "Run .NET 7 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/7.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 7 Runtime (UBI 8)",
"supports": "dotnet-runtime",
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
"version": "7.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-70-runtime:7.0"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "7.0",
"annotations": {
"description": "Run .NET 7 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/7.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 7 Runtime (UBI 8)",
"supports": "dotnet-runtime",
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden",
"version": "7.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-70-runtime:7.0"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "6.0-ubi8",
"annotations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,41 @@
"type": "Local"
}
},
{
"name": "1.24-ubi9",
"annotations": {
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.24/README.md.",
"iconClass": "icon-nginx",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git",
"tags": "builder,nginx",
"version": "1.24"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi9/nginx-124:latest"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.22/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.24/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-nginx",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.22 (Latest)",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git",
"tags": "builder,nginx",
"version": "1.22"
"version": "1.24"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.22-ubi8"
"name": "1.24-ubi9"
},
"generation": null,
"importPolicy": {},
Expand Down
Loading