Sign inSign up

machsix/rpmbuild

By machsix

Updated over 7 years ago

Docker for building rpm

Image
0

85

machsix/rpmbuild repository overview

Centos 7 RPM Build

Customized container used to build RPM for CentOS 7

Container

Check docker file at https://github.com/machsix/rpmbuild. The container has the following packages:

  • wget, curl
  • gcc, automake, autoconf, cmake
  • devtoolset-7
  • epel, scl

Usage

docker pull machsix/rpmbuild:centos7
docker run -dt --name rpmbuild-centos7 \
           -v $(pwd)/volume:/root/volume \
           machsix/rpmbuild:centos7
docker exec -it rpmbuild-centos7 /bin/bash

Build

docker build -t machsix/rpmbuild:centos7 .

Tag summary

Content type

Image

Digest

Size

484 MB

Last updated

over 7 years ago

docker pull machsix/rpmbuild:centos7