From 9202936b2e40d718869418672739fee2e4dfae0f Mon Sep 17 00:00:00 2001 From: loops Date: Fri, 18 Sep 2026 03:34:58 +0000 Subject: [PATCH] =?UTF-8?q?upstream(lasuite-drive):=20minio=20Docker=20Hub?= =?UTF-8?q?=20repo=20removed=20=E2=80=94=20quay.io=20pin=20notes=20(PR=20#?= =?UTF-8?q?7=20carries=20the=20switch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cc-ci-plan/upstream/lasuite-drive.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/cc-ci-plan/upstream/lasuite-drive.md b/cc-ci-plan/upstream/lasuite-drive.md index 51aaacf..6266b86 100644 --- a/cc-ci-plan/upstream/lasuite-drive.md +++ b/cc-ci-plan/upstream/lasuite-drive.md @@ -9,8 +9,8 @@ | db | pgautoupgrade/pgautoupgrade | https://github.com/pgautoupgrade/docker-pgautoupgrade | https://github.com/pgautoupgrade/docker-pgautoupgrade/releases | | redis | redis | https://github.com/redis/redis | https://github.com/redis/redis/releases | | mailcatcher | sj26/mailcatcher | https://github.com/sj26/mailcatcher | https://github.com/sj26/mailcatcher/releases | -| minio | minio/minio | https://github.com/minio/minio | https://github.com/minio/minio/releases | -| minio-createbuckets | minio/minio | https://github.com/minio/minio | https://github.com/minio/minio/releases | +| minio | quay.io/minio/minio | https://github.com/minio/minio | https://github.com/minio/minio/releases | +| minio-createbuckets | quay.io/minio/minio | https://github.com/minio/minio | https://github.com/minio/minio/releases | | collabora | collabora/code | https://github.com/CollaboraOnline/online | https://www.collaboraonline.com/release-notes/ (per-version: .../collabora-online-25-04-release-notes/) | | onlyoffice | onlyoffice/documentserver-de | https://github.com/ONLYOFFICE/DocumentServer | https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md | | web | nginx | https://github.com/nginx/nginx | https://nginx.org/en/CHANGES | @@ -19,9 +19,12 @@ - lasuite/drive-frontend and lasuite/drive-backend share the same version tag (drive monorepo). - minio and onlyoffice tags use non-semver formats; abra cannot auto-detect upgrades for them. - collabora/code uses a 5-part version scheme; abra cannot auto-detect upgrades for it. -- minio: Docker Hub `minio/minio` `latest` is frozen at `RELEASE.2025-09-07T16-13-09Z` (the - `RELEASE.2025-10-15T17-29-55Z` GitHub security release is NOT on Docker Hub `minio/minio`). - Newer minio releases moved to the **AIStor** product line (`quay.io/minio/aistor/minio`). - A future minio bump requires a registry+product switch — operator decision, not a routine tag bump. +- minio: Docker Hub `minio/minio` was **REMOVED** (verified 2026-09-18: Hub repo API 404, registry + manifest 401 on anonymous pull; last successful docker.io pull was the 2026-09-11 run). The same + release tag lives on **`quay.io/minio/minio`** (MinIO's official distribution channel) — recipe + pins switched there in lasuite-drive PR #7 (2026-09-18), same release `RELEASE.2025-09-07T16-13-09Z`, + mirroring the identical fix merged upstream for lasuite-docs ("fix: pull MinIO image from Quay", + PR #25, 2026-09-15). A future minio **version** bump still requires the AIStor product-line + decision — quay.io only re-hosts the frozen community line. - nginx 1.31.x (1.31.0, 1.31.1) contains multiple security CVE fixes; upgrade is recommended. - nginx 1.31.0 breaking change: HTTP/2 and HTTP/3 requests with Connection/Proxy-Connection/Keep-Alive/Transfer-Encoding/Upgrade headers are now rejected (affects proxied HTTP/2 backends).