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

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


The following commit(s) were added to refs/heads/master by this push:
     new ed3b6fdb018 [docker](modify)docker base image update to 5.0 (#58565)
ed3b6fdb018 is described below

commit ed3b6fdb018608dfc3136408fe5d1f1bf4ebcff1
Author: catpineapple <[email protected]>
AuthorDate: Mon Dec 1 17:10:43 2025 +0800

    [docker](modify)docker base image update to 5.0 (#58565)
---
 docker/runtime/base-image/Dockerfile_base | 4 ++--
 docker/runtime/be/Dockerfile              | 2 +-
 docker/runtime/broker/Dockerfile          | 2 +-
 docker/runtime/fe/Dockerfile              | 2 +-
 docker/runtime/ms/Dockerfile              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docker/runtime/base-image/Dockerfile_base 
b/docker/runtime/base-image/Dockerfile_base
index ef8f5eccc20..ae298dc6fee 100644
--- a/docker/runtime/base-image/Dockerfile_base
+++ b/docker/runtime/base-image/Dockerfile_base
@@ -49,5 +49,5 @@ COPY --from=apache/doris:debug-latest /dorisctl 
/opt/apache-doris/
 
 WORKDIR /opt/apache-doris
 
-# The last update at: April 29, 2025.
-# The docker image tag is changed to: base-3.0
+# The last update at: December 1, 2025.
+# The docker image tag is changed to: base-5.0
diff --git a/docker/runtime/be/Dockerfile b/docker/runtime/be/Dockerfile
index a3a045bfab8..3bde2dddbac 100644
--- a/docker/runtime/be/Dockerfile
+++ b/docker/runtime/be/Dockerfile
@@ -26,7 +26,7 @@
 # get the binary from doris github and utar into resource, update the 
directory as apache-`version(example:2.0.1)`-bin-`architecture(amd64/arm64)` 
mode.
 
 # choose a base image
-FROM apache/doris:base-4.0
+FROM apache/doris:base-5.0
 
 ARG TARGETARCH
 
diff --git a/docker/runtime/broker/Dockerfile b/docker/runtime/broker/Dockerfile
index 957dc40074f..514acdd97a2 100644
--- a/docker/runtime/broker/Dockerfile
+++ b/docker/runtime/broker/Dockerfile
@@ -25,7 +25,7 @@
 # we have support buildx for amd64 and arm64 architecture image build.
 # get the binary from doris github and utar into resource, update the 
directory as apache-`version(example:2.0.1)`-bin-`architecture(amd64/arm64)` 
mode.
 
-FROM apache/doris:base-3.0
+FROM apache/doris:base-5.0
 
 ARG TARGETARCH
 
diff --git a/docker/runtime/fe/Dockerfile b/docker/runtime/fe/Dockerfile
index 9e9d688209b..48a4ee051ad 100644
--- a/docker/runtime/fe/Dockerfile
+++ b/docker/runtime/fe/Dockerfile
@@ -25,7 +25,7 @@
 # we have support buildx for amd64 and arm64 architecture image build.
 # get the binary from doris github and utar into resource, update the 
directory as apache-`version(example:2.0.1)`-bin-`architecture(amd64/arm64)` 
mode.
 
-FROM apache/doris:base-4.0
+FROM apache/doris:base-5.0
 
 ARG TARGETARCH
 
diff --git a/docker/runtime/ms/Dockerfile b/docker/runtime/ms/Dockerfile
index c535914e888..445f0f3e5d8 100644
--- a/docker/runtime/ms/Dockerfile
+++ b/docker/runtime/ms/Dockerfile
@@ -26,7 +26,7 @@
 # get the binary from doris github and utar into resource, update the 
directory as apache-`version(example:3.0.0)`-bin-`architecture(amd64/arm64)` 
mode.
 
 # choose a base image
-FROM apache/doris:base-4.0
+FROM apache/doris:base-5.0
 
 ARG TARGETARCH
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to