Commit Graph

3850 Commits (954c6d2bdf4a8aaf062c797451a6b5d86ca4eae0)

Author SHA1 Message Date
Adrien Delorme 47257c0d07
Merge pull request #7104 from hashicorp/revert_docker_changes
7 years ago
Megan Marsh ee2e5cc874
Merge pull request #7080 from hashicorp/do_6508
7 years ago
Megan Marsh 2a79d64ae0 revert changes to docker entrypoint; since this is a backwards-breaking change it needs to wait for a minor release
7 years ago
Megan Marsh 279949ddcc
Merge pull request #7090 from tomelliff/validate-kms-key-id
7 years ago
Tom Elliff 12bf7fc4d6 Check that the KMS key ID is valid
7 years ago
Adrien Delorme dfa284c02b
Merge pull request #7094 from hashicorp/fix_7087
7 years ago
Adrien Delorme 5e5ed9793f
Merge pull request #7092 from arizvisa/vmware-builders.halt-duplicate-code
7 years ago
Megan Marsh a819217c93 fix virtualbox 6.0 beta command options
7 years ago
Ali Rizvi-Santiago 1a36458e9e Tiny fix to replace some duplicate code with usage of the `halt` closure in the StepCloneVMX step for the vmware-vmx builder.
7 years ago
Megan Marsh d367c1ba8b
Merge pull request #7091 from arizvisa/GH-6920
7 years ago
Ali Rizvi-Santiago a6af04417e Moved the entrypoint argument for the docker builder in front of the image so it's passed correctly as an argument.
7 years ago
Megan Marsh 32f226eda0
Merge pull request #7069 from arizvisa/GH-6920
7 years ago
chhaj5236 c4782807de
Merge pull request #7050 from chhaj5236/feature/force_delete_copied
7 years ago
Adrien Delorme c42b3a41a9
Merge pull request #7059 from hashicorp/fix_6965
7 years ago
Megan Marsh ce71932f95
Merge pull request #7061 from boumenot/pr-6773-caching-type
7 years ago
Megan Marsh 042e9ad14b Move logging about aws waiters to the access config prepare() so that it's only spit out once per builder.
7 years ago
Ali Rizvi-Santiago 2e977019e4 Modified the docker builder's default run_command to specify the shell via the entrypoint command line argument as suggested by @vrubiolo in #6920.
7 years ago
bozhi.ch 0174a502eb support -force option and update docs
7 years ago
Ali Rizvi-Santiago 310ea6c006 Updated docker's default config to use regular bourne shell instead of bourne again. Closes #6920.
7 years ago
Ali Rizvi-Santiago 040a33567e Trying again one more time to prevent import cycles.. Moved common.ExpandUser into packer.ExpandUser..
7 years ago
Ali Rizvi-Santiago 79b68fb89c Replaced the previous incorrect logic with an re-implementation of common.ExpandUser.
7 years ago
Ali Rizvi-Santiago e04986659a Changed the logic for when to actually prefix a path with a u.HomeDir so that it's only done when a non-absolute path is specified.
7 years ago
Ali Rizvi-Santiago 1a3c3f2ffc Replaced all instances of mitchellh/go-homedir with an implementation based on os/user.
7 years ago
Megan Marsh 152f6fed8f
Merge pull request #7066 from arizvisa/vmware-temporary-devices
7 years ago
Ali Rizvi-Santiago 96bdf17d2e Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders.
7 years ago
Megan Marsh 65124985d1 don't set DetectZeroes if it's off, because some versions of QEMU don't support this option
7 years ago
Ali Rizvi-Santiago fa4998e1ec Modified StepCleanVMX to walk through the "temporaryDevices" statebag so that we can disable or remove its devices cleanly. This gets rid of the regex hack that was previously used to identify a cdrom-image.
7 years ago
Ali Rizvi-Santiago e0d3861e81 Updated StepCreateVMX to add the CDROM device that packer uses to the "temporaryDevices" statebag so that StepCleanVMX can unmount its ISO later.
7 years ago
Ali Rizvi-Santiago 3512c3c5ea Updated StepConfigureVMX to add the floppy disk device to the "temporaryDevices" statebag so that StepCleanVMX can remove it later.
7 years ago
Ali Rizvi-Santiago 27b16cee0a Added a new "temporaryDevices" key to the VMware builders' statebag in order to keep track of devices that were temporarily added during build and need to be removed later by StepCleanVMX.
7 years ago
Christopher Boumenot c7d8f4e150 azure: configuration for disk caching
7 years ago
Megan Marsh c03894c05d fix bad interpolation exemption for volume_size
7 years ago
Adrien Delorme c29268a5d2
Merge pull request #7046 from nferch/hcloud_snapshot_labels
7 years ago
Megan Marsh a2c3b35bff
Merge pull request #7032 from hashicorp/fix_region_validation
7 years ago
Megan Marsh 11ef407b4d
Merge pull request #7016 from rickard-von-essen/vmware-tech-prev
7 years ago
PORTE Loïc bf97557abf Backport VNC log from vmware to qemu
7 years ago
bozhi.ch a485bcfdf3 delete copied image and snapshots if corresponding options are specified
7 years ago
Megan Marsh ec75913412 fix crash that occurs when dir is nil
7 years ago
Megan Marsh 89fb8f0d3e fix defaulting/lack thereof for cpu count and memory in vmware template
7 years ago
Nathan A. Ferch fccd7d0692 add snapshot_labels to hcloud builder
7 years ago
Megan Marsh 6728244480 simplify for loop logic
7 years ago
Andrew Pennebaker c05ac784d3 fix tests
7 years ago
Andrew Pennebaker 5ada3376b8 fix test
7 years ago
Andrew Pennebaker 2c989157e4 gofmt
7 years ago
Andrew Pennebaker 5b6cbeed1d expose `--iso` option down in `VBoxManage export --iso` up to virtualbox-iso configuration as "bundle_iso"; ensure ISOs are not removed when this is enabled.
7 years ago
Megan Marsh 8cc3320977
Merge pull request #7034 from zenjoy/hcloud/rescue_mode
7 years ago
bozhi.ch 7704ff2f24 apply tags to relevant snapshots
7 years ago
dedene 1aaa998b02 Revert back to reset server
7 years ago
dedene 6589bfaaab Small code improvements and fixes
7 years ago
zhuzhih2017 53bfe7179f
Merge pull request #7022 from chhaj5236/feature/image_without_datadisks
7 years ago