CSRBot a157cdded7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update quay.io/skopeo/stable docker tag to v1.18.0
2025-02-28 17:36:03 +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
2021-09-07 13:22:33 +02:00
2023-10-25 14:31:20 +02:00
2024-09-28 13:17:39 +02:00

rpm-builder-docker

Build Status Docker Pulls

This project contains only build sources for the container image docker.io/volkerraschek/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 \
    docker.io/volkerraschek/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 \
    docker.io/volkerraschek/rpm-builder:latest \
      --help
Description
Source files of the container image volkerraschek/rpm-builder
Readme 128 KiB
Languages
Makefile 79.3%
Dockerfile 20.7%