- Notifications
You must be signed in to change notification settings - Fork474
Example application for the OpenShift s2i-dotnetcore builder image
License
redhat-developer/s2i-dotnetcore-ex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains a simple MVC .NET Core application that can be deployed on OpenShift.
The example is meant to be built and run with thes2i-dotnetcore builderimages. The branches of this repository correspond to versions of the s2i-dotnetcore images.
You can deploy the application using the OpenShift client (oc
) with the following commands:
# Create a new OpenShift project$ oc new-project mydemo# Add the .NET Core application$ oc new-app dotnet:9.0-ubi8~https://github.com/redhat-developer/s2i-dotnetcore-ex#dotnet-9.0 --context-dir app# Make the .NET Core application accessible externally and show the url$ oc expose service s2i-dotnetcore-ex$ oc get route s2i-dotnetcore-ex
Copyright 2024 by Red Hat, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may notuse this package except in compliance with the License (see theLICENSE
fileincluded in this distribution). You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS, WITHOUTWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See theLicense for the specific language governing permissions and limitations underthe License.
About
Example application for the OpenShift s2i-dotnetcore builder image
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.