{"id":16552479,"url":"https://github.com/0xdevalias/docker-upx","last_synced_at":"2025-07-01T05:04:30.309Z","repository":{"id":142415214,"uuid":"112385945","full_name":"0xdevalias/docker-upx","owner":"0xdevalias","description":"A simple little Docker container to build UPX and self-minify the binary.","archived":false,"fork":false,"pushed_at":"2017-11-28T20:58:22.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-26T10:21:28.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/devalias/upx/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xdevalias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-11-28T20:32:41.000Z","updated_at":"2021-07-21T06:17:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3f10766-819e-401a-a96f-9a41685d59b9","html_url":"https://github.com/0xdevalias/docker-upx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xdevalias/docker-upx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdocker-upx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdocker-upx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdocker-upx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdocker-upx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xdevalias","download_url":"https://codeload.github.com/0xdevalias/docker-upx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdocker-upx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262900084,"owners_count":23381657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T19:44:58.047Z","updated_at":"2025-07-01T05:04:30.300Z","avatar_url":"https://github.com/0xdevalias.png","language":"Shell","readme":"# docker-upx\n\nA simple little Docker container to build [UPX](https://github.com/upx/upx) and self-minify the binary.\n\nThis makes use of [Docker's multi-stage builds](https://docs.docker.com/engine/userguide/eng-image/multistage-build/) (available since `v17.05`).\n\n## Usage\n\nYou could run it directly on some mapped volume:\n\n```\ndocker run --rm -v \"$PWD/foo:/foo\" devalias/upx:devel --brute -o /foo/bar.upx /foo/bar\n```\n\nOr you could copy it into another Dockerfile:\n\n```\nFROM devalias/upx:devel AS upx\n\nFROM your/baseimage\nCOPY --from=upx /usr/bin/upx /usr/bin/upx\n```\n\n## GitHub\n\n* https://github.com/0xdevalias/docker-upx\n\n## DockerHub\n\n* https://hub.docker.com/r/devalias/upx/\n\n## Improvements\n\n* ...\n\n## Author\n\n[Glenn 'devalias' Grant](http://devalias.net/) ([@_devalias](https://twitter.com/_devalias))\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdevalias%2Fdocker-upx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdevalias%2Fdocker-upx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdevalias%2Fdocker-upx/lists"}