1
votes

ERROR: build step 1 "gcr.io/gae-runtimes/nodejs8_app_builder:nodejs8_8_11_4_20180831_RC00" failed: exit status 1

ERROR Finished Step #1 - "builder" Step #1 - "builder": Permission denied for "643fb2fbf62eb56dec3bcf9eccf36ace6c9745fb20458240f4311ba2c278ad25" from request "/v2/stumper-215709/app-engine-build-cache/node-cache/manifests/643fb2fbf62eb56dec3bcf9eccf36ace6c9745fb20458240f4311ba2c278ad25". : None

Step #1 - "builder": containerregistry.client.v2_2.docker_http_.V2DiagnosticException: response: {'status': '403', 'content-length': '280', 'x-xss-protection': '1; mode=block', 'transfer-encoding': 'chunked', 'server': 'Docker Registry', '-content-encoding': 'gzip', 'docker-distribution-api-version': 'registry/2.0', 'cache-control': 'private', 'date': 'Sat, 15 Sep 2018 05:13:18 GMT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'application/json'}

1

1 Answers

0
votes
  1. Check that the user account making the deployment has the necessary permissions. Try with owner permission first to eliminate that its a role setting. If that doesn't work, then try:

  2. Try enabling the Cloud Build API and redeploying.