1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00
Satori/eng/docker
Viktor Hofer 8e0147ecdf
Redesign the subset feature (#34663)
* Redesign subset feature and remove subsetcategory

Implement proposal from https://github.com/dotnet/runtime/issues/34403.
Remove subsetcategory and allow all subsets to specified via the -subset
switch.
2020-04-08 03:09:31 +02:00
..
build-docker-sdk.ps1 Redesign the subset feature (#34663) 2020-04-08 03:09:31 +02:00
libraries-sdk-aspnetcore.linux.Dockerfile Run stress tests on private Asp.Net Core package (#33860) 2020-03-24 17:35:00 +01:00
libraries-sdk-aspnetcore.windows.Dockerfile Run stress tests on private Asp.Net Core package (#33860) 2020-03-24 17:35:00 +01:00
libraries-sdk.linux.Dockerfile Redesign the subset feature (#34663) 2020-04-08 03:09:31 +02:00
libraries-sdk.windows.Dockerfile Removing "netcoreapp" and "netfx" TargetGroup (#457) 2019-12-14 12:22:29 -08:00
Readme.md Fixed typo in docker readme (#2190) 2020-01-25 08:01:23 -05: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