Skip to content

Commit

Permalink
Automated periodic sync of OKD samples from the openshift library.
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos authored and github-actions[bot] committed Dec 9, 2024
1 parent b8c40ed commit f14b6b2
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 74 deletions.
100 changes: 73 additions & 27 deletions assets/operator/okd-x86_64/dotnet/imagestreams/dotnet-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"name": "dotnet-runtime",
"creationTimestamp": null,
"annotations": {
"openshift.io/display-name": ".NET Core Runtime",
"openshift.io/provider-display-name": "Red Hat"
"openshift.io/display-name": ".NET Runtime"
}
},
"spec": {
Expand All @@ -17,15 +16,58 @@
{
"name": "latest",
"annotations": {
"description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.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.",
"description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET Runtime (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "dotnet-runtime",
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden"
"tags": "dotnet-runtime,hidden"
},
"from": {
"kind": "ImageStreamTag",
"name": "8.0-ubi8"
"name": "9.0-ubi8"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "6.0-ubi8",
"annotations": {
"description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "dotnet-runtime,dotnet-runtime:6.0",
"tags": "dotnet-runtime",
"version": "6.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "6.0",
"annotations": {
"description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "dotnet-runtime,dotnet-runtime:6.0",
"tags": "dotnet-runtime,hidden",
"version": "6.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0"
},
"generation": null,
"importPolicy": {},
Expand All @@ -36,11 +78,12 @@
{
"name": "8.0-ubi8",
"annotations": {
"description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.",
"description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 8 Runtime (UBI 8)",
"supports": "dotnet-runtime",
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
"openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "dotnet-runtime,dotnet-runtime:8.0",
"tags": "dotnet-runtime",
"version": "8.0"
},
"from": {
Expand All @@ -56,11 +99,12 @@
{
"name": "8.0",
"annotations": {
"description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.",
"description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 8 Runtime (UBI 8)",
"supports": "dotnet-runtime",
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden",
"openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "dotnet-runtime,dotnet-runtime:8.0",
"tags": "dotnet-runtime,hidden",
"version": "8.0"
},
"from": {
Expand All @@ -74,18 +118,19 @@
}
},
{
"name": "6.0-ubi8",
"name": "9.0-ubi8",
"annotations": {
"description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.",
"description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6 Runtime (UBI 8)",
"supports": "dotnet-runtime",
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
"version": "6.0"
"openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "dotnet-runtime,dotnet-runtime:9.0",
"tags": "dotnet-runtime",
"version": "9.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0"
"name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0"
},
"generation": null,
"importPolicy": {},
Expand All @@ -94,18 +139,19 @@
}
},
{
"name": "6.0",
"name": "9.0",
"annotations": {
"description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.",
"description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6 Runtime (UBI 8)",
"supports": "dotnet-runtime",
"tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden",
"version": "6.0"
"openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "dotnet-runtime,dotnet-runtime:9.0",
"tags": "dotnet-runtime,hidden",
"version": "9.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0"
"name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0"
},
"generation": null,
"importPolicy": {},
Expand Down
114 changes: 83 additions & 31 deletions assets/operator/okd-x86_64/dotnet/imagestreams/dotnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"name": "dotnet",
"creationTimestamp": null,
"annotations": {
"openshift.io/display-name": ".NET",
"openshift.io/provider-display-name": "Red Hat"
"openshift.io/display-name": ".NET"
}
},
"spec": {
Expand All @@ -17,18 +16,67 @@
{
"name": "latest",
"annotations": {
"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.",
"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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleContextDir": "app",
"sampleRef": "dotnet-8.0",
"sampleRef": "dotnet-9.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet",
"tags": "builder,.net,dotnet,dotnetcore,hidden"
"tags": "builder,dotnet,hidden"
},
"from": {
"kind": "ImageStreamTag",
"name": "8.0-ubi8"
"name": "9.0-ubi8"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "6.0-ubi8",
"annotations": {
"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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6.0 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleContextDir": "app",
"sampleRef": "dotnet-6.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet,dotnet:6.0",
"tags": "builder,dotnet",
"version": "6.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60:6.0"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "6.0",
"annotations": {
"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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6.0 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleContextDir": "app",
"sampleRef": "dotnet-6.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet,dotnet:6.0",
"tags": "builder,dotnet,hidden",
"version": "6.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60:6.0"
},
"generation": null,
"importPolicy": {},
Expand All @@ -39,14 +87,15 @@
{
"name": "8.0-ubi8",
"annotations": {
"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.",
"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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 8 (UBI 8)",
"openshift.io/display-name": ".NET 8.0 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleContextDir": "app",
"sampleRef": "dotnet-8.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet:8.0,dotnet",
"tags": "builder,.net,dotnet,dotnetcore,dotnet80",
"supports": "dotnet,dotnet:8.0",
"tags": "builder,dotnet",
"version": "8.0"
},
"from": {
Expand All @@ -62,14 +111,15 @@
{
"name": "8.0",
"annotations": {
"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.",
"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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 8 (UBI 8)",
"openshift.io/display-name": ".NET 8.0 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleContextDir": "app",
"sampleRef": "dotnetcore-8.0",
"sampleRef": "dotnet-8.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet:8.0,dotnet",
"tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden",
"supports": "dotnet,dotnet:8.0",
"tags": "builder,dotnet,hidden",
"version": "8.0"
},
"from": {
Expand All @@ -83,21 +133,22 @@
}
},
{
"name": "6.0-ubi8",
"name": "9.0-ubi8",
"annotations": {
"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.",
"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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6 (UBI 8)",
"openshift.io/display-name": ".NET 9.0 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleContextDir": "app",
"sampleRef": "dotnet-6.0",
"sampleRef": "dotnet-9.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet:6.0,dotnet",
"tags": "builder,.net,dotnet,dotnetcore,dotnet60",
"version": "6.0"
"supports": "dotnet,dotnet:9.0",
"tags": "builder,dotnet",
"version": "9.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60:6.0"
"name": "registry.access.redhat.com/ubi8/dotnet-90:9.0"
},
"generation": null,
"importPolicy": {},
Expand All @@ -106,21 +157,22 @@
}
},
{
"name": "6.0",
"name": "9.0",
"annotations": {
"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.",
"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.",
"iconClass": "icon-dotnet",
"openshift.io/display-name": ".NET 6 (UBI 8)",
"openshift.io/display-name": ".NET 9.0 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleContextDir": "app",
"sampleRef": "dotnetcore-6.0",
"sampleRef": "dotnet-9.0",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex",
"supports": "dotnet:6.0,dotnet",
"tags": "builder,.net,dotnet,dotnetcore,dotnet60,hidden",
"version": "6.0"
"supports": "dotnet,dotnet:9.0",
"tags": "builder,dotnet,hidden",
"version": "9.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/dotnet-60:6.0"
"name": "registry.access.redhat.com/ubi8/dotnet-90:9.0"
},
"generation": null,
"importPolicy": {},
Expand Down
Loading

0 comments on commit f14b6b2

Please sign in to comment.