Deploy fail, buildpack no longer available on gcr.io

Hi,

Fly docs for using builder have this:

[build]
  builder = "paketobuildpacks/builder:base"
  buildpacks = ["gcr.io/paketo-buildpacks/nodejs"]

I use this in my fly.toml.
It seems the buildpack is now longer available on gcr.io :

==> Building image
āœ“ compatible remote builder found
INFO Override builder host with: https://fly-builder-falling-sound-3437.fly.dev (was tcp://[fdaa:0:1f78:a7b:c207:c5a7:6185:2]:2375)

Remote builder fly-builder-falling-sound-3437 ready
==> Building image with Buildpacks
--> docker host: 24.0.7 linux x86_64
base: Pulling from paketobuildpacks/builder
Digest: sha256:17ea21162ba8c7717d3ead3ee3836a368aced7f02f2e59658e52029bd6d149e7
Status: Image is up to date for paketobuildpacks/builder:base
base-cnb: Pulling from paketobuildpacks/run
Digest: sha256:1af9935d8987fd52b2266d288200c9482d1dd5529860bbf5bc2d248de1cb1a38
Status: Image is up to date for paketobuildpacks/run:base-cnb
Error: failed to fetch an image or build from source: downloading buildpack: extracting from registry gcr.io/paketo-buildpacks/nodejs: fetching image: Error response from daemon: Head "https://gcr.io/v2/paketo-buildpacks/nodejs/manifests/latest": denied: denied: Project #761227957636 has been deleted.

Solved it.
After lots of trial and error, I removed the buildpacks argument from fly.toml.
So the working fly.toml is:

[build]
  builder = "paketobuildpacks/builder:base"

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.