Merge pull request #6965 from ShadowArcanist/shadow/replace-minio

Replace vulnerable minio docker images with Coollabs Minio
This commit is contained in:
Andras Bacsai 2025-10-22 16:02:45 +02:00 committed by GitHub
commit c9ca702edf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 9 deletions

View file

@ -51,6 +51,8 @@
const SPECIFIC_SERVICES = [
'quay.io/minio/minio',
'minio/minio',
'ghcr.io/coollabsio/minio',
'coollabsio/minio',
'svhd/logto',
];

View file

@ -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"

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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}