Skip to content

Commit

Permalink
ORC-1621: Switch to oraclelinux9 from rocky9
Browse files Browse the repository at this point in the history
### 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 <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 31fa612)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Feb 16, 2024
1 parent b5c4e0b commit 542353d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- debian11
- debian12
- fedora37
- rocky9
- oraclelinux9
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions docker/rocky9/Dockerfile → docker/oraclelinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dev@orc.apache.org>"

RUN yum check-update || true
Expand Down
2 changes: 1 addition & 1 deletion docker/os-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ debian12
ubuntu20
ubuntu22
fedora37
rocky9
oraclelinux9

0 comments on commit 542353d

Please sign in to comment.