aboutsummaryrefslogtreecommitdiff
path: root/jessie-amd64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-04-30 12:31:07 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-04-30 12:31:07 +0300
commitfea7fbc34f9e9d89f209072c981c8cac58234468 (patch)
treed3891a851dbfeb72b2611c806c44407fe6ee5e0d /jessie-amd64
parent7dec4cc79603fe38aea4413039117e84bc0869a2 (diff)
standardize to use SSH username with key instead of username with password
Change-Id: I860ed79c4b0bfba7255c02e3278ebdaf17005425 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jessie-amd64')
-rw-r--r--jessie-amd64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/jessie-amd64/Dockerfile b/jessie-amd64/Dockerfile
index 2c550b3..c221ba4 100644
--- a/jessie-amd64/Dockerfile
+++ b/jessie-amd64/Dockerfile
@@ -51,7 +51,7 @@ RUN apt-key add /etc/apt/sources.list.d/*.key \
/tmp/* \
/var/tmp/*
-RUN useradd -m -p '$6$7tSX2YU5Q$ydZwAuWtNPPBb1Fv/tzy3eFeEP/ThDBUjV/4vHVx6bVyfYMX6Q9PYhdV/CyJg7uthSIqIyzlNF65NVB1xwGtt0/' buildslave \
+RUN useradd -m buildslave \
&& echo 'buildslave ALL = NOPASSWD: ALL' > /etc/sudoers.d/jenkins \
&& chmod 440 /etc/sudoers.d/jenkins \
&& mkdir -p /var/run/sshd