Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Supported OSes

* CentOS 7 and 8
* CentOS 7
* Debian 9 and 10
* Ubuntu 18 and 20

Expand Down
69 changes: 0 additions & 69 deletions docker/centos8/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion docker/os-list.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
centos7
centos8
debian9
debian10
debian11
Expand Down
3 changes: 1 addition & 2 deletions site/_docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker

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

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

* [CentOS 7]({{ page.dockerUrl }}/centos7/Dockerfile)
* [CentOS 8]({{ page.dockerUrl }}/centos8/Dockerfile)
* [Debian 9]({{ page.dockerUrl }}/debian9/Dockerfile)
* [Debian 10]({{ page.dockerUrl }}/debian10/Dockerfile)
* [Debian 11]({{ page.dockerUrl }}/debian11/Dockerfile)
Expand Down