Skip to content

Commit 31fa612

Browse files
committed
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]>
1 parent 0a02e4c commit 31fa612

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- debian12
3030
- ubuntu24
3131
- fedora37
32-
- rocky9
32+
- oraclelinux9
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v2

docker/rocky9/Dockerfile docker/oraclelinux9/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# ORC compile for Rocky Linux 9
17+
# ORC compile for Oracle Linux 9
1818
#
1919

20-
FROM rockylinux:9
20+
FROM oraclelinux:9
2121
LABEL maintainer="Apache ORC project <[email protected]>"
2222

2323
RUN yum check-update || true

docker/os-list.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ubuntu20
44
ubuntu22
55
ubuntu24
66
fedora37
7-
rocky9
7+
oraclelinux9

0 commit comments

Comments
 (0)