Skip to content

Commit 542353d

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]> (cherry picked from commit 31fa612) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b5c4e0b commit 542353d

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
@@ -30,7 +30,7 @@ jobs:
3030
- debian11
3131
- debian12
3232
- fedora37
33-
- rocky9
33+
- oraclelinux9
3434
steps:
3535
- name: Checkout
3636
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
@@ -5,4 +5,4 @@ debian12
55
ubuntu20
66
ubuntu22
77
fedora37
8-
rocky9
8+
oraclelinux9

0 commit comments

Comments
 (0)