Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vv9k/pkger
Automate building RPMs and DEBs as well as other artifacts on multiple Linux distributions, versions and architectures using Docker/Podman
https://github.com/vv9k/pkger
deb docker pkg rpm unix
Last synced: 3 days ago
JSON representation
Automate building RPMs and DEBs as well as other artifacts on multiple Linux distributions, versions and architectures using Docker/Podman
- Host: GitHub
- URL: https://github.com/vv9k/pkger
- Owner: vv9k
- License: mit
- Created: 2019-12-27T10:29:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T07:25:11.000Z (9 months ago)
- Last Synced: 2024-10-12T21:50:34.475Z (22 days ago)
- Topics: deb, docker, pkg, rpm, unix
- Language: Rust
- Homepage:
- Size: 4.43 MB
- Stars: 175
- Watchers: 3
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pkger 📦
[![Documentation Status](https://github.com/vv9k/pkger/actions/workflows/docs.yml/badge.svg)](https://vv9k.github.io/pkger/)
[![Build Status](https://github.com/vv9k/pkger/workflows/pkger%20CI/badge.svg)](https://github.com/vv9k/pkger/actions?query=workflow%3A%22pkger+CI%22)**pkger** is a tool that automates building *RPMs*, *DEBs*, *PKG*, *APK* and other packages on multiple *Linux* distributions, versions and architectures with the help of Docker or Podman.
To learn more about **pkger** head over to the [user guide](https://vv9k.github.io/pkger/).
![Example output](https://github.com/vv9k/pkger/blob/master/assets/example_output.png)
## Example
- Example configuration, recipes and images can be found in [`example` directory of `master` branch](https://github.com/vv9k/pkger/tree/master/example)
## License
[MIT](https://github.com/vv9k/pkger/blob/master/LICENSE)