GovReady / govready

Toolkit for getting open source apps ready for secure, approved government use
GNU General Public License v3.0
97 stars 31 forks source link

Problems installing OpenSCAP with Docker #46

Open gregelin opened 10 years ago

gregelin commented 10 years ago

The problem first appeared to be related to the EPEL repo. But further examination indicates OpenSCAP installs from a CentOS Repo.

CentOS update repos:

http://repos.mia.quadranet.com/centos/6.5/updates/x86_64/
http://mirrors.unifiedlayer.com/centos/6.5/updates/x86_64/
http://centos-distro.cavecreek.net/centos/6.5/updates/x86_64/
ftp://ftp.ussg.iu.edu/linux/centos/6.5/updates/x86_64/
http://www.gtlib.gatech.edu/pub/centos/6.5/updates/x86_64/
http://mirror.keystealth.org/centos/6.5/updates/x86_64/
http://repos.lax.quadranet.com/centos/6.5/updates/x86_64/
http://mirror.chpc.utah.edu/pub/centos/6.5/updates/x86_64/
http://mirror.web-ster.com/centos/6.5/updates/x86_64/
http://centos.mirror.ndchost.com/6.5/updates/x86_64/

Installing repo manually...

wget http://www.gtlib.gatech.edu/pub/centos/6.5/updates/x86_64/Packages/openscap-1.0.8-1.0.1.el6.centos.1.x86_64.rpm
sudo rpm -Uvh openscap-1.0.8-1.0.1.el6.centos.1.x86_64.rpm

See bottom comments of #45 for more information.