-
Notifications
You must be signed in to change notification settings - Fork 23
fix(*): build and run the server inside alpine:3.3 (WIP) #50
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
Conversation
|
this is untested in production |
can’t turn off CGO, but this is enough to get a minio server binary that can run in alpine, as long as DOCKERIMAGE is set to 1 in the environment in which it runs
instead of manually building with ‘go build’
8fd0401 to
e730b51
Compare
|
removing both LGTMs - current status of this PR is that the minio server fails to start with |
|
removing the |
|
Just to note: deis/minio currently builds minio from source using commit SHA 356b889. When we previously had tried to move to an official release tag, we saw problems in testing and reverted. This was months ago, so it's probably worth revisiting updated minio releases and/or binary builds. |
|
@mboersma thanks for the context. I'm putting this on the v2 milestone so we can try again, and I'll rebase now |
Fixes #8