Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 438 Bytes

Debify

Extension of spotify/debify to include support for xz compression. Debify generates an archive (repo.tar.gz) from a set of Debian packages for use with Aptly.

Building

docker build -t viaboxx/debify . 
docker push viaboxx/debify 

Running

Example:

docker run --rm -e APTLY_DISTRIBUTION=delymate -e APTLY_ARCHITECTURES=amd64,i383,armhf -v $(pwd):/debs -v ~/.gnupg:/.gnupg viaboxx/debify:latest