Skip to content

mikedep333/fips-box-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fips box builder

This is a project to build centos fips-enabled boxes for Vagrant.

CentOS 8 Instructions

vagrant up
vagrant halt
vagrant package --output mynew.box

CentOS 7 Instructions

1st, modify Vagrantfile per comments in it

vagrant up
vagrant halt
vagrant package --output mynew.box

Potential Optimizations

Creating this with vagrant-libvirt 1.0.2 (F33) may result in disk space savings compared to vagrant-libvirt 0.0.45 (F33). It may be needed for disard/trim to work.

On F32, I did:

sudo dnf install https://download-ib01.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/r/rubygem-fog-libvirt-0.7.0-3.fc33.noarch.rpm
sudo dnf install https://download-ib01.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/v/vagrant-libvirt-0.1.2-2.fc34.noarch.rpm

About

Stuff for building a FIPS Vagrant box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%