Private Git Repository Dependency Issue #261
dbalseiro
started this conversation in
Python Team
Replies: 1 comment
-
So I was using the wrong builder. Now I'm doing
I think this is related to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks,
I created a Python project that relies on a dependency from a private Git repository. Unfortunately, when attempting to build it with
pack build myapp --builder paketobuildpacks/builder-jammy-base
, the process fails. I suspect that the Paketo builder lacks the necessary SSH credentials for the private repository.The error I'm seeing is
, and I'm wondering if this is a known issue with Paketo. Has anyone else faced a similar problem? Is there a way I can "inject" my SSH keys? I'd appreciate any pointers or advice on how to resolve this issue.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions