Skip to content

Commit b009253

Browse files
committed
Add comments to Dockerfile to trigger Docker Image creation with JDK 17 and Redis 6.2.
This is necesarry in order to produce Spring Data Redis 3.0.0-SNAPSHOTs. Thus far, the Jenkins CI build for 3.0.x is failing due to (from build spring-projects#1): "19:18:16 Stage "Publish JDK 17 + Redis 6.2 Docker image" skipped due to when conditional" Closes spring-projects#2173.
1 parent 545d8e9 commit b009253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/openjdk17-redis6.2/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
# Custom OpenJDK 17 Docker Image
12
FROM openjdk:17-bullseye
23

34
# Copy Spring Data Redis's Makefile into the container
45
COPY ./Makefile /
56

7+
# Install Redis 6.2
68
RUN set -eux; \
79
apt-get update ; \
810
apt-get install -y build-essential ; \

0 commit comments

Comments
 (0)