Commit Graph

1834 Commits (18f03ec070198edcf5cf35bab4da67e592c8a856)

Author SHA1 Message Date
Olivier Tremblay 223e35fc65 Makes StepDownload's TargetPath customizable.
11 years ago
Chris Bednarski c73314cd38 Merge pull request #2514 from hazelesque/rackconnect-v2-update-accessipv4
11 years ago
Chris Bednarski 715662f60b Reformat
11 years ago
Chris Bednarski ff6a091531 Merge pull request #2512 from hazelesque/openstack-support-using-existing-keypair
11 years ago
Hazel Smith a7da0ffde1 openstack: store updated accessIPv4 from RackConnect
11 years ago
Hazel Smith b47eb4cea9 openstack builder: support using existing keypair
11 years ago
Hazel Smith ce54dba2d3 openstack builder: log which IP address SSH will use
11 years ago
Yo Takezawa 628462b919 Use snapshot size if you don't specify a VolumeSize
11 years ago
Chris Bednarski f3f3d1fe73 Formatting
11 years ago
georgevicbell bf0c326cd5 Update step_connect_docker.go
11 years ago
georgevicbell b2811a8252 Update communicator.go
11 years ago
georgevicbell d00271aab3 Fix Capitilzation
11 years ago
georgevicbell 4da4150abe Update communicator.go
11 years ago
georgevicbell 3a681d0c0c Add Pty Bool
11 years ago
georgevicbell fb39fa2cc6 Update step_connect_docker.go
11 years ago
georgevicbell e3ab74e09f Add Config struct for docker PTY
11 years ago
Travis Truman 988cf2fecf Fixes #2434 by adding OpenStack Glance metadata support
11 years ago
Tommy Ulfsparre 241903d0b0 no point in setting iops on a standard volumes
11 years ago
Chris Bednarski c615539929 Reformat long lines
11 years ago
Chris Bednarski 9365a43179 Reformat
11 years ago
Tommy Ulfsparre ae064207d5 Add test for ephemeral block device mapping
11 years ago
Anthony Spring 224bb78175 Make EBS block device mapping optional for ephemeral virtual names.
11 years ago
Chris Bednarski 618d2f3158 Merge pull request #2438 from lvillani/portcount-vbox-5.0
11 years ago
Gleb M Borisov 8495a8c919 Fix handling IPv6 when ssh_interface set (openstack builder)
11 years ago
Chris Bednarski d2339b7ccc Merge pull request #2408 from mitchellh/b-google-image-name
11 years ago
Lorenzo Villani 7e64e90670 Use --portcount on VirtualBox 5.x
11 years ago
Andrew Dahl 1f6137e636 Add 1/10th second delay between key events to VNC for QEMU
11 years ago
Chris Bednarski 1c71eaaa91 Change panic to multierror
11 years ago
Chris Bednarski 775450f46a Merge branch 'fix_gce_image_name' of https://github.com/samitpal/packer into b-google-image-name
11 years ago
Chris Bednarski bd6c31c2d9 Added TestImageName and moved private methods to the bottom of the file
11 years ago
Sunil K Chopra 750e09d51d should be ssh_host, not host
11 years ago
Mitchell Hashimoto 26aa3dd575 amazon/common: store instance ID earlier for cleanup
11 years ago
Samit Pal 6d6b3e1ac2 The default image name in the code has a bug. It is being set to packer-{{timestamp}}, the {{timestamp}} part needs to be interpolated. Without the interpolation the GCE builder fails with
11 years ago
Steven Merrill 0869c9fe64 Fix #2830.
11 years ago
Marc Siegfriedt e9ef2b987e fixed the test as well
11 years ago
Marc Siegfriedt df1be999dc Fixed case sensitive issue with VMX entries not being overwritten
11 years ago
Marc Siegfriedt 1d7d490c01 updated how vmx entries are handled
11 years ago
Chris Bednarski caa518b294 Merge pull request #2358 from mitchellh/b-do-private-network
11 years ago
Chris Bednarski 51804e9132 Find a public IP address to provision a digital ocean box
11 years ago
Mitchell Hashimoto 2ee2850c1a Merge pull request #2353 from mitchellh/b-gce-comm-default
11 years ago
Mitchell Hashimoto 6dd36075b2 Merge pull request #2352 from mitchellh/b-amazon-bundle
11 years ago
Mitchell Hashimoto 6c7a7b6068 builder/googlecompute: default SSH settings properly [GH-2340]
11 years ago
Mitchell Hashimoto 98db68e36c builder/amazon/instance: set valid bundle prefix [GH-2328]
11 years ago
Mitchell Hashimoto b315e470c8 builder/amazon: set debug flag for get password
11 years ago
Mitchell Hashimoto 0a2e54feaf builder/amazon: output WinRM password for debug mode [GH-2336]
11 years ago
Mitchell Hashimoto 4a60e469e9 update CHANGELOG
11 years ago
Mitchell Hashimoto 677498a55c Merge pull request #2323 from israelshirk/feature/vmware-nonesum
11 years ago
Mitchell Hashimoto 95dd79740f Merge pull request #2324 from tcahill/group-launch-permissions
11 years ago
Mitchell Hashimoto 7b64723a11 Merge pull request #2327 from emate/fix-for-spot-requests-cleanup
11 years ago
Mitchell Hashimoto aab5ca7059 update CHANGELOG
11 years ago
Marcin Matlaszek 3eaf7f38b0 Fix adding launch permissions for created ami.
11 years ago
Tom Cahill 6644d76982 Use aws.String to obtain string pointers
11 years ago
Tom Cahill 016d916d83 Fix adding groups to AMI launch permissions.
11 years ago
Clint Shryock 4d003aa5a3 builder/amazon-instance: Don't specify empty Virtualization Type
11 years ago
Marcin Matlaszek 586cab11ee Fixes spot instance cleanup.
11 years ago
Israel Shirk 88fac0b49c Have nonesum run stat rather than nonesum because nonesum sums none. k.
11 years ago
Tommy Ulfsparre 8ae0cfc759 copy and convert to pointer
11 years ago
Clint 7b9d48799e Merge pull request #2316 from jjappi/fix-aws-tagging
11 years ago
Marcin Matlaszek dd97a60c9b Fix for tag creation when creating new ec2 instance.
11 years ago
Jani Jappinen c537623bc6 Fix failing AMI snapshot tagging when copying to other regions.
11 years ago
Clint Shryock 7af5d5419a builder/amazon: Fix issue with sharing AMIs with ami_users
11 years ago
Clint 5b67472d07 Merge pull request #2296 from mitchellh/f-amazon-chroot-mount-options
11 years ago
Clint Shryock 3a54e6899d code cleanup
11 years ago
Mitchell Hashimoto 3fac725a55 Merge pull request #2291 from mitchellh/b-qemu-default
11 years ago
Clint Shryock 29cef0eae4 builder/amazon-chroot: add mount_options configuration option
11 years ago
Clint 3884555007 Merge pull request #2289 from mitchellh/b-amazon-chroot-fixes
11 years ago
Clint Shryock 5d2ea088a2 builder/amazon-chroot: add root_volume_size to resize chroot root volume
11 years ago
Clint Shryock 8a9a59c3ca check if newDevice.EBS is nil
11 years ago
Clint Shryock 9f8b0041f0 builder/amazon-chroot: use source image virtualization type, unless specified
11 years ago
Clint Shryock f374edc2b8 builder/amazon-chroot: Fixes for amazon-chroot builder
11 years ago
Mitchell Hashimoto 5852bd7cd7 builder/qemu: default acceleration to tcg on Windows [GH-2284]
11 years ago
Mitchell Hashimoto 9bc0dfa389 builder/vmware: disable VNC before packaging
11 years ago
Mitchell Hashimoto 1aa1399e85 builder/parallels: fix compilation issuse
11 years ago
Mitchell Hashimoto 13c2c4660d Merge branch 'issue_2080' of https://github.com/rickard-von-essen/packer into rickard-von-essen-issue_2080
11 years ago
Mitchell Hashimoto 5db4d7c01f fmt
11 years ago
Mitchell Hashimoto 944b4bf46c common: delete file if checksum fails
11 years ago
Clint 6579219013 Merge pull request #2282 from mitchellh/f-amazon-cleanup-volumes
11 years ago
Mitchell Hashimoto 93bb0d86af builder/virtualbox: fix default names
11 years ago
Mitchell Hashimoto 84189f7a28 builder/*: properly save interpolation context
11 years ago
Mitchell Hashimoto d600456487 builder/virtualbox: fix interpolation weirdness
11 years ago
Mitchell Hashimoto 54e081d5af builder/virtualbox: only remove output dir after check
11 years ago
Clint Shryock dff6cf1a83 code tweak after review
11 years ago
Mitchell Hashimoto 9c6d0dfc8b builder/virtualbox: fix type casting
11 years ago
Clint Shryock c9714ce69e builder/amazon-ebs: Clean up orphan volumes
11 years ago
Mitchell Hashimoto 9c0f37b2c9 builder/amazon: fix weird edge cases with key names [GH-2281]
11 years ago
Mitchell Hashimoto 5c290fdbc7 builder/amazon use proper key pair name
11 years ago
Chris Bednarski 1edbbd80bf Merge pull request #2205 from mitchellh/f-vtolstov-compress
11 years ago
Chris Bednarski f06847ff10 Merge branch 'master' into f-vtolstov-compress
11 years ago
Mikhail Zholobov 0a53fbc29d builder/parallels: Add mock for "SetDefaultConfiguration" method
11 years ago
Mikhail Zholobov 2860bfdf82 builder/parallels: Apply default settings on the VM creation step.
11 years ago
Mikhail Zholobov f7af571cd9 builder/parallels: Add "SetDefaultConfiguration" function
11 years ago
Mitchell Hashimoto d9fceaf39d update CHANGELOG
11 years ago
Mitchell Hashimoto ba2cf18460 Merge branch 'master' of https://github.com/ldx/packer into ldx-master
11 years ago
Mitchell Hashimoto fd40b714c4 Merge pull request #2118 from vtolstov/image
11 years ago
Mitchell Hashimoto 9bb7d0a2d5 Merge pull request #2152 from abayer/gce-optional-internal-ip
11 years ago
Mitchell Hashimoto 4da0b42fc1 Merge pull request #2054 from garnaat/amazon-chroot-check-before-umount
11 years ago
Mitchell Hashimoto b7dab2689a fmt
11 years ago
Bob Kuo b77fcd90f3 Force qemu to use a VNC port by setting vnc_min_port == vnc_max_port
11 years ago
Chris Bednarski f2f8ad16c0 Merge branch 'master' into f-file-builder
11 years ago
Chris Bednarski aea70d5a72 Added acceptance test for file builder
11 years ago
Chris Bednarski 29f02d243f Had io.Copy args swapped; also use os.Create instead of os.OpenFile for MAGIC
11 years ago
Mitchell Hashimoto de2004c1c9 Merge branch 'master' of https://github.com/nyetsche/packer into nyetsche-master
11 years ago
Alexander Golovko 15f40a3d00 fix disabling vmware tools for ESX
11 years ago
Marc Siegfriedt 667c53942b use template for additional disks
11 years ago
Clint 5e786e3bb2 Merge pull request #2250 from mitchellh/b-amazon-block-docs
11 years ago
Chris Bednarski 9c5845e3c7 Merge branch 'master' into f-file-builder
11 years ago
Mitchell Hashimoto 523a3342b8 builder/qemu: fix tests
11 years ago
Clint Shryock d22c4173d3 fix crash when waiting for an instance that has failed
11 years ago
Mitchell Hashimoto dc067b3f10 Merge pull request #2244 from mitchellh/f-docker-ssh
11 years ago
Mitchell Hashimoto c76bed37ec Merge pull request #2236 from mitchellh/b-qemu-ssh
11 years ago
Mitchell Hashimoto 70af21615e Merge pull request #2233 from mitchellh/b-output-dir
11 years ago
Mitchell Hashimoto a95408aa21 Merge pull request #2224 from mitchellh/f-os-userdata
11 years ago
Mitchell Hashimoto 3edff00696 Merge pull request #2223 from mitchellh/b-stop-openstack
11 years ago
Mitchell Hashimoto d8cc24f86e builder/openstack: no more port
11 years ago
Mitchell Hashimoto 5167c65f87 Merge branch 'b-openstack-privage'
11 years ago
Clint 2372393f64 Merge pull request #2212 from mitchellh/f-amazon-add-tags-to-snapshots
11 years ago
Clint 8fca582278 Merge pull request #2221 from mitchellh/f-amazon-force-deregister-artifacts
11 years ago
Mitchell Hashimoto cab2665119 builder/docker: support custom communicators
11 years ago
Mitchell Hashimoto 7fc69828c5 builder/virtualbox: fix forwarding to work with WinRM
11 years ago
Mitchell Hashimoto ccf20568a7 Merge pull request #2240 from mitchellh/f-windows
11 years ago
Mitchell Hashimoto 101e5986dc builder/amazon: enable windows for instance type too
11 years ago
Mitchell Hashimoto b8d5bd3776 Merge pull request #2242 from emate/spot_network_interfaces_fix
11 years ago
Marcin Matlaszek b51761ca36 Fix network interface spec when requesting spot.
11 years ago
Mitchell Hashimoto e9d916a7bc builder/amazon: don't print windows password
11 years ago
Mitchell Hashimoto 8f6ecfd9e3 builder/amazon: various fixes (minor) to get things going
11 years ago
Mitchell Hashimoto 022a115d19 builder/amazon: improve messaging
11 years ago
Mitchell Hashimoto d23f254b76 builder/amazon: don't get password if platform not set on image
11 years ago
Mitchell Hashimoto fd4e0e9da4 builder/amazon: StepGetPassword
11 years ago
Mitchell Hashimoto ea86cb4c7e builder/qemu: use proper ssh port [GH-2074]
11 years ago
Mitchell Hashimoto 115d583cff helper/communicator: make host more generic
11 years ago
Mitchell Hashimoto 68e4734caf builder/null: pass unit tests
11 years ago
Mitchell Hashimoto b61ed3adfc builder/vmware: convert to helper/comm
11 years ago
Mitchell Hashimoto 89af447c8c builder/qemu: convert to helper/comm
11 years ago
Mitchell Hashimoto 820bad6939 builder/parallels: convert to new comm type
11 years ago
Mitchell Hashimoto f55e2d2c4b builder/openstack: convert to helper/comm
11 years ago
Mitchell Hashimoto 502076c92e builder/googlecompute: use helper/comm
11 years ago
Mitchell Hashimoto 669f301881 builder/digitalocean: use helper/comm
11 years ago
Mitchell Hashimoto e557928119 builder/amazon: use helper/communicator
11 years ago
Mitchell Hashimoto d5166a8e6c builder/virtualbox: use new communicator abstraction
11 years ago
Mitchell Hashimoto d545431f9b builder/null: adopt helper/communicator
11 years ago
Mitchell Hashimoto d851898131 builder/vmware: mirror virtualbox output dir changes
11 years ago
Mitchell Hashimoto 3976a34d29 builder/virtualbox: validate output dir in step, no in config
11 years ago
Mitchell Hashimoto 71d8c6610a Merge pull request #1968 from bhcleek/master
11 years ago
Mitchell Hashimoto f1cef0baae builder/null: fix config parsing
11 years ago
Mitchell Hashimoto b3a9712402 builder/openstack: support user data [GH-1867]
11 years ago
Mitchell Hashimoto b6d6a71c6e builder/openstack: wait for more states
11 years ago
Chris Bednarski e60b22d48f Changed file builder to support content or source file operation
11 years ago
Chris Bednarski 766d217ed7 Pull config into the builder
11 years ago
Chris Bednarski 64fd3a3302 Added file builder as a cheap, fast way to build something with output for testing post-processors
11 years ago
Mitchell Hashimoto 48b674d331 builder/openstack: load extensions, stop server if supported
11 years ago
Mark Peek 16320372d6 Make some builder config usage more consistent with other builders
11 years ago
Mark Peek f398352996 Fix a bug where interpolation was broken in some builders
11 years ago
Mitchell Hashimoto a3863c3495 builder/openstack: update floating IP messaging
11 years ago
Mitchell Hashimoto 2c683c5057 builder/openstack: prioritize ssh interfaces
11 years ago
Clint Shryock bec59b535d builder/amazon: Add force_deregister option, to automatically deregister artifacts with name conflicts
11 years ago
Mitchell Hashimoto 31abc93f50 builder/openstack: support ssh_interface [GH-2087]
11 years ago
Clint Shryock 86206e316d add tags test
11 years ago
Mitchell Hashimoto 693f04afcc builder/openstack: AZ support
11 years ago
Mitchell Hashimoto 92b6b5c387 builder/openstack: can ref flavor by name
11 years ago
Mitchell Hashimoto ad374e82af builder/openstack: shuffle some fields to note unused fields
11 years ago
Mitchell Hashimoto 5d32a1f6e0 builder/openstack: use IP not FixedIP
11 years ago
Mitchell Hashimoto 590177ea4b builder/openstack: fix unit tests
11 years ago
Mitchell Hashimoto e724b5fe80 builder/openstack: support legacy env vars
11 years ago
Mitchell Hashimoto 50e2eb30e6 builder/openstack: modifications to work with rackspace
11 years ago
Mitchell Hashimoto a0d41fcd14 builder/openstack
11 years ago
Mitchell Hashimoto 46f518f21d builder/openstack: proper error extraction
11 years ago
Mitchell Hashimoto 7a46b80cfb builder/openstack-new: better UI
11 years ago
Mitchell Hashimoto 551e80774d builder/openstack-new: fix some issues
11 years ago
Mitchell Hashimoto c903579aaa builder/openstack-new
11 years ago
Mitchell Hashimoto 3933cc3217 Merge pull request #2208 from mitchellh/b-do-user
11 years ago
Clint 2af0f10d59 Merge pull request #2204 from mitchellh/b-aws-iam-profile-upload
11 years ago
Clint Shryock 1fbf8b7f32 update create_tags for new sdk
11 years ago
Clint Shryock a8155e17aa merge acaire/add-ebs-snapshot-tags
11 years ago
Clint 900f3641c5 Merge pull request #2207 from mitchellh/f-amazon-allow-ami-name-spaces
11 years ago
Mitchell Hashimoto dcf140f99f builder/digitalocean: more robust wait for pending
11 years ago
Mitchell Hashimoto 0e0cd28071 builder/digitalocean: fix failing unit tests
11 years ago
Mitchell Hashimoto 5cfd26a0d3 builder/digitalocean: user data support [GH-2113]
11 years ago
Mitchell Hashimoto c9c9e2871c builder/digitalocean: fix build
11 years ago
Mitchell Hashimoto 7dc59677f9 Merge branch 'do_certificate' of https://github.com/ColinHebert/packer into ColinHebert-do_certificate
11 years ago
Mitchell Hashimoto 5da56d2aa6 builder/digitalocean: image, region, etc. required
11 years ago
Mitchell Hashimoto 311c9eb5c2 builder/digitalocean: fix unit tests
11 years ago
Clint Shryock 2056fda4d3 builder/amazon: Allow spaces in AMI names
11 years ago
Mitchell Hashimoto 9a393a5601 builder/digitalocean: only list user images
11 years ago
Mitchell Hashimoto 486c7e4ae6 builder/digitalocean: remove unused things
11 years ago
Mitchell Hashimoto d9c48e82fb builder/digitalocean: switch to new lib
11 years ago
Clint Shryock c9b413e3d1 builder/amazon-instance: Omit access, secrety key if using IAM Instance Profile
11 years ago
Mitchell Hashimoto 9da9ce6046 vmware/iso: disk_additional_size
11 years ago
Mitchell Hashimoto 3ba9d70b22 Merge pull request #1382 from sneal/AdditionalDisksForVMwareISO
11 years ago
Mitchell Hashimoto 1d653efe90 Merge pull request #2174 from brandonheller/master
11 years ago
Mitchell Hashimoto fafdfc962f vmware/common: detect Vmware 'unknown error' and show better message
11 years ago
Mitchell Hashimoto bd04b52b32 virtualbox/common: style
11 years ago
Mitchell Hashimoto 8d6a99457a Merge pull request #1078 from pleschev/skip_nat_port
11 years ago
Mitchell Hashimoto be4a82dfae amazon/*: fix some merge conflicts
11 years ago
Mitchell Hashimoto 8e1db0d94c Merge branch 'fix_amazon_instance_waits' of https://github.com/renat-sabitov/packer into renat-sabitov-fix_amazon_instance_waits
11 years ago
Mitchell Hashimoto 0b819e4dd8 Merge pull request #2199 from rickard-von-essen/prl_pd11
11 years ago
Jan Schumann 802cfa3871 make sure IOPS is not set for empty VolumeType
11 years ago
Jan Schumann 5d600c70f2 added test to illustrate wrong behavior
11 years ago
Rickard von Essen 8393b85ed5 Support Parallels Desktop 11
11 years ago
Mitchell Hashimoto f6f9cca7ce Merge pull request #2189 from mitchellh/b-download-extension
11 years ago
Clint b31534d5fe Merge pull request #2197 from mitchellh/f-aws-fixup-ebs-snapshots
11 years ago
Clint Shryock 4da118c64f fix up tests
11 years ago
Clint Shryock 999b0874cc Update AWS EBS builder to fix invalid params
11 years ago
Clint Shryock 8c321138f4 Revert "Changing --region to --location"
11 years ago
Mitchell Hashimoto 23a48d6619 go fmt
11 years ago
Mitchell Hashimoto fa2bcb8bc5 update CHANGELOG
11 years ago
Mitchell Hashimoto 2373640881 Merge pull request #1663 from beezly/fix-vnc-missed-keys
11 years ago
Mitchell Hashimoto 20504da796 Merge pull request #2190 from mitchellh/b-http-addr
11 years ago
Mitchell Hashimoto a8cd2a2223 Merge pull request #2038 from trumant/openstack_access_config_tests_env_clarity
11 years ago
Mitchell Hashimoto 60b60d9f75 Merge pull request #2036 from mojotalantikite/digitalocean_private
11 years ago
Mitchell Hashimoto 115b8f5f67 Merge pull request #2188 from mitchellh/b-vbox-remove-floppy
11 years ago
Mitchell Hashimoto 9dff0adfb1 builder/google: don't hardcode SSH timeout [GH-1781]
11 years ago
Mitchell Hashimoto 9f0b8b71db virtualbox,vmware: http server should listen on IPv4
11 years ago
Mitchell Hashimoto 9ea34d4ea8 virtualbox/iso: force iso extension for downloads
11 years ago
Mitchell Hashimoto 35246ba986 virtualbox/common: fix test
11 years ago
Mitchell Hashimoto b441348ba4 virtualbox/common: remove devices should delete floppy controller
11 years ago
Mitchell Hashimoto 0885e03bbf virtualbox/iso: acceptance test
11 years ago
Clint 455d57a87f Merge pull request #2187 from mitchellh/f-aws-add-prevalidate-step
11 years ago
Clint Shryock 68040f786c show AMI id in error message
11 years ago
Clint Shryock 231f01cd35 builder/aws: Add pre validate step, to validate things before building.
11 years ago
Mitchell Hashimoto 984bbc3a1e amazon/common: wording nit
11 years ago
Mitchell Hashimoto 8aec42e363 update CHANGELOG
11 years ago
Mitchell Hashimoto 9387cc1ea1 Merge pull request #2175 from henrysher/fix-duplicate-ami
11 years ago
Mitchell Hashimoto f7e49d92ac Merge pull request #2178 from henrysher/fix-ami-copy-name
11 years ago
Mitchell Hashimoto 769b7d20b9 amazon/ebs: acceptance test for region copy
11 years ago
Vasiliy Tolstov 3d94462e37 remove image format from image name
11 years ago
Henry Huang 052b5e6699 "Name" parameter required for copying ami across regions [GH-2172]
11 years ago
Shawn Neal e9a491ae45 New interpolation for additional vmware disks
11 years ago
Eric Richardson 5f183026b3 Fix vmware compact_disk step when there are no additional disks
11 years ago
Eric Richardson 7dfb837ddb Formatting cleanups from `go fmt`
11 years ago
Eric Richardson fab9ca9cdb Initial work to implement additional disk support in the vmware-iso builder
11 years ago
Henry Huang a5c476c6fe check the region before do the ami copy to fix [GH-2123]
11 years ago
Brandon Heller a7eeb6a6a7 vmware/iso: support hierarchical output directories
11 years ago
Seth Vargo 33ca8b7fb5 Migrate to new AWS repo
11 years ago
Mitchell Hashimoto edf3415c6e builder/amazon: delete physical private key for debug mode [GH-1801]
11 years ago
Mitchell Hashimoto 3f636ef7f3 vmware/vmx: clarify messaging for source path required error
11 years ago
Mitchell Hashimoto 819986d19f builder/docker: validate export path is not a dir [GH-2105]
11 years ago
Mitchell Hashimoto 350aa4e522 Merge pull request #2055 from FGtatsuro/docker_tag_force
11 years ago
Andrew Bayer ebdd0d991a Adds support for using the internal IP rather than NAT IP in GCE
11 years ago
Mitchell Hashimoto 31ac2652d6 bulder/docker: canExec as sep function
11 years ago
Mitchell Hashimoto ce275969e4 builder/docker: don't attempt to read artifact if cancelled
11 years ago
Mitchell Hashimoto 6570b53c4a builder/docker: use exec for v1.4+
11 years ago
Mitchell Hashimoto 966d70148e Merge branch 'donaldguy-docker-exec-by-version' into f-docker
11 years ago
Mitchell Hashimoto 9587a926a2 Merge branch 'docker-exec-by-version' of https://github.com/donaldguy/packer into donaldguy-docker-exec-by-version
11 years ago
Mitchell Hashimoto 9c7b4b63c5 builder/docker: fix config parsing
11 years ago
Mitchell Hashimoto 913d6f6996 builder/amazon/common: fix compilation issues with latest libs
11 years ago
Mitchell Hashimoto 07734133a3 builder/amazon: fix test failures
11 years ago
Mitchell Hashimoto 7e74a38ff8 Merge pull request #2000 from cyberhouse/ifconfig-regex
11 years ago
Mitchell Hashimoto 7bd618b56b Merge pull request #1989 from marcomorain/upper-case-mac-address
11 years ago
Mitchell Hashimoto 8cac7e8d51 Merge pull request #1930 from bhourigan/issue1929
11 years ago
Mitchell Hashimoto 3031886aaf Merge branch 'master' of https://github.com/aocsolutions/packer into aocsolutions-master
11 years ago