Skip to content

tatsuya6502/docker-pkgbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-pkgbuilder

Docker containers for building RPM and Debian packages.

Images can be found at: https://quay.io/repository/cloudian/pkgbuilder Docker Repository on Quay

Usage

These are plain Docker images with some basic build tools installed (e.g. rpm-build for CentOS 7).

Suppose you have Makefile in the current working directory ($(pwd)), try:

$ alias rpmbuilder7='docker run -it --rm -v "$(pwd)":/home/pkg/src quay.io/cloudian/pkgbuilder:centos7'
$ rpmbuilder7 make

This command assumes that $(pwd) is readable and writable by gid 5000.

Tags and Pre-installed Packages

See the top-level README.md in each branch.

About

Docker containers for building RPM and Debian packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published