Build CI environment for .NET #1

Merged
potyarkin merged 1 commit from potyarkin/action-env:feature/dotnet into master 2024-11-13 08:58:23 +00:00
2 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
tag:
- dotnet-8.0
- openjdk-11-maven-3.8.6
- python-3.11
- python-3.13

4
dotnet-8.0/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM docker.io/node:20-bookworm-slim as node
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim
COPY --from=node /usr/local /usr/local
COPY --from=node /opt /opt