Ajay Kumar

Results 13 comments of Ajay Kumar

I think the invalid certificate is having an expiry date farther than the original one, this can be the reason the cluster tries to use that for connection.

We are also facing similar issue with our dependabot `/usr/local/lib/ruby/3.1.0/rubygems/version.rb:223:in `initialize': Malformed version number string $AspNetCoreVersion (ArgumentError) from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-common-0.239.0/lib/dependabot/version.rb:9:in `initialize' from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-nuget-0.239.0/lib/dependabot/nuget/version.rb:27:in `initialize' from /usr/local/lib/ruby/3.1.0/rubygems/version.rb:204:in `new' from /usr/local/lib/ruby/3.1.0/rubygems/version.rb:204:in `new' from...

@brettfo Thanks for making the changes but it's still failing for me. '/usr/local/lib/ruby/3.1.0/rubygems/version.rb:223:in `initialize': Malformed version number string $AspNetCoreVersion (ArgumentError) from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-common-0.245.0/lib/dependabot/version.rb:30:in `initialize' from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/sorbet-runtime-0.5.11267/lib/types/private/methods/call_validation_2_7.rb:1547:in `bind_call' from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/sorbet-runtime-0.5.11267/lib/types/private/methods/call_validation_2_7.rb:1547:in `block in...

@sophiewigmore Here is a sample of app which is exactly I am using https://github.com/Azure/azure-functions-dotnet-worker/tree/main/samples/FunctionApp .... Just need to create a container image for this app using Paketo Buildpack for .NetCore.

@sophiewigmore As Serverless functions has become popular in cloud development, I am sure this will be a super urgent requirement for many. Could you consider it in your internal discussion...

> What are you currently doing now to support this workflow? Do you use Dockerfiles? We are kind of blocked......trying to use Dockerfiles with zip deployment, which is not very...

I also wanted to import a resource from security child module but its not possible.

@baronfel Thanks for your response. I have tried using mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0 this base image for .net6 isolated function app and it does not work for me. I will upload the code...

@baronfel Here is the sample app https://github.com/findajay/functionwithdocker/tree/master/functionwithdocker. In this app I am able to generate container image using dockerfile but not by using skd container dotnet publish. Note : It...