Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Simplify Cloud Run development with Visual Studio Code - hello-world-1 example

Hi I try to follow "Simplify Cloud Run development with Visual Studio Code" hello-world-1 example/tutorial made by Google Cloud Tech. However, when I Run on Cloud Run on Emulator, I get build error. What might be wrong? 
 
 
Starting to run the app using configuration 'Cloud Run: Run/Debug Locally' from .vscode/launch.json...
To view more detailed logs, go to Output channel : "Cloud Run: Run/Debug Locally - Detailed"
Dependency check started
Dependency check succeeded
Starting minikube, this may take a while................................................
minikube successfully started
The minikube profile 'cloud-run-dev-internal' has been scheduled to stop automatically after exiting Cloud Code. To disable this on future deployments, set autoStop to false in your launch configuration c:\Users\HP_OMEN\Projekty\CloudRun\hello-world-1\hello-world-1\.vscode\launch.json
Configuring minikube gcp-auth addon
Using GCP project 'hello-world-1-396918' with minikube gcp-authUpdate initiated
Build started for artifact hello-world-1
Build failed for artifact hello-world-1
Update failed with error code BUILD_UNKNOWN
build [hello-world-1] failed: failed to fetch builder image 'gcr.io/buildpacks/builder:v1': error pulling image configuration: download failed after attempts=1: unauthorized: authentication required
Skaffold exited with code 1.
Cleaning up...
Finished clean up.
1 2 765
2 REPLIES 2

PS: 1. Deploy to Cloud Run works fine. 2. Cloud Run: Run/Debug Locally works only when I change  Build Settings from Buildpacks (recomended) to Docker

Having the same error - sebar, any luck?