deis / minio

Minio Object Storage in Kubernetes, used by Deis Workflow.
https://deis.com
MIT License
51 stars 25 forks source link

ref(minio): update the minio to the latest binary #106

Closed kmala closed 8 years ago

kmala commented 8 years ago

minio removes the download links for the old releases. curl doesn't detect if the link is broken and hence changed to ADD

mention-bot commented 8 years ago

By analyzing the blame information on this pull request, we identified @krancour, @technosophos and @mboersma to be potential reviewers

helgi commented 8 years ago

We should mirror the releases we depend on

kmala commented 8 years ago

@helgi i was mistaken they don't totally remove the binary but move to a different location....so we have to use a different url to get the binary...

arschles commented 8 years ago

:+1: on Helgi's comment. Let's put the Minio builds we need into S3 (or, since I'm a Google Cloud supporter, GCS!) and then ADD them here in the Dockerfile. Also, let's add a note in the README to explain that we mirror builds in S3

arschles commented 8 years ago

Fixes #107

bacongobbler commented 8 years ago

closes #107 (I believe only comments from issue and PR creators can close issues)