Ido Flatow
Ido Flatow
Buildpack for dotnet should add a default listening URL/Port environment variable for ASPNET Core.
When using the dotnet runtime container images from Microsoft (mcr.microsoft.com/dotnet/runtime:7.0 and 6.0) the Dockerfile sets an environment variable, ASPNETCORE_URLS, to override the default listening port of ASPNET Core from 5000...
The [tutorial](https://cloud.google.com/dotnet/docs/getting-started/getting-started-on-compute-engine) referencing this demo code uses an ASPNET VM image based on .NET Core 2.1 with runtime 2.1.4. Current runtime of .NET Core 2.1 uses a newer ASP.NET Core...
Both the AWS and Azure interfaces for blobs, IAwsS3BlobStorage and IAzureBlobStorage have a definition for pre-signed/SAS URLs (GetUploadUrlAsync for AWS and GetBlobSasAsync for AWS). Can we please: 1. Have similar...
In the Debug step, in number 4, the operation fails. I had to go to the gcp console, to the source repository, and create a repository called "default", and then...
/area API /kind spec ## Describe the feature When using kustomize on a knative yaml (e.g. to create a Cloud Run service), patching env elements from multiple yaml files causes...