buildpacks icon indicating copy to clipboard operation
buildpacks copied to clipboard

Cant deploy functions locally using nodejs 22

Open rublev opened this issue 1 year ago • 1 comments

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

rublev avatar Oct 26 '24 00:10 rublev

Im also blocked by this. Please upvote the issue here https://issuetracker.google.com/issues/376854179

Joshua-Powell-Lambda avatar Nov 01 '24 16:11 Joshua-Powell-Lambda