Merge pull request #6965 from ShadowArcanist/shadow/replace-minio
Replace vulnerable minio docker images with Coollabs Minio
This commit is contained in:
commit
c9ca702edf
10 changed files with 11 additions and 9 deletions
|
|
@ -51,6 +51,8 @@
|
||||||
const SPECIFIC_SERVICES = [
|
const SPECIFIC_SERVICES = [
|
||||||
'quay.io/minio/minio',
|
'quay.io/minio/minio',
|
||||||
'minio/minio',
|
'minio/minio',
|
||||||
|
'ghcr.io/coollabsio/minio',
|
||||||
|
'coollabsio/minio',
|
||||||
'svhd/logto',
|
'svhd/logto',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio:latest
|
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
container_name: coolify-minio
|
container_name: coolify-minio
|
||||||
command: server /data --console-address ":9001"
|
command: server /data --console-address ":9001"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ services:
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
minio:
|
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"
|
command: server /data --console-address ":9001"
|
||||||
environment:
|
environment:
|
||||||
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ services:
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
minio-service:
|
minio-service:
|
||||||
image: minio/minio
|
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
|
||||||
volumes:
|
volumes:
|
||||||
- minio_data:/data
|
- minio_data:/data
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
minio:
|
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"'
|
command: 'server /data --console-address ":9001"'
|
||||||
environment:
|
environment:
|
||||||
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- huly-db:/data/db
|
- huly-db:/data/db
|
||||||
minio:
|
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"
|
command: server /data --address ":9000" --console-address ":9001"
|
||||||
volumes:
|
volumes:
|
||||||
- huly-files:/data
|
- huly-files:/data
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,7 @@ services:
|
||||||
|
|
||||||
plane-minio:
|
plane-minio:
|
||||||
<<: *app-env
|
<<: *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"
|
command: server /export --console-address ":9090"
|
||||||
volumes:
|
volumes:
|
||||||
- uploads:/export
|
- uploads:/export
|
||||||
|
|
|
||||||
|
|
@ -1870,7 +1870,7 @@ services:
|
||||||
- ALLOW_PLAINTEXT_LISTENER=yes
|
- ALLOW_PLAINTEXT_LISTENER=yes
|
||||||
|
|
||||||
object_storage:
|
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:
|
environment:
|
||||||
- MINIO_ROOT_USER=$SERVICE_USER_MINIO
|
- MINIO_ROOT_USER=$SERVICE_USER_MINIO
|
||||||
- MINIO_ROOT_PASSWORD=$SERVICE_PASSWORD_MINIO
|
- MINIO_ROOT_PASSWORD=$SERVICE_PASSWORD_MINIO
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ services:
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
minio:
|
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"
|
command: server /data --console-address ":9001"
|
||||||
environment:
|
environment:
|
||||||
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
||||||
|
|
|
||||||
|
|
@ -1072,7 +1072,7 @@ services:
|
||||||
command: >
|
command: >
|
||||||
sh -c "/app/bin/migrate && /app/bin/realtime eval 'Realtime.Release.seeds(Realtime.Repo)' && /app/bin/server"
|
sh -c "/app/bin/migrate && /app/bin/realtime eval 'Realtime.Release.seeds(Realtime.Repo)' && /app/bin/server"
|
||||||
supabase-minio:
|
supabase-minio:
|
||||||
image: minio/minio
|
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
|
||||||
environment:
|
environment:
|
||||||
- MINIO_ROOT_USER=${SERVICE_USER_MINIO}
|
- MINIO_ROOT_USER=${SERVICE_USER_MINIO}
|
||||||
- MINIO_ROOT_PASSWORD=${SERVICE_PASSWORD_MINIO}
|
- MINIO_ROOT_PASSWORD=${SERVICE_PASSWORD_MINIO}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue