This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new bee1b78ba ORC-1621: Switch to `oraclelinux9` from `rocky9`
bee1b78ba is described below
commit bee1b78ba38e65145f88d091ad0023564bd8ddbf
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Feb 16 15:58:24 2024 -0800
ORC-1621: Switch to `oraclelinux9` from `rocky9`
### What changes were proposed in this pull request?
This PR aims to switch to `oraclelinux9` from `rocky9`.
### Why are the changes needed?
Now, the official OracleLinux 9 image is available.
- https://hub.docker.com/_/oraclelinux
### How was this patch tested?
Pass the CIs. The GitHub Action CI has the replaced `oraclelinux9` job.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #1802 from dongjoon-hyun/oraclelinux9.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 31fa612f965f04844a019d7fac408cdd8e275840)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
docker/{rocky9 => oraclelinux9}/Dockerfile | 4 ++--
docker/os-list.txt | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 1ca52ed90..8f3b02277 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -25,7 +25,7 @@ jobs:
- debian11
- ubuntu18
- fedora37
- - rocky9
+ - oraclelinux9
steps:
- name: Checkout
uses: actions/checkout@v2
diff --git a/docker/rocky9/Dockerfile b/docker/oraclelinux9/Dockerfile
similarity index 96%
rename from docker/rocky9/Dockerfile
rename to docker/oraclelinux9/Dockerfile
index fe4c19723..094ec828f 100644
--- a/docker/rocky9/Dockerfile
+++ b/docker/oraclelinux9/Dockerfile
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# ORC compile for Rocky Linux 9
+# ORC compile for Oracle Linux 9
#
-FROM rockylinux:9
+FROM oraclelinux:9
LABEL maintainer="Apache ORC project <[email protected]>"
RUN yum check-update || true
diff --git a/docker/os-list.txt b/docker/os-list.txt
index 35f6c67bb..4f313ab96 100644
--- a/docker/os-list.txt
+++ b/docker/os-list.txt
@@ -5,4 +5,4 @@ ubuntu18
ubuntu20
ubuntu22
fedora37
-rocky9
+oraclelinux9