diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1ca52ed907..8f3b022772 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 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 35f6c67bb6..4f313ab969 100644 --- a/docker/os-list.txt +++ b/docker/os-list.txt @@ -5,4 +5,4 @@ ubuntu18 ubuntu20 ubuntu22 fedora37 -rocky9 +oraclelinux9