Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3745314
D2423.diff
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
D2423.diff
View Options
diff --git a/jenkins-agent-barebone/Dockerfile b/jenkins-agent-barebone/Dockerfile
--- a/jenkins-agent-barebone/Dockerfile
+++ b/jenkins-agent-barebone/Dockerfile
@@ -2,7 +2,7 @@
# Nasqueron - Jenkins agent Docker image, not customized
#
-FROM debian:stretch
+FROM debian:bullseye
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
@@ -10,7 +10,7 @@
#
RUN apt-get update && apt-get install -y \
- openjdk-8-jdk ant openssh-server openssh-client locales \
+ openjdk-17-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 && \
diff --git a/jenkins-agent-rust/Dockerfile b/jenkins-agent-rust/Dockerfile
--- a/jenkins-agent-rust/Dockerfile
+++ b/jenkins-agent-rust/Dockerfile
@@ -13,7 +13,7 @@
RUN apt-get update && \
apt-get install -y build-essential cmake git curl nano vim file \
- libpq-dev libsqlite-dev pkgconf sudo xutils-dev openssl \
+ libpq-dev libsqlite3-dev pkgconf sudo xutils-dev openssl \
strace gdb libssl-dev wget libpcre3-dev && \
apt-get autoremove && apt-get clean && \
groupadd -r app -g 433 && \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 13:57 (19 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2247622
Default Alt Text
D2423.diff (1 KB)
Attached To
Mode
D2423: Upgrade OS and libraries
Attached
Detach File
Event Timeline
Log In to Comment