File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ pipeline {
52
52
}
53
53
}
54
54
}
55
- stage(' Publish OpenJDK 15 + Redis 6.2 docker image' ) {
55
+ stage(' Publish OpenJDK 16 + Redis 6.2 docker image' ) {
56
56
when {
57
57
anyOf {
58
- changeset " ci/openjdk15 -redis-6.2/**"
58
+ changeset " ci/openjdk16 -redis-6.2/**"
59
59
changeset " Makefile"
60
60
}
61
61
}
@@ -64,7 +64,7 @@ pipeline {
64
64
65
65
steps {
66
66
script {
67
- def image = docker. build(" springci/spring-data-openjdk15 -with-redis-6.2" , " -f ci/openjdk15 -redis-6.2/Dockerfile ." )
67
+ def image = docker. build(" springci/spring-data-openjdk16 -with-redis-6.2" , " -f ci/openjdk16 -redis-6.2/Dockerfile ." )
68
68
docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
69
69
image. push()
70
70
}
Original file line number Diff line number Diff line change 1
- FROM adoptopenjdk/openjdk15 :latest
1
+ FROM adoptopenjdk/openjdk16 :latest
2
2
3
3
# Copy Spring Data Redis's Makefile into the container
4
4
COPY ./Makefile /
You can’t perform that action at this time.
0 commit comments