This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Robert Kaussow 940a768aa3
continuous-integration/drone/push Build is passing Details
switch to docker-buildx
2021-01-18 21:47:54 +01:00
overlay/usr/local/bin fix condition to check if local patch directory is present 2020-06-12 09:11:00 +02:00
.drone.yml switch to docker-buildx 2021-01-18 21:47:54 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:50 +01:00
.prettierignore fix drone trigger 2020-10-17 16:08:37 +02:00
Dockerfile switch to org.opencontainers container labels 2020-12-20 22:47:44 +01:00
LICENSE update readme and license 2020-02-22 18:08:14 +01:00
README.md chore: replace master by main as default branch 2020-12-30 16:31:41 +01:00

README.md

rpmbuild

CentOS 7 image to build RPM packages

Build Status Docker Hub Quay.io Source: Gitea License: MIT

Simple Docker image based on CentOS 7 to build RPM packages.

Environment variables

RPMBUILD_BASE_DIR=/drone/src

How to use

There are two wrapper scripts around the rpmbuild command you could use:

  • /usr/local/bin/rpmbuild-official: This will simply forward your command to the official binary at /usr/bin/rpmbuild
  • /usr/local/bin/rpmbuil: This is a modified wrapper to prepare the environment before calling rpmbuil

The wrapper /usr/local/bin/rpmbuil will do the following:

  • create $RPMBUILD_BASE_DIR/dist
  • create rpmbuild folder structure (BUILDRPMS|SOURCES|SPECS|SRPMS) under $RPMBUILD_BASE_DIR/dist
  • sync local patchfiles from $RPMBUILD_BASE_DIR/patch to $RPMBUILD_BASE_DIR/dist/SOURCES if the patch folder exist
  • call /bin/rpmbuil with the given parameters

License

This project is licensed under the MIT License - see the LICENSE file for details.