docker-rpm-builder / docker-rpm-builder-configurations

prebuilt configurations for docker-rpm-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-rpm-builder-configurations

Prebuilt configurations for docker-rpm-builder

Those are designed to be ready, out of the box configurations that can be used to test the tool above and/or can be used as a template for your own, but have nothing magical. Feel free to use your own image, just respect the image requirements that are exposed in the README of the tool in the build images section.

Those images are opinionated; they disable the builtin repos and set the required repos directly in yum.conf; you can put additional repos in /etc/yum.repos.d, however.

Using the images

All the images are available on docker hub.

Use the following repositories/tags:

Centos (includes EPEL)

  • alanfranz/docker-rpm-builder-configurations:centos-6
  • alanfranz/docker-rpm-builder-configurations:centos-7

Fedora

  • alanfranz/docker-rpm-builder-configurations:fedora-26
  • alanfranz/docker-rpm-builder-configurations:fedora-27

FAQ

Image building errors

If you get an error related to cap_set_files (or other capabilities issue) when using one of this images, it's an issue with the aufs driver of docker; you should switch to btrfs or devicemapper backend.

There's nothing I can do about that right now, the issue is there in upstream images as well.

Check this article for some details.

Fedora 26

There seem to be some glitches with the image. I'm working on it.

About

prebuilt configurations for docker-rpm-builder

License:Other