Omair Majid

Results 128 comments of Omair Majid

Hey, @lbussell! My experience with yum/dnf/tdnf in this area has shown that `--security` is a essentially a footgun for users. Like you noticed, this feature depends on the distro providing...

Though https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines#recommended-use suggests that HttpClient instances should not be created and disposed with each request :confused:

Can we close this now that https://github.com/openshift-helm-charts/charts/pull/1653 is merged?

All recent versions of .NET/.NET Core support OpenSSL 1.1.. Thinking out loud here: - We could switch the dependency to `openssl` instead of `compat-openssl10`. But that might have an impact...

@tonydnewell do you know what I can do to test this locally to see if `protoc` for arm64 is build with the correct baseline?

Thanks! I built [tools/dockerfile/grpc_artifact_protoc_aarch64/Dockerfile](https://github.com/grpc/grpc/pull/37440/files#diff-40066e74231de485ebb577cc79b745a8d60c10cbb35a576f3e7d6f33d2cc1568) and pushed it to quay.io: https://quay.io/repository/omajid/grpc_artifact_protoc?tab=tags I then updated current_version to use it: ```diff --- a/tools/dockerfile/grpc_artifact_protoc_aarch64.current_version +++ b/tools/dockerfile/grpc_artifact_protoc_aarch64.current_version @@ -1 +1 @@ -us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_artifact_protoc_aarch64:be8fc962f6a27ce976abecbda3dd02be4be5683d@sha256:a0f6b544c1b2fa75f73b26cb28281917153304e9df2789e93de0732494e6b651 \ No newline...

> tools/dockerfile/push_testing_images.sh needs to be run to address this error. Would you like me to do this? I am not sure I can push images to the registries, but I...

We have received similar reports for our builds of .NET. It looks like source-build is equally affected by these issues (even though, like the issue description says, source-built SDK is...