Skip to content

Commit 28920d5

Browse files
committed
modify tag
1 parent 37d3e1c commit 28920d5

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

docker/runtime/base-image/Dockerfile_base

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-cl
4747
COPY --from=apache/doris:debug-latest /doris-debug /opt/apache-doris/
4848

4949
WORKDIR /opt/apache-doris
50+
51+
# The last update at: April 29, 2025.
52+
# The docker image tag is changed to: base-2.0

docker/runtime/be/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 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.
2727

2828
# choose a base image
29-
FROM apache/doris:base-latest
29+
FROM apache/doris:base-2.0
3030

3131
ARG TARGETARCH
3232

docker/runtime/broker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# we have support buildx for amd64 and arm64 architecture image build.
2626
# 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.
2727

28-
FROM apache/doris:base-latest
28+
FROM apache/doris:base-2.0
2929

3030
ARG TARGETARCH
3131

docker/runtime/fe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# we have support buildx for amd64 and arm64 architecture image build.
2626
# 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.
2727

28-
FROM apache/doris:base-latest
28+
FROM apache/doris:base-2.0
2929

3030
ARG TARGETARCH
3131

docker/runtime/ms/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 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.
2727

2828
# choose a base image
29-
FROM apache/doris:base-latest
29+
FROM apache/doris:base-2.0
3030

3131
ARG TARGETARCH
3232

0 commit comments

Comments
 (0)