Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)