Skip to content
Snippets Groups Projects
Commit 0447ae1b authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated docker image.

parent 7c83daa2
No related branches found
No related tags found
No related merge requests found
FROM openjdk:13-jdk-alpine #FROM openjdk:13-jdk-alpine
FROM openjdk:17-jdk-alpine3.14
RUN echo "jenkins:x:2030:100:guest:/home/jenkins:/sbin/nologin" >> /etc/passwd && \ RUN echo "jenkins:x:2030:100:guest:/home/jenkins:/sbin/nologin" >> /etc/passwd && \
mkdir /home/jenkins && chmod 777 /home/jenkins && \ mkdir /home/jenkins && chmod 777 /home/jenkins && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment