Sign inSign up

raisepartner/grpc-build-csharp

By raisepartner

Updated over 2 years ago

dotnet core sdk + grpc dev & runtime

Image
0

1.3K

raisepartner/grpc-build-csharp repository overview

grpc-build-csharp

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.

using a private nuget sources

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.

Tag summary

Content type

Image

Digest

sha256:c9290aab9

Size

477.9 MB

Last updated

over 2 years ago

docker pull raisepartner/grpc-build-csharp