1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00
Satori/eng/docker
Marie Píchová d431d6a157
H/3 stress (#55098)
* Fixed event source name

* Updated docker files, updated stress test to H/3

* SSL stress updated as well

* Fixed docker and compilation warnings

* H/3 fixes

* Fixed nano-server version and nuget reference

* Debian stable version revert: bullseye --> buster

* Use msquic package in Linux stress container

* Bullseye is back, needs 6.0 SDK current preview

* Fixed pulling images in docker compose

* Disabled problematic error in H/2
2021-07-09 09:41:39 +02:00
..
build-docker-sdk.ps1 Networking stress tests moved out of Hosted pool (#35011) 2020-06-18 13:50:09 +02:00
build-docker-sdk.sh Replace AWK with Bash scripts (#46313) 2020-12-23 01:52:26 +01:00
libraries-sdk-aspnetcore.linux.Dockerfile H/3 stress (#55098) 2021-07-09 09:41:39 +02:00
libraries-sdk-aspnetcore.windows.Dockerfile H/3 stress (#55098) 2021-07-09 09:41:39 +02:00
libraries-sdk.linux.Dockerfile H/3 stress (#55098) 2021-07-09 09:41:39 +02:00
libraries-sdk.windows.Dockerfile H/3 stress (#55098) 2021-07-09 09:41:39 +02: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