This is an automated email from the ASF dual-hosted git repository.
corgy pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 26ff2572b9 [Fix] Update base image to seatunnelhub/openjdk:8u342 in
Dockerfile (#10500)
26ff2572b9 is described below
commit 26ff2572b9cee48135f33455214821d19d3ef9f9
Author: Jast <[email protected]>
AuthorDate: Wed Mar 11 17:13:47 2026 +0800
[Fix] Update base image to seatunnelhub/openjdk:8u342 in Dockerfile (#10500)
---
seatunnel-dist/src/main/docker/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/seatunnel-dist/src/main/docker/Dockerfile
b/seatunnel-dist/src/main/docker/Dockerfile
index cb2aa9035d..aa9a7769c9 100644
--- a/seatunnel-dist/src/main/docker/Dockerfile
+++ b/seatunnel-dist/src/main/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM openjdk:8 as builder
+FROM seatunnelhub/openjdk:8u342 as builder
ARG VERSION
@@ -12,6 +12,6 @@ RUN cd /opt && \
sed -i
's/rootLogger.appenderRef.file.ref/#rootLogger.appenderRef.file.ref/'
seatunnel/config/log4j2.properties && \
cp seatunnel/config/hazelcast-master.yaml
seatunnel/config/hazelcast-worker.yaml
-FROM openjdk:8
+FROM seatunnelhub/openjdk:8u342
COPY --from=builder /opt/seatunnel /opt/seatunnel
WORKDIR /opt/seatunnel