-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix detection of rootless Docker #68
Conversation
145074c
to
8e20b68
Compare
oops, I accidentally clicked "pushed to origin" in the github desktop, and now this branch got several extra commits. Is there a way to delete a remote commit? Now my actual comment, with this and #69,
passes but
is still failing with
|
1c1f65b
to
8e20b68
Compare
Yes, force pushing. I went ahead and did this.
Hmm, I'm surprised this fails to build for you on Docker Desktop for Mac. I was able to get this test to build and pass on Docker on Linux (both rootless and not). The only things that I can think of accounting for the differences are either the Linux VM that's a part of Docker Desktop for Mac, or some additional interaction with the host filesystem. Perhaps try running with |
--verbose_failures doesn't show anything additional. I guess this is also related to bazelbuild/bazel#6393 We can merge in what we currently have I think. |
This isn't using remote execution. We're doing a local build inside of a Docker container. |
This treats Docker Desktop for Mac as rootless as well as fixing rootless detection for Podman.