Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

.NET Core OpenShift images

License

NotificationsYou must be signed in to change notification settings

redhat-developer/s2i-dotnetcore

Repository files navigation

This repository contains the sources for building .NET SDK and runtime container images.

The images support OpenShiftsource-to-image.

Supported Versions

VersionOSDocumentation
8.0UBI 8SDK image
Runtime image
9.0UBI 8SDK image
Runtime image

EOL Versions

VersionOSDocumentation
1.0RHEL 7, CentOS 7SDK image
Runtime image
1.1RHEL 7SDK image
Runtime image
2.0RHEL 7, CentOS 7SDK image
Runtime image
2.1RHEL 7, UBI 8,
CentOS 7
SDK image
Runtime image
2.2RHEL 7, CentOS 7SDK image
Runtime image
3.0RHEL 7, UBI 8SDK image
Runtime image
3.1RHEL 7, UBI 8,
CentOS 7, Fedora
SDK image
Runtime image
5.0UBI 8, CentOS 7,
Fedora
SDK image
Runtime image
6.0UBI 8, FedoraSDK image
Runtime image
7.0UBI 8, FedoraSDK image
Runtime image

Building

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.

Installing

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:

ArchitectureFile
x64https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/main/dotnet_imagestreams.json
arm64https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/main/dotnet_imagestreams_aarch64.json
ppc64lehttps://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/main/dotnet_imagestreams_ppc64le.json
s390xhttps://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/main/dotnet_imagestreams_s390x.json

About

.NET Core OpenShift images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp