Skip to content
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

Add hook for downloading UPX binary in advance of building docker image #2

Open
smyrman opened this issue Jan 11, 2017 · 0 comments
Open

Comments

@smyrman
Copy link
Member

smyrman commented Jan 11, 2017

It appears possible (although undocumentd) to run some scripts in advance/after a docker hub automatic build, as described here: http://windsock.io/automated-docker-image-builds-with-multiple-tags/.

Preferably we would use Git-LFS, but that appears to be difficult due to docker/hub-feedback#500.

As for now, we could at least attempt to change the code to download a tarball from the official release location: https://github.com/upx/upx/releases/tag/v3.92 and unpack it before the main build happens. This could be done via docker using a Docerfile.build that prepears binaries for the main contianer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant