Open rikukissa opened 6 months ago
This seems to be caused issue discussed in https://github.com/minio/minio/issues/18365 and https://github.com/minio/minio/pull/18370
tl;dr older CPUs (or emulated ones) doesn't support latest extensions causing the failure.
There is a specific image (-cpuv1 postfix) that is build against older extensions but is likely to some extent slower on newer hardware.
Now the question is do we want to use those v1 images by default or should it be something we document to be editable in niche cases? Probably latter?
However we definitely should lock versions
Root cause
MinIO MC is defined without a fixed version in docker-compose.
Impact
Tasks
minio/mc:RELEASE.2023-09-13T23-08-58Z
is pretty close to the version of MinIO we useinfrastructure/clear-all-data.sh
. Hardcode a specific image version there as wellMore details
Another machine affected