lifecycle
lifecycle copied to clipboard
failed to initialize analyzer: validating registry read access: ensure registry read access
Summary
Hi,
I'm using the Tekton Buildpacks task from this link: https://hub.tekton.dev/tekton/task/buildpacks
I'm working with a private registry (Harbor) and followed the documentation here: https://github.com/tektoncd/catalog/blob/main/task/buildpacks/0.6/samples/dockerconfig.yaml
However, I'm encountering the following error:
failed to initialize analyzer: validating registry read access: ensure registry read access
The config.json is valid. The connection to Harbor is confirmed to be working. Im using in the "paketobuildpacks/builder:base" for builder. What could be causing this issue?
thanks