1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-12 02:30:29 +09:00
Satori/eng/docker
Marie Píchová 9281022e56
[HTTP/3] Attempt at using newer image to allow H/3 Windows stress (#82226)
* Attempt at using newer image to allow H/3 Windows stress

* Failing docker experiments

* Removed testing print
2023-02-24 16:17:09 +01:00
..
build-docker-sdk.ps1 Fix HttpStress & SslStress (#80713) 2023-01-23 14:56:04 +01:00
build-docker-sdk.sh Build HttpStress and SslStress with live-built runtime using current TFM (#61689) 2021-11-30 18:16:30 +01:00
libraries-sdk.linux.Dockerfile [HTTP/3] Attempt at using newer image to allow H/3 Windows stress (#82226) 2023-02-24 16:17:09 +01:00
libraries-sdk.windows.Dockerfile [HTTP/3] Attempt at using newer image to allow H/3 Windows stress (#82226) 2023-02-24 16:17:09 +01:00
Readme.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00

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