Coder Social home page Coder Social logo

el7_rpmbuild's Introduction

el7_rpmbuild

The purpose of this container is to build rpm files based on .spec and sources files for el7. I found myself having to rebuild some rpms when i migrated from centos6 to centos7. Either they didn't exist or didn't install correctly for some reason. I didn't want to build just a server to build rpms, so I thought perhaps I could build a container to do the work. This is the result of that work.

Note

The contents of this container and the ability to build rpms are specific to the rpm's I need. Out of the box, I suspect that this container will not work for you. Feel free to contact me with any questions/concerns you have.

Preperation

Before running the container, you'll need to have the following directories predefined on the container host:

BUILD
BUILDROOT
LOGS
RPMS
SOURCES
SPECS
SRPMS

You'll notice the LOGS directory is not defined as part of a build host. I use that to store the logs of the run. I used

/data/rpmbuild/BUILD
/data/rpmbuild/LOGS
/data/rpmbuild/RPMS
/data/rpmbuild/SOURCES
/data/rpmbuild/SPECS
/data/rpmbuild/SRPMS

for the instructions below. Just make sure you create it prior to starting the container.

To start the container:

docker run -v /data/rpmbuildroot:/root/rpmbuild bcleonard/el7-rpm-build

Output

Assuming everything works, you'll find built RPMS in:

/data/rpmbuild/RPMS

Logs will be found in:

/data/rpmbuild/LOGS

Troubleshooting

You should be able to determine what went wrong with the build by reviewing the log file.

el7_rpmbuild's People

Contributors

bcleonard avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.