1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Satori/eng/docker
Anton Firszov d5fea0a2f7
[Http/SslStress] Update linux containers to use centos-stream9 (#105631)
This should bump the clang version and fix #105560
2024-07-30 13:59:47 +02:00
..
build-docker-sdk.ps1 [HTTP/3] Stress hack for msquic dropping connections (#84793) 2023-04-28 10:37:08 +02:00
build-docker-sdk.sh
libraries-sdk.linux.Dockerfile [Http/SslStress] Update linux containers to use centos-stream9 (#105631) 2024-07-30 13:59:47 +02:00
libraries-sdk.windows.Dockerfile Use latest released SDK for HttpStress and SslStress. (#104713) 2024-07-11 16:40:28 +02:00
Readme.md

Docker Build Infrastructure

Provides reusable docker build infrastructure for the dotnet/runtime repo.

libraries-sdk Dockerfiles

The libraries-sdk Dockerfiles can be used to build dotnet sdk docker images that contain the current libraries built from source. These images can be used to build dockerized dotnet services that target the current libraries. Currently, debian and windows nanoserver sdk's are supported.

Building the images

To build the linux image locally

PS> .\build-docker-sdk.ps1 -t dotnet-linux-sdk-current

and for Windows:

PS> .\build-docker-sdk.ps1 -w -t dotnet-nanoserver-sdk-current

To use Debug builds:

PS> .\build-docker-sdk.ps1 -c Debug -t dotnet-sdk-current