Skip to content

A simple little Docker container to build UPX and self-minify the binary.

License

Notifications You must be signed in to change notification settings

0xdevalias/docker-upx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-upx

A simple little Docker container to build UPX and self-minify the binary.

This makes use of Docker's multi-stage builds (available since v17.05).

Usage

You could run it directly on some mapped volume:

docker run --rm -v "$PWD/foo:/foo" devalias/upx:devel --brute -o /foo/bar.upx /foo/bar

Or you could copy it into another Dockerfile:

FROM devalias/upx:devel AS upx

FROM your/baseimage
COPY --from=upx /usr/bin/upx /usr/bin/upx

GitHub

DockerHub

Improvements

  • ...

Author

Glenn 'devalias' Grant (@_devalias)

About

A simple little Docker container to build UPX and self-minify the binary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages