devopsfaith/fpm
https://github.com/devopsfaith/docker-fpm
Uses Ubuntu Xenial,
docker build -t fpm:deb deb
Uses CentOS 7, if you want another rpm-flavored distro, change the FROM
in the Dockerfile
.
docker build -t fpm:rpm fpm
For another deb-flavored distro, change the FROM
in the deb/Dockerfile
.
For another rpm-flavored distro, change the FROM
in the rpm/Dockerfile
.
docker pull devopsfaith/fpm