aboutsummaryrefslogtreecommitdiff
path: root/xenial-amd64-tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-12 14:57:05 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-12 14:57:05 +0000
commit4ba35a39be2502794ded7c8398c3c8412260df34 (patch)
tree0cb32e169ba6800e804f28d85538a4bc99d16ce0 /xenial-amd64-tcwg-base
parentd6226acc15d10d048341ee622eff309b76203f55 (diff)
tcwg-host: Move addition of users to container init
... to allow group-based host containers. E.g., allow only LLVM devs to LLVM buildbots. Change-Id: Ie929e50f919132bd27ca356ca6b8d86c8d0f6b95
Diffstat (limited to 'xenial-amd64-tcwg-base')
-rw-r--r--xenial-amd64-tcwg-base/xenial-amd64-tcwg-host/Dockerfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/xenial-amd64-tcwg-base/xenial-amd64-tcwg-host/Dockerfile b/xenial-amd64-tcwg-base/xenial-amd64-tcwg-host/Dockerfile
index 2e2eaf28..0a6217c6 100644
--- a/xenial-amd64-tcwg-base/xenial-amd64-tcwg-host/Dockerfile
+++ b/xenial-amd64-tcwg-base/xenial-amd64-tcwg-host/Dockerfile
@@ -1,9 +1,8 @@
# Auto generated from tcwg-base/tcwg-host/Dockerfile.in. Do not edit.
FROM linaro/ci-amd64-tcwg-base-ubuntu:xenial
-RUN while read line; do \
- new-user.sh --passwd "$line"; \
- done </home-data/passwd
+COPY run.sh start.sh /
-COPY start.sh /
-# checksum: cd5ca50ee428e59198a461af6f57d237
+ENTRYPOINT ["/run.sh"]
+CMD ["start.sh"]
+# checksum: fa8082d167df199794dbee3499433894