diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 37d399c3f2..879addaec9 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -30,7 +30,7 @@ jobs: - debian11 - debian12 - 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 fe4c197238..094ec828f2 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 " RUN yum check-update || true diff --git a/docker/os-list.txt b/docker/os-list.txt index 4635eaa660..b8240ec641 100644 --- a/docker/os-list.txt +++ b/docker/os-list.txt @@ -5,4 +5,4 @@ debian12 ubuntu20 ubuntu22 fedora37 -rocky9 +oraclelinux9