-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding dotnet:4-alpine image #949
base: dev
Are you sure you want to change the base?
Conversation
…s installed with apk
…t Grpc.Core's bundled glibc version of protoc
… from bullseye/amd64/dotnet/dotnet-inproc/
@microsoft-github-policy-service agree company="Nintex" |
Any ETA? |
@Tonewall @ahmelsayed @vrdmr @TsuyoshiUshio @pragnagopa @anirudhgarg @balag0 @CooperLink @amamounelsayed @VpOfEngineering Hi guys! Cann it be more prioritized? |
Adding alpine support for dotnet, motivated by the large number of image vulnerabilities mostly reported for Debian.
This is a POC PR to hopefully get the ball rolling on this issue: #901 with changes I based off #924
Note: I am using the contents of this new Dockerfile internally instead of
FROM mcr.microsoft.com/azure-functions/dotnet:4
in order to meet security requirements, at time of writing there are no vulnerabilities reported when scanning the resulting image.PR information