How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "jdeathe/centos-7-x86_64-minimal-cloud-init-en_us"
  config.vm.box_version = "7.4.0"
end
vagrant init jdeathe/centos-7-x86_64-minimal-cloud-init-en_us \
  --box-version 7.4.0
vagrant up

This version was created over 5 years ago.

CentOS-7 (1708) x86_64 Minimal Cloud-Init Base Box

Source Details

  • Source ISO: CentOS-7-x86_64-Minimal-1708.iso
  • Boxfile SHA1 Checksum: 938473b870f5220327cfb783102414d74fb2e3cd
  • Source
  • Release notes

Virtual Guest Details

  • Provider: VirtualBox only.
  • GuestAdditions: No.
  • Vagrant synced_folder: Disabled.
  • Storage: SATA, 40GB, sparse.
  • SELinux: permissive.
  • Locale: Limited to en_US.
  • Root account: Locked.
  • Password authentication: No (SSH public key only).
  • Variant Notes: The Cloud-Init variant is configured with a user:password of centos:centos.
1 provider for this version.
  • virtualbox Externally hosted (github.com)