fix(Dockerfile): run the server without alpine support#44
Merged
Conversation
Doing so was making minio look at /.minio for config on startup, which was failing because it’s not allowed to write to / inside the container. Fixes deis#43
Member
|
Test image: Looks good in the hood: example-go [master]$ deis2 create
Creating Application... done, created truthy-larkspur
Git remote deis added
remote available at ssh://git@deis.chorizo.k8s.slack.io:2222/truthy-larkspur.git
example-go [master]$ g push deis master
Counting objects: 90, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (85/85), done.
Writing objects: 100% (90/90), 18.31 KiB | 0 bytes/s, done.
Total 90 (delta 42), reused 0 (delta 0)
-----> Starting build
-----> Go app detected
-----> Checking Godeps/Godeps.json file.
-----> Installing go1.4.2... done
-----> Running: godep go install -tags heroku ./...
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 1.7M
-----> Build complete.
-----> Launching app.
-----> Launching...
done, truthy-larkspur:v2 deployed to Deis
Use `deis open` to view this application in your browser.
To learn more, use `deis help` or visit http://deis.io
To ssh://git@deis.chorizo.k8s.slack.io:2222/truthy-larkspur.git
* [new branch] master -> master |
Member
Author
arschles
added a commit
that referenced
this pull request
Jan 6, 2016
fix(Dockerfile): run the server without alpine support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doing so was making minio look at /.minio for config on startup, which
was failing because it’s not allowed to write to / inside the container.
Fixes #43
cc/ @krancour @slack