-
Notifications
You must be signed in to change notification settings - Fork 29
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
releases and Dockerfile #9
Comments
It's also related to #3 |
I'm open to it! If there are code/config changes you can submit a PR for,
that'd get the ball rolling.
…On Thu, Dec 29, 2016 at 3:56 AM, smaftoul ***@***.***> wrote:
It's also related to #3 <#3>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAChxijpTudEgjIYFhDHQCLFipWfN7rks5rM4PigaJpZM4LXeHN>
.
--
Jeff Lindsay
http://progrium.com
|
@progrium you mean PR to gliderlabs/glu for releasing the single binary, then a PR somewhere around this: https://github.com/progrium/entrykit/blob/master/Makefile#L16 ? |
I just put up a PR to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible that the releases are binaries instead of tgz ?
This would allow us to do this in Dockerfiles:
ADD https://github.com/progrium/entrykit/releases/download/v0.4.0/entrykit_0.4.0_Linux_x86_64 /bin/entrykit
The text was updated successfully, but these errors were encountered: