devopsfaith/fpm

By devopsfaith

Updated almost 3 years ago

dockerized fpm

Image

3.3K

docker-fpm

https://github.com/devopsfaith/docker-fpm

Deb packages

Uses Ubuntu Xenial,

docker build -t fpm:deb deb

RPM packages

Uses CentOS 7, if you want another rpm-flavored distro, change the FROM in the Dockerfile.

docker build -t fpm:rpm fpm

Custom Linux distributions

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 Command

docker pull devopsfaith/fpm