Skip to content

Commit d4a457c

Browse files
committed
Rewrite APT sources to HTTPS.
Also, use consistent docker image naming. See #2173
1 parent b009253 commit d4a457c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/openjdk17-redis6.2/Dockerfile renamed to ci/openjdk17-redis-6.2/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# Custom OpenJDK 17 Docker Image
21
FROM openjdk:17-bullseye
32

43
# Copy Spring Data Redis's Makefile into the container
54
COPY ./Makefile /
65

7-
# Install Redis 6.2
86
RUN set -eux; \
7+
sed -i -e 's/http/https/g' /etc/apt/sources.list ; \
98
apt-get update ; \
109
apt-get install -y build-essential ; \
1110
make work/redis/bin/redis-cli work/redis/bin/redis-server REDIS_VERSION=6.2.4; \

0 commit comments

Comments
 (0)