- Notifications
You must be signed in to change notification settings - Fork192
redhat-developer/s2i-dotnetcore
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains the sources for building .NET SDK and runtime container images.
The images support OpenShiftsource-to-image.
Version | OS | Documentation |
---|---|---|
8.0 | UBI 8 | SDK image Runtime image |
9.0 | UBI 8 | SDK image Runtime image |
Version | OS | Documentation |
---|---|---|
1.0 | RHEL 7, CentOS 7 | SDK image Runtime image |
1.1 | RHEL 7 | SDK image Runtime image |
2.0 | RHEL 7, CentOS 7 | SDK image Runtime image |
2.1 | RHEL 7, UBI 8, CentOS 7 | SDK image Runtime image |
2.2 | RHEL 7, CentOS 7 | SDK image Runtime image |
3.0 | RHEL 7, UBI 8 | SDK image Runtime image |
3.1 | RHEL 7, UBI 8, CentOS 7, Fedora | SDK image Runtime image |
5.0 | UBI 8, CentOS 7, Fedora | SDK image Runtime image |
6.0 | UBI 8, Fedora | SDK image Runtime image |
7.0 | UBI 8, Fedora | SDK image Runtime image |
You can build (and test) the images by executing thebuild.sh
script and pass it the versions to build.
$ git clone https://github.com/redhat-developer/s2i-dotnetcore.git$ ./build.sh --ci 8.0 9.0
To override the default basis of the image, you can use the--base-os
argument. For example:--base-os fedora
or--base-os rhel8
.
For an overview of all build script arguments, run:./build.sh --help
.
The image streams can be added to OpenShift by importing andotnet_imagestreams_*.json
file with the OpenShift clientoc
.
oc apply -f https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/main/dotnet_imagestreams.json
Thedotnet_imagestreams_*.json
files define the supported .NET versions for a specific architecture:
About
.NET Core OpenShift images
Topics
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.