Markus Pesch 89d8d65955
All checks were successful
Build / build-amd64 (push) Successful in 2m48s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 9m0s
Release / push-amd64 (push) Successful in 3m37s
Release / push-arm64 (push) Successful in 11m27s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 48s
fix(Dockerfile): checkout correct branch
2026-01-14 11:02:59 +01:00
2021-09-07 13:22:33 +02:00
2021-09-07 13:22:33 +02:00
2021-09-07 13:22:33 +02:00
2021-09-07 13:22:33 +02:00
2026-01-14 10:44:44 +01:00

rpm-builder

Docker Pulls

This project contains only build sources for the container image git.cryptic.systems/volker.raschek/rpm-builder. The upstream project ist hosted on github.

Usage

Package an example application like my-demo-application via the following example command.

$ docker run \
    --workdir /workspace \
    --volume ${PWD}/workspace:rw \
    --rm \
    git.cryptic.systems/volker.raschek/rpm-builder:latest \
      --arch=x86_64 \
      --epoch=0 \
      --version=0.1.0 \
      --release=1 \
      --license="Apache 2.0" \
      --name my-demo-application \
      --dir installDir:/ \
      --out /workspace/my-demo-application.rpm \
      .

You get on overview of all possible sub commands via --help or visit the documentation.

$ docker run \
    --rm \
    git.cryptic.systems/volker.raschek/rpm-builder:latest \
      --help
Description
Source files of the container image volkerraschek/rpm-builder
Readme 178 KiB
Languages
Makefile 74.5%
Dockerfile 25.5%