Joe Kutner
Joe Kutner
@hawksight do you think the `runtime_path` config fixed it (and the cache prevented it from working at first)?
Judging from the [jsch-agent-proxy-connector-factory source code](https://github.com/ymnk/jsch-agent-proxy/blob/12c3d64fc2b0a4fd37659369edfdee26e48954e2/jsch-agent-proxy-connector-factory/src/main/java/com/jcraft/jsch/agentproxy/ConnectorFactory.java#L43), it looks like it's trying to use ssh-agent to get the key. But I suspect that's not running. Is there a way to configure...
do you know if jsch-agent-proxy honors `.ssh` config and `.ssh/known_hosts`? maybe you have to configure it directly.
@joshwlewis can you DCO those last commits (and maybe squash em)
I'm +1 on @ekcasey's "option 1". I'm also fine with `/layers/config`. I don't think it's exceptionally weird.
fwiw, I'm fine with option 2 also
I'd love to see this move forward
I'm revisiting this RFC as I'm struggling to get `pip` to install packages outside of `PYTHONHOME`, while keeping `pip` as a distinct buildpack. Is it possible? Yes absolutely, but this...
@cmoulliard I've started a Java/Maven buildpack in the [buildpacks/sample](https://github.com/buildpack/samples/pull/3). It'll take a few more steps before it's in the `packs/v3` images though. Probably this week though.
@schneems yes