minio-dokku
minio-dokku copied to clipboard
Latest MinIO version broke this plugin
Recently I set up another dokku environment running MinIO, using this plugin.
Since MinIo released a new version - see https://github.com/minio/minio/releases/tag/RELEASE.2021-07-08T01-15-01Z - which replaces the "old" webUI with the MinIO console project, this repository / dokku prepared image does not work anymore.
Embedded MinIO Browser removed replaced with MinIO Console project https://github.com/minio/console, this is a breaking change
As a workaround I'm using an older version of MinIO until such fix is provided in the repo.
changing the first line of Dockerfile
seems to fix this
FROM minio/minio:RELEASE.2021-06-17T00-10-46Z.fips