progrium / entrykit

Entrypoint tools for elegant, programmable containers
443 stars 29 forks source link

releases and Dockerfile #9

Open smaftoul opened 7 years ago

smaftoul commented 7 years ago

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

smaftoul commented 7 years ago

It's also related to #3

progrium commented 7 years ago

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 notifications@github.com wrote:

It's also related to #3 https://github.com/progrium/entrykit/issues/3

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/progrium/entrykit/issues/9#issuecomment-269606836, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAChxijpTudEgjIYFhDHQCLFipWfN7rks5rM4PigaJpZM4LXeHN .

-- Jeff Lindsay http://progrium.com

smaftoul commented 7 years ago

@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 ?

joemcmahon commented 4 years ago

I just put up a PR to use go mod for the dependency management, eliminating glu, so a build should be easier now.