From f64b7f84650ac79923e58c2dbca59612c9d93afc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 11:46:33 +0100 Subject: [PATCH] Use proper CentOS base image See gh-24344 --- .../conf/CentOS/{7.9-27525fe9 => 7.9-e4ca2ed0}/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/{7.9-27525fe9 => 7.9-e4ca2ed0}/Dockerfile (76%) diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/7.9-27525fe9/Dockerfile b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/7.9-e4ca2ed0/Dockerfile similarity index 76% rename from spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/7.9-27525fe9/Dockerfile rename to spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/7.9-e4ca2ed0/Dockerfile index 5a3fda8f615..9c64460fa20 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/7.9-27525fe9/Dockerfile +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/7.9-e4ca2ed0/Dockerfile @@ -1,5 +1,5 @@ # CentOS 7.9 from 18/11/2020 -FROM centos@sha256:27525fe9e8a84f95baf88459070124628bf83da7216052ea9365fe46e93a102f +FROM centos@sha256:e4ca2ed0202e76be184e75fb26d14bf974193579039d5573fb2348664deef76e RUN yum install -y wget && \ yum install -y curl && \ wget --output-document jdk.rpm \