An open API service indexing awesome lists of open source software.

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

Docker image to generate RPM and DEB packages based on fpm
https://github.com/krakend/fpm-docker

centos docker ubuntu

Last synced: 12 days ago
JSON representation

Docker image to generate RPM and DEB packages based on fpm

Awesome Lists containing this project

README

          

# docker-fpm

Use it from the [Docker Hub](http://hub.docker.com/r/devopsfaith/fpm).

## 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`.