mimischi / minio-dokku

Dockerfile to run Minio (S3 compatible storage) on Dokku (mini-Heroku)
137 stars 44 forks source link

Latest MinIO version broke this plugin #16

Open pj035 opened 3 years ago

pj035 commented 3 years ago

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.

ersel commented 3 years ago

changing the first line of Dockerfile seems to fix this

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