- Added support for Ubuntu 16.04 LTS @lloydpick
- Links in the README fixed @fkr
- Updated fpm-cookery to v0.31.0 inside the build containers @lloydpick
- Added support for supplying extra Docker parameters to the build with
--docker-params
. @randomvariable - Added support for Centos 6, Centos 7, Ubuntu 15.04. @randomvariable
- Add the ability to have a local cache dir. @lloydpick
- Unzip is required by fpm-cookery for zip sources. @lloydpick
- Check private key exists and does not have a passphrase. @lloydpick
- Update Rubygems when building the builder images. @lloydpick
- Allow specifying a private SSH key (with
--private-key
) when packaging, in order to support recipes that require cloning a private repository.
- Unbreak building on platforms that aren't 'ubuntu'.
- Unbreak fpm-dockery binary.
- binfiles not properly marked as such in the gemspec.
- Add support for fpm-cook's --skip-package option.
- Initial version.