[libcxx-commits] [libcxx] a32b94c - [libc++] Run the builders Docker containers 'as 'buildbot instead of 'root'

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 25 09:08:04 PDT 2020


Author: Louis Dionne
Date: 2020-03-25T12:07:44-04:00
New Revision: a32b94c6c3a1ae3455208bdad6dad217a4286d09

URL: https://github.com/llvm/llvm-project/commit/a32b94c6c3a1ae3455208bdad6dad217a4286d09
DIFF: https://github.com/llvm/llvm-project/commit/a32b94c6c3a1ae3455208bdad6dad217a4286d09.diff

LOG: [libc++] Run the builders Docker containers 'as 'buildbot instead of 'root'

Added: 
    

Modified: 
    libcxx/utils/docker/debian9/buildbot/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/docker/debian9/buildbot/Dockerfile b/libcxx/utils/docker/debian9/buildbot/Dockerfile
index ea2ac9d55933..b16e32df386f 100644
--- a/libcxx/utils/docker/debian9/buildbot/Dockerfile
+++ b/libcxx/utils/docker/debian9/buildbot/Dockerfile
@@ -36,5 +36,7 @@ RUN ln -s /opt/llvm-tot/bin/clang /usr/local/bin/clang
 RUN ln -s /opt/llvm-tot/bin/clang++ /usr/local/bin/clang++
 
 
+USER buildbot
+
 ADD run_buildbot.sh /
 CMD /run_buildbot.sh /run/secrets/buildbot-auth


        


More information about the libcxx-commits mailing list