/centos-rpmbuild-docker

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Prepare container images to build RPM files from specs or sources

Usage

  1. Building for Centos 7
cd <directory-with-a-spec-file>
make -f <path-to-this-directory>/Makefile build7
  1. Building for Centos Stream 8
cd <directory-with-a-spec-file>
make -f <path-to-this-directory>/Makefile build8
  1. Running Centos Stream 8 container
make Makefile run8