[#1] Build CI environment for .NET

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-11-13 11:51:48 +03:00
parent eb9cae2f79
commit f120497a4f
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