detected dubious ownership in repository #2171
Labels
🧑💻 dev experience
developer experience (excluding CI)
🦟 regression
A thing that used to work in an earlier release
There is a pathological set of conditions that can result in:
This is discussed at length in this thread:
actions/runner-images#6775 (comment)
We worked around it by adding:
to the docker image as advised.
However, when the docker image accidentally migrated from git 2.25.1 to 2.30.2 the above fix appears to have stopped working.
I tried changing the behavior to:
however when building the image I ended up back on git 2.25.1 and that fails as well.
Related to:
At present the only known combination of functioning behavior is:
It's likely the case that until we figure out a deterministic way of building a docker container that works that @jleibs needs to be the one to publish updates to our docker container for the time being.
The text was updated successfully, but these errors were encountered: