Skip to content

jenkins201/fpm-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-fpm

Use it from the Docker Hub.

Deb packages

Uses Ubuntu Xenial

docker build -t fpm:deb deb

RPM packages

Uses CentOS 7

docker build -t fpm:rpm rpm

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.

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%