Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
/ yum-utils Public archive

CentOS Docker image with yum-utils and createrepo installed

License

Notifications You must be signed in to change notification settings

yegor256/yum-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Docker Cloud Automated build License

Developers tools to test yum and rpm.

For example, you want to create an RPM repository. You create a directory (say, /home/yegor/repo) and place all your .rpm files there. Then, you execute createrepo to create meta files:

$ docker run --rm -v /home/yegor/repo:/repo yegor256/yum-utils createrepo /repo

Then, you may want to list all artifacts in the repo at /home/yegor/repo:

$ docker run --rm -v /home/yegor/repo:/repo yegor256/yum-utils \
  /bin/bash -c "yum-config-manager --add-repo file:///repo; \
  yum --disablerepo='*' --enablerepo='repo' list available"

Should work.

About

CentOS Docker image with yum-utils and createrepo installed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published