Browse Source
This commit upgrades the docker image for CentOS to Centos 7.9 as CentOs 6 is EOL since November 30. Given that CentOS 7 does no longer support SysVinit, this commit also updates the integration tests to not test this OS anymore. Closes gh-24344pull/24789/head
4 changed files with 19 additions and 6 deletions
@ -1,7 +1,6 @@ |
|||||||
# CentOS 6.9 from 02/06/2017 |
# CentOS 7.9 from 18/11/2020 |
||||||
FROM centos@sha256:a23bced61701af9a0a758e94229676d9f09996a3ff0f3d26955b06bac8c282e0 |
FROM centos@sha256:27525fe9e8a84f95baf88459070124628bf83da7216052ea9365fe46e93a102f |
||||||
RUN yum install -y wget && \ |
RUN yum install -y wget && \ |
||||||
yum install -y system-config-services && \ |
|
||||||
yum install -y curl && \ |
yum install -y curl && \ |
||||||
wget --output-document jdk.rpm \ |
wget --output-document jdk.rpm \ |
||||||
https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \ |
https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \ |
||||||
Loading…
Reference in new issue