Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

blalor/docker-centos-repobuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repobuilder

Populates a Yum repository in S3 with packages of my devising.

Not very smart or friendly. Anything that's not generated by this builder that exists in your S3 bucket will be nuked.

running

export AWS_ACCESS_KEY="<your AWS access key>"
export AWS_SECRET_KEY="<your AWS secret key>"
export BUCKET="<your bucket name>"
export REPO="el6" ## this is what I use…

./build_in_docker.sh

running without S3 syncing

Just don't set the above variables.

running a single builder

./build_in_docker.sh /scripts/builders/<builder_script>.sh

About

Scripts for creating a Yum repo in S3, with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages