GoogleCloudPlatform / buildpacks

Builders and buildpacks designed to run on Google Cloud's container platforms
Apache License 2.0
986 stars 146 forks source link

Cant deploy functions locally using nodejs 22 #463

Open rublev opened 2 weeks ago

rublev commented 2 weeks ago

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

Joshua-Powell-Lambda commented 1 week ago

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