Skip to content

rednut/docker-build-yum-s3-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Build yum-s3-plugin rpm package using docker

This docker container will build an rpm package for yum-s3-plugin and drop the resulting rpm into the /data volume.

Ideal for rpm construction without a handy yum'able box.

Usage

Make a folder for the rpm output

  mkdir -p $PWD/yum-s3-plugin

Build me an rpm package for yum-s3-plugin

  docker run \
    -i -t --rm \
    -v $PWD/yum-s3-plugin:/data \
        rednut/docker-build-yum-s3-plugin

Check output

:-)

About

build yum-s3-plugin rpm package using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published