Megan Marsh
|
d367c1ba8b
|
Merge pull request #7091 from arizvisa/GH-6920
Proper fix to #6920 which ensures that entrypoint and arguments get passed to docker, not the image.
|
2018-12-10 13:25:34 -08:00 |
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.
|
2018-12-10 15:09:56 -06:00 |
Megan Marsh
|
32f226eda0
|
Merge pull request #7069 from arizvisa/GH-6920
Updated docker's default config to use regular bourne shell instead of bourne again.
|
2018-12-10 11:29:27 -08:00 |
Adrien Delorme
|
9d32a75104
|
Merge pull request #7089 from aspectcapital/puppet-path-spaces
Document how to pass spaces in `puppet_bin_dir`
|
2018-12-10 12:58:31 +01:00 |
Adrien Delorme
|
ecc20cf816
|
Merge pull request #7084 from hashicorp/packer_inspect_sensitive
make packer inspect not print sensitive variables.
|
2018-12-10 12:16:55 +01:00 |
Matt Dainty
|
d7cd693680
|
Document how to pass spaces in `puppet_bin_dir`
|
2018-12-10 10:26:28 +00:00 |
chhaj5236
|
c4782807de
|
Merge pull request #7050 from chhaj5236/feature/force_delete_copied
alicloud: delete copied image and snapshots if corresponding options are specified
|
2018-12-09 19:39:14 +08:00 |
Megan Marsh
|
98e933ca54
|
make packer inspect not print sensitive variables.
|
2018-12-07 12:02:20 -08:00 |
Matt Dainty
|
19bd28cd72
|
Fix/add tests
|
2018-12-07 16:23:03 +00:00 |
Matt Dainty
|
3585b8023f
|
Update docs for Puppet provisioners
|
2018-12-07 15:36:30 +00:00 |
Matt Dainty
|
2e4b00f59d
|
Refactor powershell provisioner
Use the common elevated code instead.
|
2018-12-07 15:30:50 +00:00 |
Adrien Delorme
|
c42b3a41a9
|
Merge pull request #7059 from hashicorp/fix_6965
Fix 6965
|
2018-12-07 13:35:00 +01:00 |
Matt Dainty
|
a42f8fac4d
|
Elevated support for puppet-masterless provisioner
This should fix #5478.
|
2018-12-07 11:08:11 +00:00 |
Adrien Delorme
|
2283efff79
|
Merge pull request #7071 from aspectcapital/ignore-pending-reboots
Ignore an already-scheduled reboot
|
2018-12-07 11:03:55 +01:00 |
Matt Dainty
|
0192289d68
|
Drop exit code 1717
|
2018-12-07 09:45:50 +00:00 |
Megan Marsh
|
ce71932f95
|
Merge pull request #7061 from boumenot/pr-6773-caching-type
azure: configuration for disk caching
|
2018-12-06 15:06:21 -08:00 |
Megan Marsh
|
f19fdbcaaf
|
Merge pull request #7075 from hashicorp/do_4844
Add env vars "PACKER_HTTP_IP" and "PACKER_HTTP_PORT" to our various shell provisioners
|
2018-12-06 14:41:31 -08:00 |
Megan Marsh
|
042e9ad14b
|
Move logging about aws waiters to the access config prepare() so that it's only spit out once per builder.
|
2018-12-06 14:37:31 -08:00 |
Matt Dainty
|
11be4ffc4b
|
Attempt at generalising elevated support
Refactor puppet-server provisioner to use it.
|
2018-12-06 18:00:22 +00:00 |
Megan Marsh
|
e69391f28b
|
save users some bash scripting by exposing IP and port separately as well as together
|
2018-12-06 09:29:07 -08:00 |
Matt Dainty
|
a7b407eab6
|
Naive support for elevated support for puppet-server provisioner
This commit just lifts the various bits out of the powershell
provisioner.
|
2018-12-06 15:09:57 +00:00 |
Adrien Delorme
|
0cc1493baf
|
Merge pull request #7062 from arizvisa/go-home-go-homedir-you-are-drunk
Deprecate mitchellh/go-homedir package in favor of os/user
|
2018-12-06 10:55:15 +01:00 |
Adrien Delorme
|
d876978337
|
Fixed misspelling in a comment residing in packer/config_file.go as suggested by @azr.
Co-Authored-By: arizvisa <arizvisa@users.noreply.github.com>
|
2018-12-05 17:34:09 -06:00 |
Megan Marsh
|
963982a6a0
|
update to v1.3.4-dev
|
2018-12-05 11:05:34 -08:00 |
Megan Marsh
|
508b6efb4a
|
Cut version 1.3.3
|
2018-12-05 10:54:30 -08:00 |
Megan Marsh
|
a7d54a207f
|
update to version 1.3.3
|
2018-12-05 10:46:33 -08:00 |
Megan Marsh
|
ef095ad7c0
|
update changelog
|
2018-12-05 10:45:51 -08:00 |
Matt Dainty
|
5fed453047
|
Ignore an already-scheduled reboot
If the previous provisioner already scheduled a reboot don't error we
can't schedule another one.
|
2018-12-05 15:43:22 +00:00 |
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.
|
2018-12-04 23:52:17 -06:00 |
bozhi.ch
|
0174a502eb
|
support -force option and update docs
|
2018-12-05 11:50:35 +08:00 |
Ali Rizvi-Santiago
|
310ea6c006
|
Updated docker's default config to use regular bourne shell instead of bourne again. Closes #6920.
|
2018-12-04 18:28:48 -06:00 |
Megan Marsh
|
af73071489
|
sort changelog
|
2018-12-04 16:28:13 -08:00 |
Ali Rizvi-Santiago
|
ecf45d4740
|
Added tests for packer.ExpandUser in packer/config_file_test.go.
|
2018-12-04 16:54:49 -06:00 |
Ali Rizvi-Santiago
|
194f31aba1
|
Revert "Removed mitchellh/go-homedir from vendor packages."
This reverts commit f156f00ccad3f7b16ece894109d1de4968ddfa88.
|
2018-12-04 16:54:49 -06:00 |
Ali Rizvi-Santiago
|
b0af406e08
|
gofmt using v1.11.2 instead of disro's outdated v1.10.5.
|
2018-12-04 16:54:49 -06:00 |
Ali Rizvi-Santiago
|
040a33567e
|
Trying again one more time to prevent import cycles.. Moved common.ExpandUser into packer.ExpandUser..
|
2018-12-04 16:54:47 -06:00 |
Ali Rizvi-Santiago
|
79b68fb89c
|
Replaced the previous incorrect logic with an re-implementation of common.ExpandUser.
|
2018-12-04 16:53:33 -06:00 |
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.
|
2018-12-04 16:53:33 -06:00 |
Ali Rizvi-Santiago
|
a4a42001f5
|
Removed mitchellh/go-homedir from vendor packages.
|
2018-12-04 16:53:33 -06:00 |
Ali Rizvi-Santiago
|
1a3c3f2ffc
|
Replaced all instances of mitchellh/go-homedir with an implementation based on os/user.
|
2018-12-04 16:53:33 -06:00 |
Megan Marsh
|
65b513fdfc
|
update version
|
2018-12-04 11:30:06 -08:00 |
Megan Marsh
|
66855747a3
|
update changelog
|
2018-12-04 11:28:09 -08:00 |
Megan Marsh
|
152f6fed8f
|
Merge pull request #7066 from arizvisa/vmware-temporary-devices
Add a "temporaryDevices" key to the statebag for the VMware builder
|
2018-12-04 10:34:37 -08:00 |
Megan Marsh
|
40df713453
|
Merge pull request #7064 from hashicorp/fix_7004
don't set DetectZeroes if it's off, because some versions of QEMU don…
|
2018-12-04 09:38:54 -08:00 |
Adrien Delorme
|
9bd802b6ec
|
Merge pull request #7065 from hashicorp/fix_6405
reverts 406bf9c4aad7c925c3f5a837fe7f9c71169af098; this was incorrect …
|
2018-12-04 11:43:51 +01:00 |
Megan Marsh
|
fa6eb3fdea
|
reverts 406bf9c4aad7c925c3f5a837fe7f9c71169af098; this was incorrect interpretation of the intent of the inventoryDirectory template option
|
2018-12-03 16:08:47 -08:00 |
Ali Rizvi-Santiago
|
96bdf17d2e
|
Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders.
|
2018-12-03 18:03:02 -06:00 |
Megan Marsh
|
7bc3128e18
|
update docs for detect-zero
|
2018-12-03 15:56:35 -08:00 |
Megan Marsh
|
65124985d1
|
don't set DetectZeroes if it's off, because some versions of QEMU don't support this option
|
2018-12-03 15:52:13 -08:00 |
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.
|
2018-12-03 17:50:40 -06:00 |