Skip to content

pkgs-cloud/yq-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YQ RPM package build on CentOS 7 using Docker

yq is a portable command-line YAML processor

  1. Install Docker on your system. And clone repository.

  2. Build docker image and run RPM build within a container

    docker build -t yq-rpmbuild .
    
    docker run --rm -a stdout \
      -v $(pwd)/rpmbuild/SPECS:/root/rpmbuild/SPECS \
      -v $(pwd)/rpmbuild/RPMS:/root/rpmbuild/RPMS \
      -v $(pwd)/rpmbuild/SOURCES:/root/rpmbuild/SOURCES \
      -t -i yq-rpmbuild /build.sh
    
  3. Find RPM package under rpmbuild/RPMS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published