This project is mirrored from https://gitee.com/NQL886/packer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 31 Oct, 2019 4 commits
-
-
Adrien Delorme authored
-
Adrien Delorme authored
It is simply the best/simplest solution and trying to prevent users from passing and integer here would be like opening a can of worms. Because: * we cannot make mapstructure validate our duration string ( with an UnmarshalJSON func etc.) * we cannot make mapstructure spit a string instead of a duration and packer will decode-encode-decode config. * the hcl2 generated code asks for a string, so this will be enforced by default.
-
Adrien Delorme authored
Before this commit it was possible to set a duration using an integer or a float. Go's time.Duration is an int64 internally an mapstructure will take advantage of this and load the number as a int64 but `1` means one ns which is unexpected/confusing. To avoid confusion and enforce readability this forces users to pass a string with a unit for a duration; ex "56s".
-
Adrien Delorme authored
add insert_key option for toggling whether to add Vagrant's insecure key
-
- 30 Oct, 2019 14 commits
-
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
builder/azure/chroot: fix dropped error
-
Megan Marsh authored
Packer Post-Processor support UCloud import
-
Lars Lehtonen authored
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
add some extra layers of validation to make sure that people don't tr…
-
Megan Marsh authored
-
Megan Marsh authored
-
Adrien Delorme authored
add test to catch this case
-
mingsheng.su authored
-
- 29 Oct, 2019 22 commits
-
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
-
mingsheng.su authored
-
mingsheng.su authored
Co-Authored-By:
Megan Marsh <megan@hashicorp.com>
-
mingsheng.su authored
Co-Authored-By:
Megan Marsh <megan@hashicorp.com>
-
mingsheng.su authored
Co-Authored-By:
Megan Marsh <megan@hashicorp.com>
-
mingsheng.su authored
Co-Authored-By:
Megan Marsh <megan@hashicorp.com>
-
mingsheng.su authored
Co-Authored-By:
Megan Marsh <megan@hashicorp.com>
-
mingsheng.su authored
-
mingsheng.su authored
-
Megan Marsh authored
-
mingsheng.su authored
-
mingsheng.su authored
-
mingsheng.su authored
-
mingsheng.su authored
-
mingsheng.su authored
-
Megan Marsh authored
-
Megan Marsh authored
[builder/openstack] adds option to discover provisioning network
-
Megan Marsh authored
-
Megan Marsh authored
add some extra layers of validation to make sure that people don't trip over magical encrypt_boot settings later in the build
-
Andrey Kaipov authored
-