This is an automated email from the ASF dual-hosted git repository.
wuchong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new cc89a3d4e [docker] Add Apache Incubator disclaimer to Dockerfile
(#3381)
cc89a3d4e is described below
commit cc89a3d4e65382552c6847fd3767d19f6c97685e
Author: Jark Wu <[email protected]>
AuthorDate: Tue May 26 18:02:18 2026 +0800
[docker] Add Apache Incubator disclaimer to Dockerfile (#3381)
---
docker/fluss/Dockerfile | 10 ++++++++++
docker/quickstart-flink/Dockerfile | 11 +++++++++++
2 files changed, 21 insertions(+)
diff --git a/docker/fluss/Dockerfile b/docker/fluss/Dockerfile
index ad4f5b267..9da176601 100644
--- a/docker/fluss/Dockerfile
+++ b/docker/fluss/Dockerfile
@@ -16,6 +16,16 @@
# limitations under the License.
#
+# Apache Fluss (incubating) is an effort undergoing incubation at The Apache
+# Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+#
+# Incubation is required of all newly accepted projects until a further review
+# indicates that the infrastructure, communications, and decision making
process
+# have stabilized in a manner consistent with other successful ASF projects.
+#
+# While incubation status is not necessarily a reflection of the completeness
+# or stability of the code, it does indicate that the project has yet to be
+# fully endorsed by the ASF.
# --------------
# Stream edition
diff --git a/docker/quickstart-flink/Dockerfile
b/docker/quickstart-flink/Dockerfile
index 0b7e3e237..d6bca2c71 100644
--- a/docker/quickstart-flink/Dockerfile
+++ b/docker/quickstart-flink/Dockerfile
@@ -16,6 +16,17 @@
# limitations under the License.
#
+# Apache Fluss (incubating) is an effort undergoing incubation at The Apache
+# Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+#
+# Incubation is required of all newly accepted projects until a further review
+# indicates that the infrastructure, communications, and decision making
process
+# have stabilized in a manner consistent with other successful ASF projects.
+#
+# While incubation status is not necessarily a reflection of the completeness
+# or stability of the code, it does indicate that the project has yet to be
+# fully endorsed by the ASF.
+
# Base image for all Fluss quickstart scenarios.
FROM flink:1.20.0-scala_2.12-java17