This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 790a03344 [doc]: Add Minio OSS disclaimer (#3390)
790a03344 is described below
commit 790a0334418de36129671835dcda30b9d22fcb94
Author: Yong Zheng <[email protected]>
AuthorDate: Fri Jan 9 09:51:21 2026 -0600
[doc]: Add Minio OSS disclaimer (#3390)
---
getting-started/minio/README.md | 3 +++
site/content/in-dev/unreleased/getting-started/quick-start.md | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/getting-started/minio/README.md b/getting-started/minio/README.md
index 18437a257..d6b0abe3a 100644
--- a/getting-started/minio/README.md
+++ b/getting-started/minio/README.md
@@ -19,6 +19,9 @@
# Getting Started with Apache Polaris and MinIO
+> [!WARNING]
+> Disclaimer: This getting-started example uses MinIO OSS for local testing
only. MinIO OSS is in maintenance mode, and MinIO container images may no
longer receive updates or security fixes.
+
## Overview
This example uses MinIO as a storage provider with Polaris.
diff --git a/site/content/in-dev/unreleased/getting-started/quick-start.md
b/site/content/in-dev/unreleased/getting-started/quick-start.md
index ee28ce151..1343d7a1d 100644
--- a/site/content/in-dev/unreleased/getting-started/quick-start.md
+++ b/site/content/in-dev/unreleased/getting-started/quick-start.md
@@ -21,6 +21,10 @@ Title: Quickstart
type: docs
weight: 99
---
+{{< alert warning >}}
+Disclaimer: This getting-start example uses MinIO OSS for local testing only.
MinIO OSS is in maintenance mode, and MinIO container images may no longer
receives updates or security fixes.
+{{< /alert >}}
+
Use this guide to quickly start running Polaris. This is not intended for
production use.
## Prerequisites