dotnet core sdk + grpc dev & runtime
1.3K
dotnet core sdk + grpc dev & runtime
This image is based om grpc-build-cpp.
In order to specify the base version, use the GRPC_BUILD_VERSION build argument. For example:
docker build -t raisepartner/grpc-build-csharp:dev --build-arg GRPC_BUILD_VERSION=0.1 .
If no GRPC_BUILD_VERSION is specified, latest is used.
example:
nuget sources add \
-name nuget-private \
-source https://nexus.raisepartner.com/repository/nuget-private/ \
-username <USER> \
-password <PASSWORD> \
-storepasswordincleartext \
-ConfigFile ~/.nuget/NuGet/NuGet.Config
This snippet can be added to the build/CI script.
Content type
Image
Digest
sha256:c9290aab9…
Size
477.9 MB
Last updated
over 2 years ago
docker pull raisepartner/grpc-build-csharp