From d42ba6ca3e293f9bf1092be5c87eda4243793a6f Mon Sep 17 00:00:00 2001 From: Sarath Kumar K Date: Sat, 14 Sep 2024 10:05:47 +0530 Subject: [PATCH] [DEVOPS-3191] Updated Docker container images (#281) --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9147d8d..0249d382 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: # --------------------------------------------------------------------------------------- - name: ubuntu2004-x86_64-clang16 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_ubuntu2004_x86_64:v2023-10-25T03_33_01 + docker_image: yugabyteci/yb_build_infra_ubuntu2004_x86_64:v2024-09-13T18_52_51 build_thirdparty_args: >- --toolchain=llvm16 --expected-major-compiler-version=16 @@ -99,7 +99,7 @@ jobs: - name: ubuntu2204-x86_64-gcc11 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2023-10-25T03_33_00 + docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-13T18_52_51 build_thirdparty_args: >- --compiler-prefix=/usr --compiler-family=gcc @@ -115,7 +115,7 @@ jobs: - name: ubuntu2204-x86_64-clang17 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2023-10-25T03_33_00 + docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-13T18_52_51 build_thirdparty_args: >- --toolchain=llvm17 --expected-major-compiler-version=17 @@ -126,7 +126,7 @@ jobs: - name: almalinux8-x86_64-gcc11 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2023-10-25T03_33_01 + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-13T18_52_52 build_thirdparty_args: >- --devtoolset=11 --expected-major-compiler-version=11 @@ -157,14 +157,14 @@ jobs: # Clang/LLVM 17 - name: almalinux8-x86_64-clang17 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2023-10-25T03_33_01 + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-13T18_52_52 build_thirdparty_args: >- --toolchain=llvm17 --expected-major-compiler-version=17 - name: almalinux8-x86_64-clang17-linuxbrew os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2023-10-25T03_33_01 + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-13T18_52_52 build_thirdparty_args: >- --toolchain=llvm17_linuxbrew --expected-major-compiler-version=17 @@ -183,7 +183,7 @@ jobs: - name: almalinux9-x86_64-gcc12 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2023-10-25T03_33_02 + docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2024-09-13T18_52_52 build_thirdparty_args: >- --devtoolset=12 --expected-major-compiler-version=12 @@ -197,7 +197,7 @@ jobs: - name: almalinux9-x86_64-clang17 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2023-10-25T03_33_02 + docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2024-09-13T18_52_52 build_thirdparty_args: >- --toolchain=llvm17 --expected-major-compiler-version=17 @@ -248,12 +248,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }} SNYK_TOKEN: ${{ secrets.SNYK_AUTH_TOKEN }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: yugabyte-db-thirdparty-${{ matrix.name }}.tar.gz path: archive.tar.gz - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: yugabyte-db-thirdparty-${{ matrix.name }}.tar.gz.sha256 path: archive.tar.gz.sha256