File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ pipeline {
40
40
}
41
41
}
42
42
}
43
- stage(' Publish JDK 20 + Redis 6.2 Docker Image' ) {
43
+ stage(' Publish JDK 21 + Redis 6.2 Docker Image' ) {
44
44
when {
45
45
anyOf {
46
- changeset " ci/openjdk20 -redis-6.2/Dockerfile"
46
+ changeset " ci/openjdk21 -redis-6.2/Dockerfile"
47
47
changeset " Makefile"
48
48
changeset " ci/pipeline.properties"
49
49
}
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# Java versions
2
2
java.main.tag =17.0.6_10-jdk-focal
3
- java.next.tag =20 -jdk-jammy
3
+ java.next.tag =21 -jdk-bullseye
4
4
5
5
# Docker container images - standard
6
6
docker.java.main.image =harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
7
- docker.java.next.image =harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin :${java.next.tag}
7
+ docker.java.next.image =harbor-repo.vmware.com/dockerhub-proxy-cache/library/openjdk :${java.next.tag}
8
8
9
9
# Supported versions of MongoDB
10
10
docker.mongodb.4.4.version =4.4.18
You can’t perform that action at this time.
0 commit comments