Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F34981686
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
958 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/jenkins-slave-barebone/Dockerfile b/jenkins-slave-barebone/Dockerfile
new file mode 100644
index 0000000..fd3ce90
--- /dev/null
+++ b/jenkins-slave-barebone/Dockerfile
@@ -0,0 +1,28 @@
+#
+# Nasqueron - Jenkins slave Docker image, not customized
+#
+
+FROM debian:jessie
+MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
+
+#
+# Prepare the container
+#
+
+RUN apt-get update && apt-get install -y \
+ openjdk-7-jdk ant openssh-server openssh-client locales \
+ --no-install-recommends && rm -r /var/lib/apt/lists/* && \
+ mkdir -p /var/run/sshd && \
+ sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
+ echo 'LANG="en_US.UTF-8"' > /etc/default/locale && \
+ dpkg-reconfigure --frontend=noninteractive locales && \
+ update-locale LANG=en_US.UTF-8
+
+#
+# Docker properties
+#
+
+ENV LANG en_US.UTF-8
+
+EXPOSE 22
+CMD ["/usr/sbin/sshd", "-D"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jul 7, 17:26 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3898737
Default Alt Text
(958 B)
Attached To
Mode
rDJENKINSAGENTS Docker images for Jenkins agents
Attached
Detach File
Event Timeline
Log In to Comment