-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support .NET distroless #83
Comments
We don't support Node in Bazel, and yet we have a distroless image. Up for a PR? |
I don't mind submitting the PR. Do you think there is use in a distroless build where the actual binary is build outside of bazel? I can see where bazel is just the mechanism used here for distroless builds so there isn't technically a dependency or requirement we have .NET in bazel first before .net w/ distroless. If that sounds good, i'll fine sometime to submit the PR. |
Personally, I think so. I could convert all of my build to Bazel except some bash to drive the .NET Core 2 build until the dotnet rules evolve .NET Core 2 support. |
PR88 merged |
FR to support coreCLR distroless builds once we actually support coreCLR in bazel
FWIW, here's a sample coreCLR distroless build where the coreCLR binary is generated outside of bazel
The text was updated successfully, but these errors were encountered: