docs icon indicating copy to clipboard operation
docs copied to clipboard

Issue with Buildkite with Docker on AWS

Open maximepeabody opened this issue 3 years ago • 1 comments

Hi there, I'm trying to use buildkite with AWS, to run a Docker build. We are pulling some code from github in the docker file through SSH, which seems to be causing an error. I know it's not an error with the SSH key configuration in AWS, because it's able to pull the code from github initially (it's just a dependency call that isn't working). Here's the error message I'm getting:

#14 0.325 container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/var/lib/docker/2000.1001/tmp/.buildkit-ssh-sock224499185/ssh_auth_sock" to rootfs at "/run/buildkit/ssh_agent.0" caused: stat /var/lib/docker/2000.1001/tmp/.buildkit-ssh-sock224499185/ssh_auth_sock: permission denied

Any help is appreciated, thanks!

maximepeabody avatar Feb 22 '22 15:02 maximepeabody

Hi @maximepeabody I think this might end up needing some more info from you that probably shouldn't be shared publicly. Can you email [email protected] and we can try figure it out there.

And once we sort it out, if its not sensitive, we can share it back here to help the community out.

Alternatively, you could try posting this question in our community slack plugin to see if others have faced a similar issue and how they resolved it: https://chat.buildkite.community/

jradtilbrook avatar Feb 23 '22 01:02 jradtilbrook