This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 4535f118f63 Use docker v28.0.4 to run E2E (#38036)
4535f118f63 is described below

commit 4535f118f63e2091693317628b0832f553e7a798
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Feb 14 01:08:29 2026 +0800

    Use docker v28.0.4 to run E2E (#38036)
---
 .github/workflows/e2e-agent.yml             | 6 ++++++
 .github/workflows/e2e-operation.yml         | 6 ++++++
 .github/workflows/e2e-sql.yml               | 6 ++++++
 .github/workflows/nightly-e2e-agent.yml     | 6 ++++++
 .github/workflows/nightly-e2e-operation.yml | 6 ++++++
 .github/workflows/nightly-e2e-sql.yml       | 6 ++++++
 6 files changed, 36 insertions(+)

diff --git a/.github/workflows/e2e-agent.yml b/.github/workflows/e2e-agent.yml
index 31149e6aecb..b45b0f96b2b 100644
--- a/.github/workflows/e2e-agent.yml
+++ b/.github/workflows/e2e-agent.yml
@@ -58,6 +58,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 21
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - uses: actions/[email protected]
         with:
           path: |
@@ -130,6 +133,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 21
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - uses: actions/[email protected]
         with:
           path: |
diff --git a/.github/workflows/e2e-operation.yml 
b/.github/workflows/e2e-operation.yml
index ce2ebb01628..e2441fdd245 100644
--- a/.github/workflows/e2e-operation.yml
+++ b/.github/workflows/e2e-operation.yml
@@ -62,6 +62,9 @@ jobs:
           distribution: 'temurin'
           java-version: 17
           cache: 'maven'
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - name: Maven Install
         env:
           PREFIX: "test/e2e/operation/"
@@ -118,6 +121,9 @@ jobs:
           distribution: 'temurin'
           java-version: 17
           cache: 'maven'
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - name: Download Build Artifacts
         uses: actions/download-artifact@v4
         with:
diff --git a/.github/workflows/e2e-sql.yml b/.github/workflows/e2e-sql.yml
index f49ca080d63..0935192317c 100644
--- a/.github/workflows/e2e-sql.yml
+++ b/.github/workflows/e2e-sql.yml
@@ -62,6 +62,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 17
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - uses: actions/[email protected]
         with:
           path: |
@@ -129,6 +132,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 17
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - name: Download E2E Image
         if: matrix.adapter == 'proxy'
         uses: actions/download-artifact@v4
diff --git a/.github/workflows/nightly-e2e-agent.yml 
b/.github/workflows/nightly-e2e-agent.yml
index 9eaa455f38e..67126fec955 100644
--- a/.github/workflows/nightly-e2e-agent.yml
+++ b/.github/workflows/nightly-e2e-agent.yml
@@ -46,6 +46,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 21
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - uses: actions/[email protected]
         with:
           path: |
@@ -118,6 +121,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 21
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - uses: actions/[email protected]
         with:
           path: |
diff --git a/.github/workflows/nightly-e2e-operation.yml 
b/.github/workflows/nightly-e2e-operation.yml
index fe17e6c931b..898f929536b 100644
--- a/.github/workflows/nightly-e2e-operation.yml
+++ b/.github/workflows/nightly-e2e-operation.yml
@@ -52,6 +52,9 @@ jobs:
           distribution: 'temurin'
           java-version: 17
           cache: 'maven'
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - name: Maven Install
         env:
           PREFIX: "test/e2e/operation/"
@@ -113,6 +116,9 @@ jobs:
           distribution: 'temurin'
           java-version: ${{ matrix.java-version }}
           cache: 'maven'
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - name: Download Build Artifacts
         uses: actions/download-artifact@v4
         with:
diff --git a/.github/workflows/nightly-e2e-sql.yml 
b/.github/workflows/nightly-e2e-sql.yml
index 9c3ee9c70b7..12aae7ffba5 100644
--- a/.github/workflows/nightly-e2e-sql.yml
+++ b/.github/workflows/nightly-e2e-sql.yml
@@ -46,6 +46,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 21
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - uses: actions/[email protected]
         with:
           path: |
@@ -119,6 +122,9 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: 21
+      - uses: docker/setup-docker-action@v4
+        with:
+          version: v28.0.4
       - name: Download E2E Image
         if: matrix.adapter == 'proxy'
         uses: actions/download-artifact@v4

Reply via email to