https://github.com/guangie88/releaser
Dockerfile set-up to contain tools for helping to release binaries
https://github.com/guangie88/releaser
dockerfile ghr upx
Last synced: 4 months ago
JSON representation
Dockerfile set-up to contain tools for helping to release binaries
- Host: GitHub
- URL: https://github.com/guangie88/releaser
- Owner: guangie88
- License: mit
- Created: 2019-03-10T16:23:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T07:17:26.000Z (over 6 years ago)
- Last Synced: 2025-02-28T20:26:31.761Z (over 1 year ago)
- Topics: dockerfile, ghr, upx
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Releaser Docker Set-up
[]( https://g.codefresh.io/pipelines/releaser/builds?repoOwner=guangie88&repoName=releaser&serviceName=guangie88%2Freleaser&filter=trigger:build~Build;branch:master;pipeline:5c853bc390bbd7d4e1ae2549~releaser)
Dockerfile set-up to contain tools for helping to release binaries.
The image is based on Alpine and the following packages are installed from
`apk`:
- `ca-certificates`
- `curl`
- `zip`
Additionally, some helpful external tools are installed:
- UPX
- For compressing binary / libraries
- GHR
- For helping to easily upload GitHub releases