[roll] Roll infra/recipes [docker] Passthrough UID/GID to docker containers on Linux and Mac

This patch will make recipe engine to passthrough the current UID/GID
to the docker container on Linux and Mac. This will avoid the issue
that recipe engine could not clean up the files created by the container
after the task is finished, due to file owner mismatch.

Original-Bug: 448457563
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1382532
Original-Revision: 5beb9bdea0d3bcd0e64f8a831ac89a701db7a01f
GitOrigin-RevId: 4aa500b7151ac439638846431fa3ca131a8e7285
Change-Id: I52b986d94ba8f7e8bdda083d561408d8f1c6f5c2
1 file changed
tree: 3c6ac26373f3286314727387689a6a5ad04629d0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.