From 41f4fe33ba867d57f92dbcedb15479caf838daa8 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:29:30 +0530 Subject: [PATCH 01/10] Replace minio with coollabs minio on azimutt service template --- templates/compose/azimutt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/azimutt.yaml b/templates/compose/azimutt.yaml index 8610308d9..2bccb3de3 100644 --- a/templates/compose/azimutt.yaml +++ b/templates/compose/azimutt.yaml @@ -22,7 +22,7 @@ services: retries: 10 minio: - image: minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /data --console-address ":9001" environment: - MINIO_SERVER_URL=$MINIO_SERVER_URL From 30e64f9dc69216290df8ce2b3f6180f36d79198b Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:31:02 +0530 Subject: [PATCH 02/10] Replace minio with coollabs minio on budibase service template --- templates/compose/budibase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/budibase.yaml b/templates/compose/budibase.yaml index 026ebb05f..d0befbde0 100644 --- a/templates/compose/budibase.yaml +++ b/templates/compose/budibase.yaml @@ -66,7 +66,7 @@ services: start_period: 10s minio-service: - image: minio/minio + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 volumes: - minio_data:/data environment: From 190b47b1d628aae95cc40a1e976813df401e6350 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:32:12 +0530 Subject: [PATCH 03/10] Replace minio with coollabs minio on plane service template --- templates/compose/plane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/plane.yaml b/templates/compose/plane.yaml index ae4e8eb4d..fa0f08ef3 100644 --- a/templates/compose/plane.yaml +++ b/templates/compose/plane.yaml @@ -211,7 +211,7 @@ services: plane-minio: <<: *app-env - image: minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /export --console-address ":9090" volumes: - uploads:/export From 48da311573f98eae0fe0983a9c5176974deac124 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:33:40 +0530 Subject: [PATCH 04/10] Replace minio with coollabs minio on posthog service template --- templates/compose/posthog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/posthog.yaml b/templates/compose/posthog.yaml index afd16d1e8..d5fb7120d 100644 --- a/templates/compose/posthog.yaml +++ b/templates/compose/posthog.yaml @@ -1870,7 +1870,7 @@ services: - ALLOW_PLAINTEXT_LISTENER=yes object_storage: - image: minio/minio:RELEASE.2022-06-25T15-50-16Z + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 environment: - MINIO_ROOT_USER=$SERVICE_USER_MINIO - MINIO_ROOT_PASSWORD=$SERVICE_PASSWORD_MINIO From b88a70fde5b705c4abc4b78e9b759075dbd8b481 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:35:24 +0530 Subject: [PATCH 05/10] Replace minio with coollabs minio on supabase service template --- templates/compose/supabase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index 537165d63..54e137b10 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -1072,7 +1072,7 @@ services: command: > sh -c "/app/bin/migrate && /app/bin/realtime eval 'Realtime.Release.seeds(Realtime.Repo)' && /app/bin/server" supabase-minio: - image: minio/minio + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 environment: - MINIO_ROOT_USER=${SERVICE_USER_MINIO} - MINIO_ROOT_PASSWORD=${SERVICE_PASSWORD_MINIO} From d17ba873aa6776f6f20cdb7fd91e80d5f9167eee Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:36:49 +0530 Subject: [PATCH 06/10] Replace minio with coollabs minio on coolify dev compose file --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index fee17dad6..d76c91aa2 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -104,7 +104,7 @@ services: networks: - coolify minio: - image: minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 pull_policy: always container_name: coolify-minio command: server /data --console-address ":9001" From 3e76bdd59e55298d7c58040d325c1ba5609d0eb4 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:39:06 +0530 Subject: [PATCH 07/10] Replace minio with coollabs minio on huly service template --- templates/compose/huly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/huly.yaml b/templates/compose/huly.yaml index c15a245c7..785c584fc 100644 --- a/templates/compose/huly.yaml +++ b/templates/compose/huly.yaml @@ -15,7 +15,7 @@ services: volumes: - huly-db:/data/db minio: - image: "minio/minio" + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /data --address ":9000" --console-address ":9001" volumes: - huly-files:/data From bad2c139c2874ad2dea04a1de51069a560f489b4 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:41:45 +0530 Subject: [PATCH 08/10] Replace minio with coollabs minio on ente photos with s3 service template --- templates/compose/ente-photos-with-s3.yaml | 2 +- templates/compose/reactive-resume.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/ente-photos-with-s3.yaml b/templates/compose/ente-photos-with-s3.yaml index 932745f82..17c79b8ed 100644 --- a/templates/compose/ente-photos-with-s3.yaml +++ b/templates/compose/ente-photos-with-s3.yaml @@ -86,7 +86,7 @@ services: retries: 5 minio: - image: 'quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z' # Released at 2025-09-07T16-13-09Z + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: 'server /data --console-address ":9001"' environment: - MINIO_SERVER_URL=$MINIO_SERVER_URL diff --git a/templates/compose/reactive-resume.yaml b/templates/compose/reactive-resume.yaml index 9c4e2cf28..0b53b0d7c 100644 --- a/templates/compose/reactive-resume.yaml +++ b/templates/compose/reactive-resume.yaml @@ -46,7 +46,7 @@ services: retries: 10 minio: - image: quay.io/minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /data --console-address ":9001" environment: - MINIO_SERVER_URL=$MINIO_SERVER_URL From 13759b7104356fff21fb16b98bf1023e49d6980a Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:51:52 +0530 Subject: [PATCH 09/10] Added coollabs minio to the SPECIFIC_SERVICES constants --- bootstrap/helpers/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index 36243e119..d1ae1e4fd 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -51,6 +51,7 @@ const SPECIFIC_SERVICES = [ 'quay.io/minio/minio', 'minio/minio', + 'ghcr.io/coollabsio/minio', 'svhd/logto', ]; From 92390ff250778d0892ff0d4561b73eaaa8a0a7e6 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 13:18:55 +0530 Subject: [PATCH 10/10] Added coollabs/minio to the SPECIFIC SERVICES lists --- bootstrap/helpers/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index d1ae1e4fd..382e2d015 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -52,6 +52,7 @@ 'quay.io/minio/minio', 'minio/minio', 'ghcr.io/coollabsio/minio', + 'coollabsio/minio', 'svhd/logto', ];