concourse / concourse-docker

Offical concourse/concourse Docker image.
Apache License 2.0
241 stars 153 forks source link

fatal: repository '/tmp/git-resource-repo-cache' does not exist #73

Closed nrvale0 closed 3 years ago

nrvale0 commented 3 years ago

I've been setting up a small lab environment based on Concourse using the docker-compose YAML in this repo. I have a very simple test jobs that tries to fetch a GH repo but when I'm getting the following error:

fatal: repository '/tmp/git-resource-repo-cache' does not exist

I see that error mentioned a few places on the Internet. Most of them are rather old and unresolve and many of them involve usage of the docker-compose manifest.

I've bumped up the Concourse logging to info but and I thought perhaps the issue was that /var/lib/docker was not on btrfs or that the Docker daemon was not using the btrfs storage driver but I've since modified my lab environment for those things and I'm still getting the error.

The following links are to the Vagrant-based lab environment and the simple test job.

I'm sort of at a loss. Thoughts?

nrvale0 commented 3 years ago

This was a result of of typo in the job def: s/url/uri/g