Skip to content

andrewlukoshko/rhel-builder

 
 

Repository files navigation

Quickstart

Clone repository

git clone https://github.com/OpenMandrivaSoftware/rhel-builder.git

Create basic image

sh mkimage-yum.sh -y yum.conf rels

Create builder image:

cd docker-builder
docker build --tag=rosalab/builder:rels75 --file Dockerfile.builder .

Remove stopped containers

docker rm -v $(docker ps -a -q -f status=exited)

Run abf builder

docker run -ti --rm --privileged=true -h <yourname>.openmandriva.org -e BUILD_TOKEN="your_token" \
	-e BUILD_ARCH="x86_64 armv7hl i586 i686 aarch64" \
	 -e BUILD_PLATFORM="cooker" rosalab/builder:rels75

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.9%
  • Python 2.9%
  • Ruby 2.2%