GithubHelp home page GithubHelp logo

yenda23 / docker-fpm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cdrx/docker-fpm

0.0 1.0 0.0 10 KB

Docker container with fpm (effing package management) on multiple distributions

License: MIT License

docker-fpm's Introduction

FPM (effing package manager) Docker Images

cdrx/fpm-{$distro} are a series of Docker images to quickly get packages building in fpm on different Linux distributions.

Each distro has fpm installed and all the required dependencies to build packages for that platform. All images are 64bit.

You should mount the files you want to put into your package into /src/.

If you need to do any complicated setup in the environment before running fpm then it would be best to write a bash script, mount it into /src/ and override the containers entrypoint when you run it. fpm is available to run in the system path.

Images

  • Ubuntu w/ fpm

    • cdrx/fpm-ubuntu:18.04 - bionic
    • cdrx/fpm-ubuntu:16.04 - xenial
    • cdrx/fpm-ubuntu:14.04 - trusty
  • Debian w/ fpm

    • cdrx/fpm-debian:8
    • cdrx/fpm-debian:7
  • Fedora w/ fpm

    • cdrx/fpm-fedora:24
    • cdrx/fpm-fedora:23
    • cdrx/fpm-fedora:22
    • cdrx/fpm-fedora:21
    • cdrx/fpm-fedora:20
  • CentOS w/ fpm

    • cdrx/fpm-centos:7
    • cdrx/fpm-centos:6
    • cdrx/fpm-centos:5

The :latest tag will always point to the most recent release of the distro.

Usage

docker run -v "$(pwd):/src/" cdrx/fpm-ubuntu:16.04 fpm -s dir -t deb ..
docker run -v "$(pwd):/src/" cdrx/fpm-fedora:24 fpm -s dir -t rpm ..

docker-fpm's People

Contributors

cdrx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.