Provides a development environment to build RPM packages.
1.8K
Provides a development environment to build RPM packages based on the Ergomentum CentOS image.
As recommended[1] the non root user mockbuild will be used to build RPMs. The user
mockbuild is allowed to use sudo without password to install additional build dependencies. Alternatively this image
can be used as base image to create a specific RPM build environment with all needed dependencies.
None.
None.
None.
Use this image to create a container or use it as base image.
docker \
run \
--rm \
-ti \
ergomentum/rpmbuild
docker \
run \
--rm \
-ti \
-v "${PWD}:/home/mockbuild/rpmbuild/RPMS" \
ergomentum/rpmbuild
To contribute a feature or a bugfix please open a pull request on GitHub.
See CONTRIBUTING for details.
See the LICENSE file for license rights and limitations (Apache License, Version 2.0).
Content type
Image
Digest
Size
97.3 MB
Last updated
almost 9 years ago
docker pull ergomentum/rpmbuild