minio-dokku icon indicating copy to clipboard operation
minio-dokku copied to clipboard

Latest MinIO version broke this plugin

Open pj035 opened this issue 3 years ago • 1 comments

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.

pj035 avatar Jul 19 '21 05:07 pj035

changing the first line of Dockerfile seems to fix this

FROM minio/minio:RELEASE.2021-06-17T00-10-46Z.fips

ersel avatar Aug 22 '21 18:08 ersel