Commit Graph

38 Commits (6d2df7fb55dc906773800433763ff64fca2b060d)

Author SHA1 Message Date
Sylvia Moss dcacf7ad4c
Add vSphere HCL examples to the docs (#9674)
6 years ago
Adrien Delorme 0fa60c68fb
Drop the iso_checksum_type & iso_checksum_url fields (#8437)
6 years ago
Sylvia Moss 25971b3b5c
Add pwd to gogetter ChecksumFromFile (#9129)
6 years ago
Megan Marsh 65b64d04d0 remove docs about windows symlinks which are now inaccurage
6 years ago
Wilken Rivera 7b705545d9
docs: Various doc clean-ups to fix code block formatting and syntax highlighting (#8868)
6 years ago
Megan Marsh 00dfb79c88
Merge pull request #7627 from hashicorp/inplace_isos
6 years ago
Adrien Delorme 08f394604c Update iso_config.go
6 years ago
Adrien Delorme cc3d941853 iso checksumming: use checksum or checksum url if set to handle all cases
6 years ago
Adrien Delorme a8e717ae09 ISOConfig.Prepare: fix ChecksumFromFile usage
6 years ago
Chris Cunningham e94ed9a683 update the note about Windows symlinks
6 years ago
Adrien Delorme a19214afeb Allow to use isos in place
6 years ago
Lars Lehtonen 731e0332cf common: collect dropped error
7 years ago
Adrien Delorme 4cb7c30987 Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Megan Marsh d6d4eb2087 fix some tests and some config behavior to prevent null dereference errors and incorrect precedence between iso checksum and iso checksum url
7 years ago
Megan Marsh 998ef4053f parse checksum file so that we can use the checksums inside in the vmware-esxi builder stepuploadiso
7 years ago
Adrien Delorme dbfadc0eea generate struct markdown from common/iso_config.go
7 years ago
Adrien Delorme 20a152d4aa add comments to common/iso_config.go from docs
7 years ago
Adrien Delorme 9f82b75e57 Use the hashicorp/go-getter to download files
7 years ago
Megan Marsh 2a9f49a5c6 make sure we don't try to load an iso into memory because of a user mistake
7 years ago
Adrien Delorme 6b3844a64f
Revert "allow to use ISO images in-place v.s. copying them"
8 years ago
Adrien Delorme 17f2949e36 remove stuttering; ISOConfig.InplaceISO -> Inplace
8 years ago
Adrien Delorme 82e480a285 allow to use ISO images inplace v.s. copying them
8 years ago
Megan Marsh 5ef8b55559 need log import
8 years ago
Megan Marsh a2f5fbadf6 don't fail if you can't find abs or relative path.
8 years ago
Megan Marsh 0df33cd032 fix relative pathing versus iso checksum dir to work even if user has provided a relative path for the iso_url which is relative to the directory where Packer is run.
8 years ago
Megan Marsh d0f0da6626 allow absolute paths to isos in checksum files
8 years ago
Ali Rizvi-Santiago c17f827e1d Split up DownloadableURL() into it's individual components: SupportedURL(), DownloadableURL(), and ValidatedURL(). Updated all instances of DownloadableURL() to point to ValidatedURL(). Reverted the tests that are based on un-supported protocols.
8 years ago
Pavel Boldin 853b04420c iso_config: allow for subdirs in hash sum files
9 years ago
Rickard von Essen 97498f80be
core: iso_checksum_url should strip query param
9 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Mikhail Zholobov 57d07f227a
Add "iso_target_extension" option for all local *-iso builders
9 years ago
Taliesin Sisson e5510873bb Added file with correct line endings
9 years ago
Matthew Hooker 54651e0005 fix parseCheckSumFile panic
10 years ago
Vasiliy Tolstov 82c63bd723 iso_checksum: fix parsing with absent newline
10 years ago
Rickard von Essen abb2d92c7e Removed ftp/ftps schemas since they don't work.
10 years ago
Rickard von Essen bbade5d8ae Added "iso_checksum_url" and keep the functionality of "iso_checksum"
10 years ago
Vasiliy Tolstov 00fcc3dfdc allow to specify checksum via url
10 years ago
Mark Peek cdcffecc2d Refactor builder ISO options
11 years ago