buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
112 stars 106 forks source link

SUP-1767 Update readme on mount-checkout behavior with git mirrors #265

Closed lizrabuya closed 8 months ago

lizrabuya commented 8 months ago

A customer encountered bad object references errors when running git fetch using the docker plugin. After checking the issue, the user had mount-checkout:false. This means the git mirror path is not mounted into the docker container as opposed to the plugin's default behaviour.

This PR adds a short description of the plugin's default behaviour of git mirrors paths in the readme.