Skip to content

Update minio with M1 native release

Adrien Kohlbecker requested to merge ak/minio into main

What does this Merge Request do and why?

The current version of minio bundled with the GDK does not have an M1 release, which makes asdf install fail. It tries to pull a non-existent binary:

Downloading minio from https://dl.min.io/server/minio/release/darwin-arm64/archive/minio.RELEASE.2021-02-07T01-31-02Z
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0    14    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404

The earliest build for M1 is 2021-04-06T23-11-00Z (see https://dl.min.io/server/minio/release/darwin-arm64/archive/), which is what I'm upgrading to. Hopefully, that's a minimal change.

I'm not aware of how to test minio in the GDK, and would appreciate assistance to confirm that it doesn't break anything!

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Adrien Kohlbecker

Merge request reports

Loading