This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new ad7323838 Change Debian docker test image from buster to bullseye
(#1252)
ad7323838 is described below
commit ad73238387dfdf1dee1e5caa6fdd507f943ba9bc
Author: zrlw <[email protected]>
AuthorDate: Tue Sep 2 16:01:35 2025 +0800
Change Debian docker test image from buster to bullseye (#1252)
---
.github/workflows/dubbo-3_2.yml | 2 +-
.github/workflows/dubbo-3_3.yml | 2 +-
.github/workflows/nightly-dubbo-3.yml | 2 +-
test/dubbo-test-runner/src/docker/Dockerfile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/dubbo-3_2.yml b/.github/workflows/dubbo-3_2.yml
index a243d0066..884e21904 100644
--- a/.github/workflows/dubbo-3_2.yml
+++ b/.github/workflows/dubbo-3_2.yml
@@ -211,7 +211,7 @@ jobs:
echo "CANDIDATE_VERSIONS=$CANDIDATE_VERSIONS" >> $GITHUB_ENV
- name: Build test image
run: |
- cd test && bash -c
'DEBIAN_MIRROR=http://archive.debian.org/debian-archive ./build-test-image.sh'
+ cd test && bash ./build-test-image.sh
- name: Run tests
run: cd test && bash ./run-tests.sh
- name: Upload test result
diff --git a/.github/workflows/dubbo-3_3.yml b/.github/workflows/dubbo-3_3.yml
index 0e5ae0456..f91f4d0cb 100644
--- a/.github/workflows/dubbo-3_3.yml
+++ b/.github/workflows/dubbo-3_3.yml
@@ -203,7 +203,7 @@ jobs:
echo "CANDIDATE_VERSIONS=$CANDIDATE_VERSIONS" >> $GITHUB_ENV
- name: Build test image
run: |
- cd test && bash -c
'DEBIAN_MIRROR=http://archive.debian.org/debian-archive ./build-test-image.sh'
+ cd test && bash ./build-test-image.sh
- name: Run tests
run: cd test && bash ./run-tests.sh
- name: Upload test result
diff --git a/.github/workflows/nightly-dubbo-3.yml
b/.github/workflows/nightly-dubbo-3.yml
index 377be6dc3..e0d7a4355 100644
--- a/.github/workflows/nightly-dubbo-3.yml
+++ b/.github/workflows/nightly-dubbo-3.yml
@@ -165,7 +165,7 @@ jobs:
echo "CANDIDATE_VERSIONS=$CANDIDATE_VERSIONS" >> $GITHUB_ENV
- name: Build test image
run: |
- cd test && bash -c
'DEBIAN_MIRROR=http://archive.debian.org/debian-archive ./build-test-image.sh'
+ cd test && bash ./build-test-image.sh
- name: Run tests
run: cd test && bash ./run-tests.sh
- name: Upload test result
diff --git a/test/dubbo-test-runner/src/docker/Dockerfile
b/test/dubbo-test-runner/src/docker/Dockerfile
index cb89c783a..f399cd214 100644
--- a/test/dubbo-test-runner/src/docker/Dockerfile
+++ b/test/dubbo-test-runner/src/docker/Dockerfile
@@ -14,7 +14,7 @@
# limitations under the License.
ARG JAVA_VER=8
-FROM openjdk:${JAVA_VER}-jdk-buster
+FROM openjdk:${JAVA_VER}-jdk-bullseye
ARG DEBIAN_MIRROR
RUN if [ -n "$DEBIAN_MIRROR" ]; then \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]