Prepare container images to build RPM files from specs or sources
Usage
- Building for Centos 7
cd <directory-with-a-spec-file>
make -f <path-to-this-directory>/Makefile build7
- Building for Centos Stream 8
cd <directory-with-a-spec-file>
make -f <path-to-this-directory>/Makefile build8
- Running Centos Stream 8 container
make Makefile run8