From d76d7afc658a5d07bb857fb2715344eb22e3526e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 6 Oct 2023 16:58:32 -0700 Subject: [PATCH] Switch from rockylinux8 to centos7 docker image for legacy support before deprecation (#1204) Signed-off-by: Peter Zhu (cherry picked from commit 4cbc2f1709e205b9414a93d888a432c3b6552444) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 959a0a400..f56dc7a49 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: id: step-ci-image-version-linux run: | crane version - CI_IMAGE_VERSION=`opensearch-build/docker/ci/get-ci-images.sh -p rockylinux8 -u opensearch -t build | head -1` + CI_IMAGE_VERSION=`opensearch-build/docker/ci/get-ci-images.sh -p centos7 -u opensearch -t build | head -1` echo $CI_IMAGE_VERSION echo "ci-image-version-linux=$CI_IMAGE_VERSION" >> $GITHUB_OUTPUT