Skip to content

fix(Dockerfile): run the server without alpine support#44

Merged
arschles merged 1 commit into
deis:masterfrom
arschles:fix-startup
Jan 6, 2016
Merged

fix(Dockerfile): run the server without alpine support#44
arschles merged 1 commit into
deis:masterfrom
arschles:fix-startup

Conversation

@arschles

@arschles arschles commented Jan 5, 2016

Copy link
Copy Markdown
Member

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

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
@arschles arschles self-assigned this Jan 5, 2016
@arschles arschles added this to the v2.0-beta1 milestone Jan 5, 2016
@arschles arschles added the bug label Jan 5, 2016
@mboersma mboersma added the LGTM1 label Jan 5, 2016
@slack

slack commented Jan 5, 2016

Copy link
Copy Markdown
Member

Test image: quay.io/jhansen/minio:git-ab77571

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

@arschles

arschles commented Jan 6, 2016

Copy link
Copy Markdown
Member Author

thanks @slack and @mboersma

arschles added a commit that referenced this pull request Jan 6, 2016
fix(Dockerfile): run the server without alpine support
@arschles arschles merged commit b73960d into deis:master Jan 6, 2016
@arschles arschles deleted the fix-startup branch January 6, 2016 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants