Skip to content

Commit

Permalink
New updated CentOS 6.7 v20151108 box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Nov 8, 2015
1 parent ef7640e commit d95c2e0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## Downloads

* **[CentOS-6.6-x86_64-v20150426.box](https://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.6-x86_64-v20150426.box):** CentOS 6.6 x86\_64 Minimal *(VirtualBox Guest Additions 4.3.26, Chef: 12.2.1, Puppet 3.7.5)*
Atlas Box: [nrel/CentOS-6.6-x86_64 v1.0.0](https://atlas.hashicorp.com/nrel/boxes/CentOS-6.6-x86_64/versions/1.0.0)
<small>sha256sum: `8f92f74344b493886fe1bde2d61248a00212f176148452204e191db27d76b221`</small>
* **[CentOS-6.6-i386-v20150426.box](https://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.6-i386-v20150426.box):** CentOS 6.6 i386 Minimal *(VirtualBox Guest Additions 4.3.26, Chef: 12.2.1, Puppet 3.7.5)*
Atlas Box: [nrel/CentOS-6.6-i386 v1.0.0](https://atlas.hashicorp.com/nrel/boxes/CentOS-6.6-i386/versions/1.0.0)
<small>sha256sum: `60ef725a8f3121c0a3a3c5dab308f5209cd530a325666d51dee72fc9e6055c77`</small>
* **[CentOS-6.7-x86_64-v20151108.box](https://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.7-x86_64-v20151108.box):** CentOS 6.7 x86\_64 Minimal *(VirtualBox Guest Additions 5.0.8, Chef: 12.5.1, Puppet 3.8.4)*
Atlas Box: [nrel/CentOS-6.7-x86_64 v1.0.0](https://atlas.hashicorp.com/nrel/boxes/CentOS-6.7-x86_64/versions/1.0.0)
<small>sha256sum: `a33b81d37c37172858718ea5ef06e9fce7f650e9f2f90a570c9940ed0e857bf8`</small>
* **[CentOS-6.7-i386-v20151108.box](https://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.7-i386-v20151108.box):** CentOS 6.7 i386 Minimal *(VirtualBox Guest Additions 5.0.8, Chef: 12.5.1, Puppet 3.8.4)*
Atlas Box: [nrel/CentOS-6.7-i386 v1.0.0](https://atlas.hashicorp.com/nrel/boxes/CentOS-6.7-i386/versions/1.0.0)
<small>sha256sum: `9f75814b57c6c78286cad4ac03feb1738771503257677c36e1f42885dc7d2107`</small>

Additional, older boxes are available on the [downloads page](http://nrel.github.io/vagrant-boxes/).

## How these boxes were built

These boxes were automatically built using [packer](http://www.packer.io) (v0.6.0) and the definitions in this repo:
These boxes were automatically built using [packer](http://www.packer.io) (v0.8.6) and the definitions in this repo:

```sh
$ cd packer
Expand Down
12 changes: 6 additions & 6 deletions packer/CentOS-6.6.json → packer/CentOS-6.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
},
"builders": [
{
"name": "CentOS-6.6-i386-{{user `build_version`}}",
"name": "CentOS-6.7-i386-{{user `build_version`}}",
"type": "virtualbox-iso",
"guest_os_type": "RedHat",
"iso_url": "http://centos.hyve.com/6.6/isos/i386/CentOS-6.6-i386-minimal.iso",
"iso_checksum": "8c14c9a379aa7c7477471938ca06447d",
"iso_url": "http://centos.hyve.com/6.7/isos/i386/CentOS-6.7-i386-minimal.iso",
"iso_checksum": "fd2446e4555fb7e8e7e98e21395eae32",
"iso_checksum_type": "md5",
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"disk_size": 204800,
Expand All @@ -26,11 +26,11 @@
]
},
{
"name": "CentOS-6.6-x86_64-{{user `build_version`}}",
"name": "CentOS-6.7-x86_64-{{user `build_version`}}",
"type": "virtualbox-iso",
"guest_os_type": "RedHat_64",
"iso_url": "http://centos.hyve.com/6.6/isos/x86_64/CentOS-6.6-x86_64-minimal.iso",
"iso_checksum": "eb3c8be6ab668e6d83a118323a789e6c",
"iso_url": "http://centos.hyve.com/6.7/isos/x86_64/CentOS-6.7-x86_64-minimal.iso",
"iso_checksum": "9381a24b8bee2fed0c26896141a64b69",
"iso_checksum_type": "md5",
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"disk_size": 204800,
Expand Down
2 changes: 1 addition & 1 deletion packer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
export BUILD_VERSION

rm -i builds/*-${BUILD_VERSION}.box
packer build CentOS-6.6.json
packer build CentOS-6.7.json
shasum -a 256 builds/*-${BUILD_VERSION}.box
2 changes: 2 additions & 0 deletions sha256sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ d6f3b676d0aa2b2c247b9ddac13b4c02047e87e34e58b706847633c847d08e6d CentOS-6.5-i38
38b052d9e630e95e44155b64aebaa85da0f0262899ced55bd210fb5e462f4702 CentOS-6.5-x86_64-v20140504.box
60ef725a8f3121c0a3a3c5dab308f5209cd530a325666d51dee72fc9e6055c77 CentOS-6.6-i386-v20150426.box
8f92f74344b493886fe1bde2d61248a00212f176148452204e191db27d76b221 CentOS-6.6-x86_64-v20150426.box
9f75814b57c6c78286cad4ac03feb1738771503257677c36e1f42885dc7d2107 CentOS-6.7-i386-v20151108.box
a33b81d37c37172858718ea5ef06e9fce7f650e9f2f90a570c9940ed0e857bf8 CentOS-6.7-x86_64-v20151108.box

0 comments on commit d95c2e0

Please sign in to comment.