forked from TrueCloudLab/action-env
[#1] Build CI environment for .NET
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
eb9cae2f79
commit
f120497a4f
2 changed files with 5 additions and 0 deletions
|
@ -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
4
dotnet-8.0/Dockerfile
Normal 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
|
Loading…
Reference in a new issue