Skip to content
New issue

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

Unpin minio docker image and update env var names #1307

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

mvandenburgh
Copy link
Member

The latest minio docker image wasn't working for us because minio updated the names of the username/password env vars recently https://github.com/minio/minio/blob/master/docs/config/README.md#credentials.

`MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY` have been changed to `MINIO_ROOT_USER` and `MINIO_ROOT_PASSWORD`, respectively, in the latest release.
@mvandenburgh mvandenburgh merged commit 9497091 into master Oct 4, 2022
@mvandenburgh mvandenburgh deleted the update-minio-config branch October 4, 2022 14:44
@dandibot
Copy link
Member

dandibot commented Oct 4, 2022

🚀 PR was released in v0.2.51 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants