google-cloud-visualstudio icon indicating copy to clipboard operation
google-cloud-visualstudio copied to clipboard

FROM gcr.io/google-appengine/aspnetcore:3.1 manifest for gcr.io/google-appengine/aspnetcore:3.1 not found ERROR

Open fsari opened this issue 4 years ago • 1 comments

Hi I am getting following error when I try Publish To Google Cloud on Visual Studio

My Project is .NET Core 3.1 Web API

----------------------------- REMOTE BUILD OUTPUT ------------------------------ starting build "95534111-f021-41ff-9b91-04bb18ea92ec"

FETCHSOURCE Fetching storage object: gs://staging.xxxxxx.appspot.com/us.gcr.io/xxxxxxx/appengine/default.20200320t113344:latest#1584693302503289 Copying gs://staging.xxxxx.appspot.com/us.gcr.io/xxxxxxx/appengine/default.20200320t113344:latest#1584693302503289...

/ [0 files][ 0.0 B/ 15.4 MiB]-- [1 files][ 15.4 MiB/ 15.4 MiB]

Operation completed over 1 objects/15.4 MiB. BUILD Already have image (with digest): gcr.io/cloud-builders/docker Sending build context to Docker daemon 46.32MB

Step 1/4 : FROM gcr.io/google-appengine/aspnetcore:3.1 manifest for gcr.io/google-appengine/aspnetcore:3.1 not found ERROR ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1

fsari avatar Mar 20 '20 11:03 fsari

Can you try again? App Engine now supports .NET Core 3.1

meteatamel avatar Jul 01 '20 13:07 meteatamel