I'm trying to run docker in a cloud build step with a non-root cloud builder container. It's running a Bazel test that requires that the user is not root.
I tried adding the user to the docker, root, or google-sudoers group in the container but, it doesn't work.