Closed dsharp-pivotal closed 3 years ago
Resources are also turning orange when they run their check:
run check step: run check step: check: resource script '/opt/resource/check []' failed: exit status 1
stderr:
/opt/resource/check: line 11: ssh-agent: not found
sh: you need to specify whom to kill
Ah yep, definitely caused by that PR. Thanks for the report - we'll ship a patch (and figure out why our tests don't cover this) tomorrow!
Shipped 1.1.6 with the patch:
docker run --rm -it concourse/pool-resource:1.1.6-alpine which ssh-agent
/usr/bin/ssh-agent
We use pool-resource with a private git repository and set
source.private_key
with an ssh private key. Today we started getting the below error:Checking the images, ssh-agent does seem to be missing from the 1.1.5-alpine image:
Seems to be caused by #58
CC: @vito