-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mount-buildkite-agent & empty directory #137
Comments
Hey @NorseGaud! Sorry for not spotting this earlier. Does |
No problem, sorry for the delay. I got pulled into an urgent issue. Here are the results without
Checking on the bind-mount permissions. |
Ok, I just ran a test using volumes and got the following:
So even volumes is mounting an empty directory instead of the file. |
Aha! On my local machine, same:
|
Furthermore, mounting the dir where it is doesn't work either:
If I Found docker/for-win#25 which is for windows... Update: Just realized we're doing docker inside of docker. So it doesn't exist to mount. Not a plugin issue! |
For anyone interested in a solution... We installed buildkite-agent in the dockerfile and just used the --token and --agent-access-token to do start or upload commands in the various scripts. We did have to pass in the right ENVs which were available on the first docker layer:
|
I've got the following
Buildkite is showing that running as
However, I
ls -laht /usr/bin/buildkite-agent
and see an empty directory.Any ideas what's wrong?
The text was updated successfully, but these errors were encountered: