You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploying live works fine. deploying "locally" so i can insert data into my local firebase firestore emulator does not.
gcloud alpha functions local deploy remoteyes-functions \ --entry-point=helloWorld \ --runtime=nodejs22
=
ERROR: failed to build: failed to fetch builder image 'gcr.io/gae-runtimes/buildpacks/google-gae-22/nodejs/builder:latest': image gcr.io/gae-runtimes/buildpacks/google-gae-22/nodejs/builder:latest does not exist on the daemon: not found ERROR: (gcloud.alpha.functions.local.deploy) (1, 'Pack failed to build the container image.')
at my wits end lol
The text was updated successfully, but these errors were encountered:
deploying live works fine. deploying "locally" so i can insert data into my local firebase firestore emulator does not.
gcloud alpha functions local deploy remoteyes-functions \ --entry-point=helloWorld \ --runtime=nodejs22
=
ERROR: failed to build: failed to fetch builder image 'gcr.io/gae-runtimes/buildpacks/google-gae-22/nodejs/builder:latest': image gcr.io/gae-runtimes/buildpacks/google-gae-22/nodejs/builder:latest does not exist on the daemon: not found ERROR: (gcloud.alpha.functions.local.deploy) (1, 'Pack failed to build the container image.')
at my wits end lol
The text was updated successfully, but these errors were encountered: