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
- Host: GitHub
- URL: https://github.com/krakend/fpm-docker
- Owner: krakend
- License: apache-2.0
- Created: 2017-11-07T16:08:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T12:33:34.000Z (about 3 years ago)
- Last Synced: 2025-10-23T15:36:28.697Z (4 months ago)
- Topics: centos, docker, ubuntu
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.