Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11708665
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/jenkins-slave-barebone/Dockerfile b/jenkins-slave-barebone/Dockerfile
index fd3ce90..a11be19 100644
--- a/jenkins-slave-barebone/Dockerfile
+++ b/jenkins-slave-barebone/Dockerfile
@@ -1,28 +1,28 @@
#
# Nasqueron - Jenkins slave Docker image, not customized
#
-FROM debian:jessie
+FROM debian:stretch
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 \
+ openjdk-8-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
Mon, Sep 15, 06:54 (15 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2983837
Default Alt Text
(1 KB)
Attached To
Mode
rDJENKINSAGENTS Docker images for Jenkins agents
Attached
Detach File
Event Timeline
Log In to Comment