1- #
2- # Copyright 2011-2025 the original author or authors.
3- #
4- # Licensed under the Apache License, Version 2.0 (the "License");
5- # you may not use this file except in compliance with the License.
6- # You may obtain a copy of the License at
7- #
8- # https://www.apache.org/licenses/LICENSE-2.0
9- #
10- # Unless required by applicable law or agreed to in writing, software
11- # distributed under the License is distributed on an "AS IS" BASIS,
12- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13- # See the License for the specific language governing permissions and
14- # limitations under the License.
15- #
16-
171# Java versions
182java.main.tag =25-jdk-noble
193java.next.tag =25-jdk-noble
@@ -30,11 +14,12 @@ docker.mongodb.8.0.version=8.0.9
3014# Supported versions of Redis
3115docker.redis.6.version =6.2.13
3216docker.redis.7.version =7.2.4
17+ docker.redis.8.version =8.2.2
3318docker.valkey.8.version =8.1.1
3419
3520# Docker environment settings
36- docker.java.inside.basic =-v $HOME:/tmp/jenkins-home
37- docker.java.inside.docker =-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home
21+ docker.java.inside.basic =-v $HOME:/tmp/jenkins-home --ulimit nofile=32000:32000
22+ docker.java.inside.docker =-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home --ulimit nofile=32000:32000
3823
3924# Credentials
4025docker.registry =
0 commit comments