Skip to content

Commit

Permalink
adding an image for .NET runtime (#27)
Browse files Browse the repository at this point in the history
* adding dotnet module

* adding image file
  • Loading branch information
rafaeltuelho authored Sep 20, 2024
1 parent d6433bb commit 4571e35
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions images/devspaces-dotnet-8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This is an image descriptor for CEkit

schema_version: 1

name: &name "devspaces-dotnet-8"
version: &version "1.0"
description: "Developer image for Red Hat OpenShift Dev Spaces providing .NET 8"

modules:
repositories:
- path: "../modules"
install:
- name: dotnet-8
10 changes: 10 additions & 0 deletions modules/dotnet/8.x/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
schema_version: 1
name: dotnet-8
version: v1.0
description: "Installs .NET 8.0"
packages:
manager_flags: "--disableplugin=subscription-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=0"
install:
- dotnet-hostfxr-8.0
- dotnet-runtime-8.0
- dotnet-sdk-8.0

0 comments on commit 4571e35

Please sign in to comment.