We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
changing the first line of Dockerfile seems to fix this
Dockerfile
FROM minio/minio:RELEASE.2021-06-17T00-10-46Z.fips
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
As a workaround I'm using an older version of MinIO until such fix is provided in the repo.
The text was updated successfully, but these errors were encountered: