Skip to content

Commit a69a851

Browse files
committed
Drop CentOS 5 from launch script tests and upgrade to 6.9
CentOS 5 was declared EOL in March 2017 and yum on longer works out of the box. 6.9 is the latest release of CentOS 6. Tests for CentOS 7 have not been added as it uses systemd rather than SysVinit. Closes spring-projectsgh-9395
1 parent bf656c7 commit a69a851

File tree

3 files changed

+9
-24
lines changed
  • spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS

3 files changed

+9
-24
lines changed

spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/5.11-7f8a8084/Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/6.7-4f6d8f79/Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CentOS 6.9 from 02/06/2017
2+
FROM centos@sha256:a23bced61701af9a0a758e94229676d9f09996a3ff0f3d26955b06bac8c282e0
3+
RUN yum install -y wget && \
4+
yum install -y system-config-services && \
5+
yum install -y curl && \
6+
wget --output-document jdk.rpm \
7+
http://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \
8+
yum --nogpg localinstall -y jdk.rpm && \
9+
rm -f jdk.rpm

0 commit comments

Comments
 (0)