Fix the freebsd images in the new Azure resource group

This commit is contained in:
R. Tyler Croy 2017-12-13 16:02:51 -08:00
parent 596b245a06
commit 2a971c5f50
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 8 additions and 7 deletions

View File

@ -25,12 +25,6 @@
}
],
"provisioners" : [
{
"type" : "shell",
"inline" : [
"sudo ASSUME_ALWAYS_YES=yes pkg install -y openjdk8 bash go gmake"
]
},
{
"type" : "shell",
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'",
@ -40,6 +34,12 @@
"echo 'proc /proc procfs rw 0 0' >> /etc/fstab"
]
},
{
"type" : "shell",
"inline" : [
"sudo ASSUME_ALWAYS_YES=yes pkg install -y openjdk8 bash go gmake"
]
},
{
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'",
"inline": [
@ -47,6 +47,7 @@
],
"inline_shebang": "/bin/sh -x",
"type": "shell",
"expect_disconnect": true,
"skip_clean" : true
}
]

View File

@ -7,4 +7,4 @@ labels:
executors: 1
retention: 10
image:
vhd: 'https://codevaletvhds.blob.core.windows.net/system/Microsoft.Compute/Images/images/packer-osDisk.bc34e6b3-407e-4d45-b5f7-50fe44d5e77d.vhd'
vhd: 'https://codevaletimages.blob.core.windows.net/system/Microsoft.Compute/Images/images/packer-osDisk.347e8a79-ddeb-4274-83a0-17110c83bf37.vhd'