-
Notifications
You must be signed in to change notification settings - Fork 289
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
detected dubious ownership in repository at '/tmp/build/get' #404
Comments
This seems to be an issue with houdini/Docker for Mac. Running this on a Kubernetes cluster on the same Docker for Mac instance with containerd does not encounter this issue. |
Alternative workaround if you work on a local concourse instance: git_config:
- name: safe.directory
value: /tmp/build/get |
This has worked for me on the
|
Solved the issues for me |
this didnt solve issue for me :( |
Question, where do you writ that, because, i tried on the task, on the resource section, and not be able to works Even I try this. but still failing
|
Like this
|
Have the same issue, i can not be able to get the repo, because I don't know where i can put those lines. |
@pm3ndoza not sure what you mean. I show where you need to put those lines in the example above. |
Describe the bug
When attempting to get a
git-resource
, we receive the git errordetected dubious ownership
instead of pulling the source code.Reproduction steps
Deploy concourse quickstart using provided docker-compose.yml (using Concourse 7.9.1)
Deploy a simple pipeline:
...
Expected behavior
Expect the git repo to be available for pipeline consumption,
Additional context
No response
The text was updated successfully, but these errors were encountered: