kisoku / docker-cookery

build packages with fpm-cookery and docker
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

Make repository part optional #3

Open bernd opened 9 years ago

bernd commented 9 years ago

It would be nice if the repository parts would be optional to avoid overhead if the user has repository management in place.

I might replace our home grown Docker/fpm-cookery setup at Graylog2/fpm-recipes with this but we already have our custom repository handling in place so the aptly/createrepo stuff is not needed.

kisoku commented 9 years ago

Working on a diff to be able to turn off the repo management part and/or easily drop in your own alternative. This is slightly complicated by the way I've done the helper shim that gets mounted into the build image, as it assumes a local repository is present

kisoku commented 9 years ago

So. Removing the internal repository will also break the recursive building. Would you be okay with me shoving all of the produced packages into a central location so they are easy to find after the build ?

bernd commented 8 years ago

Sure.