-
Notifications
You must be signed in to change notification settings - Fork 91
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
[DinD/CI] Did not find config file: /opt/kitchen/client.rb #149
Comments
Hi, Is there any workaround for this issue? I can reproduce it 100% of time. Thanks |
Nope. I can reproduce it 100% of the time, too... |
When you are running DiD I believe you MUST creat the same folder layout on the host as you are attempting to mount things into the inner container from. Eg |
I was exploring integrating dokken with drone and encountered this as well. The solution seems to be indicated in where dokken makes its sandboxes:
As the sandboxes reside in
|
Hi @zakame I tried it but I get the same error... Any update on this ? |
I can confirm that mounting the volume I think this is a specific configuration thing that needs to be done on each project and isn't in scope of Dokken. |
Been wrestling with this today. Conclusion: I wonder if one of the following two options is the path of least resistance:
|
@bbros-dev related to kitchen-local... I believe that functionality is already included with the exec transport already built into kitchen. You can see an example of using that provider in the ark cookbook GitHub Action tests. |
Thanks @ramereth we've moved away from DinD and more generally Docker. |
This is bug #105 continued but only for the case of running in DinD or CI.
The text was updated successfully, but these errors were encountered: