Skip to content

Commit e62a16b

Browse files
ORC-1113: Remove CentOS 8 from docker-based tests (#1040)
### What changes were proposed in this pull request? This PR aims to remove CentOS 8 from docker-based tests. ### Why are the changes needed? CentOS 8 became EOL and Docker image build is failing now. - https://www.centos.org/centos-linux-eol/ ``` #6 0.762 CentOS Linux 8 - AppStream 83 B/s | 38 B 00:00 #6 0.767 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist ``` ### How was this patch tested? Manually.
1 parent 50ba8bb commit e62a16b

File tree

4 files changed

+2
-73
lines changed

4 files changed

+2
-73
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Supported OSes
22

3-
* CentOS 7 and 8
3+
* CentOS 7
44
* Debian 9 and 10
55
* Ubuntu 18 and 20
66

docker/centos8/Dockerfile

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

docker/os-list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
centos7
2-
centos8
32
debian9
43
debian10
54
debian11

site/_docs/building.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
99

1010
The C++ library is supported on the following operating systems:
1111

12-
* CentOS 7 or 8
12+
* CentOS 7
1313
* Debian 9 to 11
1414
* MacOS 11 to 12.1
1515
* Ubuntu 18.04 or 20.04
@@ -26,7 +26,6 @@ For each version of Linux, please check the corresponding Dockerfile, which
2626
is in the docker subdirectory, for the list of packages required to build ORC:
2727

2828
* [CentOS 7]({{ page.dockerUrl }}/centos7/Dockerfile)
29-
* [CentOS 8]({{ page.dockerUrl }}/centos8/Dockerfile)
3029
* [Debian 9]({{ page.dockerUrl }}/debian9/Dockerfile)
3130
* [Debian 10]({{ page.dockerUrl }}/debian10/Dockerfile)
3231
* [Debian 11]({{ page.dockerUrl }}/debian11/Dockerfile)

0 commit comments

Comments
 (0)