CSRBot 0e47be4cf2
All checks were successful
Build / build-arm64 (pull_request) Successful in 8m56s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 5m27s
Lint Markdown files / markdown-lint (push) Successful in 11s
Build / build-amd64 (push) Successful in 4m46s
Build / build-arm64 (push) Successful in 8m51s
chore(deps): update docker/setup-buildx-action action to v3.11.0
2025-06-16 13:17:48 +00: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

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 170 KiB
Languages
Makefile 78.8%
Dockerfile 21.2%