From 4c0b28f70d642b3a7043ed60cdb5cce7ffcff23e Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 17 May 2026 13:25:43 +0000 Subject: [PATCH 1/2] add warning notice to minio container that minio is not maintained any more Signed-off-by: Gaetano Giunta --- community-containers/minio/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community-containers/minio/readme.md b/community-containers/minio/readme.md index be41d5bd..42b1c8c9 100644 --- a/community-containers/minio/readme.md +++ b/community-containers/minio/readme.md @@ -1,3 +1,6 @@ +> [!CAUTION] +> Minio is no longer maintained. + ## Minio This container bundles minio s3 storage and auto-configures it for you. From d4da301c9a29b88bd079de011bb74452d88a64ab Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 18 May 2026 10:52:05 +0000 Subject: [PATCH 2/2] improve the notice about minio deprecation in the readme of the community container Signed-off-by: Gaetano Giunta --- community-containers/minio/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community-containers/minio/readme.md b/community-containers/minio/readme.md index 42b1c8c9..bc8faa3e 100644 --- a/community-containers/minio/readme.md +++ b/community-containers/minio/readme.md @@ -1,9 +1,9 @@ -> [!CAUTION] -> Minio is no longer maintained. - ## Minio This container bundles minio s3 storage and auto-configures it for you. +> [!CAUTION] +> The Minio upstream project is no longer maintained. The container should still work in its current form... + >[!WARNING] > Enabling this container will remove access to all the files formerly written to the data directory. > So only enable this on a clean instance directly after installing AIO.