Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created January 14, 2020 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrlesmithjr/4a6d37f77eef95c118f288d3162ab3eb to your computer and use it in GitHub Desktop.
Save mrlesmithjr/4a6d37f77eef95c118f288d3162ab3eb to your computer and use it in GitHub Desktop.
---
base_images:
- name: centos7_x64
build: 7.6.1810
description: CentOS 7
os: Linux
os_disk_mb: 8192
specs:
controller: sata
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 512
os_disk_mb: 8192
- name: esxi67_x64
build: 8169922
description: ESXi 6.7.0
os: ESXi
os_disk_mb: 8192
specs:
controller: scsi
hardware_compatibility: 10
num_cpus: 2
num_cpu_cores_per_socket: 1
memory_mb: 4096
os_disk_mb: 8192
- name: freenas112_x64
build: 11.2
description: FreeNAS 11.2 U2
os: FreeBSD
os_disk_mb: 8192
specs:
controller: scsi
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 2048
os_disk_mb: 8192
- name: ubuntu1404_x64
build: 14.04.6
description: Ubuntu 14.04.6
os: Linux
os_disk_mb: 8192
specs:
controller: sata
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 512
os_disk_mb: 8192
- name: ubuntu1604_x64
build: 16.04.6
description: Ubuntu 16.04.6
os: Linux
os_disk_mb: 8192
specs:
controller: sata
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 512
os_disk_mb: 8192
- name: ubuntu1804_x64
build: 18.04.2
description: Ubuntu 18.04.2
os: Linux
os_disk_mb: 8192
specs:
controller: sata
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 512
os_disk_mb: 8192
- name: win10_x64
build: 17134
description: Windows 10
os: Windows
os_disk_mb: 16384
specs:
controller: sata
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 1024
os_disk_mb: 16384
- name: win2016_x64
build: 14393
description: Windows 2016
os: Windows
os_disk_mb: 16384
specs:
controller: sata
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 1024
os_disk_mb: 16384
- name: win2019_x64
build: 17763
description: Windows 2019
os: Windows
os_disk_mb: 16384
specs:
controller: sata
hardware_compatibility: 10
num_cpus: 1
num_cpu_cores_per_socket: 1
memory_mb: 1024
os_disk_mb: 16384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment