Skip to content

Build Yum/DNF repositories from multiple sources

License

Notifications You must be signed in to change notification settings

gbenhaim/mkrepo

Repository files navigation

mkrepo

https://travis-ci.com/gbenhaim/mkrepo.svg?branch=master https://quay.io/repository/gbenhaim/mkrepo/status

Build Yum/DNF repositories from multiple sources

  • Free software: Apache Software License 2.0

Features

  • Build Yum/DNF repositories from multiple sources.
  • Cache RPMs from remote repositories in order to accelerate repo composition.
  • Fine grained control on RPMs selection.

Usage

$ docker run --rm  quay.io/gbenhaim/mkrepo:latest [OPTIONS] COMMAND [ARGS]...

In order to keep persistent RPM cache, or creating the target repo outside of the container, use Docker's `-v` option.

Credits