Commit 2542832
committed
chore(compose): replace the MinIO image by pgsty/silo in the compose stacks (#606)
The minio/minio image can no longer be pulled from Docker Hub: the upstream
repository was archived on 24 April 2026 and Docker Hub has since removed the
minio/minio and minio/mc repositories (every tag answers 404), which breaks
every fresh deployment of this stack. Silo is the community-maintained fork of
the MinIO server, compatible with the S3 API, the MINIO_* variables, the
server command, the health route, the bundled mc client and the on-disk
format, so the services keep their names, ports, credentials, command and
healthcheck. The latest tag is used to stay aligned with the rest of the
Filigran ecosystem.1 parent d3aa938 commit 2542832
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments