You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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/
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!
The text was updated successfully, but these errors were encountered: