Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paketo-buildpacks/upx
A Cloud Native Buildpack that provides the UPX binary compression tool
https://github.com/paketo-buildpacks/upx
cnb upx utilities
Last synced: about 2 months ago
JSON representation
A Cloud Native Buildpack that provides the UPX binary compression tool
- Host: GitHub
- URL: https://github.com/paketo-buildpacks/upx
- Owner: paketo-buildpacks
- License: apache-2.0
- Created: 2021-07-02T20:25:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:29:25.000Z (4 months ago)
- Last Synced: 2024-09-09T19:13:34.446Z (4 months ago)
- Topics: cnb, upx, utilities
- Language: Go
- Homepage:
- Size: 269 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `gcr.io/paketo-buildpacks/upx`
The Paketo Buildpack for UPX is a Cloud Native Buildpack that providex UPX a tool that can be used to compress executables.
## Behavior
This buildpack will participate all the following conditions are met
* Another buildpack requires `upx`
The buildpack will do the following:
* Contributes UPX to a layer marked `build` and `cache` with command on `$PATH`
## License
This buildpack is released under version 2.0 of the [Apache License][a].
[a]: http://www.apache.org/licenses/LICENSE-2.0