Megan Marsh
5da4377f21
first pass at docs update
2018-05-07 15:10:10 -07:00
Matthew Hooker
dc41b086fe
Document missing aws config params.
2018-03-21 22:00:39 -07:00
Matthew Hooker
ac96e26c90
Merge pull request #6023 from ruzickap/feature/improve_documentation
...
Adding details to PACKER_BUILD_NAME to have it clear in the documentation how the variable is created
2018-03-21 15:57:47 -07:00
Petr Ruzicka
7112212b2f
Adding details to PACKER_BUILD_NAME to have it clear in the documentation how the variable is created
2018-03-21 07:58:53 +01:00
Maciej Skierkowski
1ddbc4996e
remove hard date
2018-03-15 17:26:08 -07:00
Maciej Skierkowski
05c1938d92
update deprcation date
2018-03-15 15:09:48 -07:00
Josh Soref
5c0d0322f0
spelling: manifest
2018-03-13 08:09:00 +00:00
Graham Hayes
91d60d6b81
Add LXC to vagrant post-processor
2018-03-07 15:17:52 +00:00
Matthew Hooker
975b50005b
Merge branch 'master' into local-vsphere-template
2018-02-09 11:18:13 -08:00
SwampDragons
074ddbea8e
Merge pull request #5732 from KohlsTechnology/vagrant_google
...
Add vagrant post-processor support for Google
2018-01-31 15:49:02 -08:00
Brian Terry
380147200c
Added role in amazon-import
2018-01-25 10:56:30 -05:00
lmayorga
ccf404ea75
fix typo
2018-01-06 13:13:19 -05:00
lmayorga
7a4709400b
improve documentation when vmware-iso is used on amazon-import post-processr
2018-01-04 21:49:36 -05:00
Sean Malloy
e47bd65986
Add vagrant post-processor support for Google
...
Add the ability to create Google vagrant boxes
using the vagrant post-processor. The Google
plugin for vagrant is linked below.
https://github.com/mitchellh/vagrant-google
2017-12-23 00:13:17 -06:00
Matthew Hooker
738e378e91
complete the thought
2017-12-12 09:07:07 -08:00
Matthew Hooker
cd2a0fe873
add deprecation warnings to docs
2017-12-12 09:07:06 -08:00
Matthew Hooker
ff3efb4641
remove trailing spaces
2017-11-27 17:26:03 -08:00
bugbuilder
da54bf8e73
using only remoteFolder as parameter
2017-11-10 14:03:15 -03:00
Brian Cain
d0c1d118ea
Update vagrantcloud token page URL
2017-11-06 15:39:57 -08:00
Matthew Hooker
1901c0385f
remove login_email from docker
...
adds fixer
removes documentation
removes from docker builder and docker-push pp
2017-10-25 10:53:06 -07:00
Manoj
dbeb48a993
Update wording on manifest behaviour on build rerun
2017-10-24 11:27:22 +05:30
Matthew Hooker
c4e83fc928
Merge pull request #5470 from aaron0browne/ecr-login-profile
...
Add aws_profile option to docker-push ecr_login
2017-10-17 16:07:05 -07:00
Aaron Browne
8df643c343
Add aws_profile option to docker-push ecr_login
...
An aws_profile option is added to the AWS ECR login credentials
configuration to allow using shared AWS credentials stored in
a non-default profile.
Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
2017-10-16 16:55:34 -04:00
Matthew Aynalem
1967c4bc81
docs correct datatype inconsistencies int/integer => number (issue #5468 )
2017-10-16 11:30:23 -07:00
Matthew Aynalem
3716effa75
docs: correct datatype inconsistencies bool => boolean (issue #5468 )
2017-10-16 09:19:59 -07:00
Megan Marsh
be25ad8021
adding pr suggestions to docs improvements
2017-10-05 16:29:38 -07:00
Megan Marsh
dfc4c4533b
add example manifest file to manifest docs
2017-10-05 13:40:20 -07:00
Matthew Aynalem
1fac839b79
docs fix minor spelling typos throughout docs
2017-10-04 14:25:31 -07:00
bugbuilder
b3a0e51fe5
adding documentation
2017-09-24 01:42:28 -03:00
bugbuilder
f09a9c4653
using artifact ID
2017-08-30 18:19:54 -03:00
bugbuilder
138f54d9d3
Merge branch 'master' of https://github.com/hashicorp/packer into vsphere-tpl
2017-08-30 18:13:54 -03:00
Matthew Aynalem
974309d81f
fix alicloud misspelling, add missing sidebar_current
2017-08-03 20:29:35 -07:00
Matthew Aynalem
64b8666531
move resource_pool to optional section
2017-08-03 07:49:15 -07:00
bugbuilder
786d3c0a9d
updated documentation, vm_name mandatory and cleaning code
2017-07-31 00:26:58 -04:00
bugbuilder
7274bbb63d
commends, documentation and var names updates
2017-07-19 00:44:18 -04:00
bugbuilder
fa10616f57
Changes requested applied
2017-07-18 23:10:05 -04:00
bugbuilder
2ddc07d3b9
Documentation update to clarify the use of the datacenter option
2017-07-16 22:15:09 -04:00
bugbuilder
3cc9f204ac
Moving vsphere-tpl to vsphere-template, fixed root folder creation and updated docs
2017-07-10 20:52:48 -04:00
bugbuilder
b88fb8bdb2
Improved creation folder step and fixed documentation
2017-07-10 04:13:54 -04:00
bugbuilder
bfb1da6499
Adding documentation
2017-07-09 21:45:57 -04:00
James Turnbull
df5e35f408
Updating some references from mitchellh to hashicorp
2017-06-25 22:34:23 -04:00
Matthew Hooker
bcc0d24bf4
run docs through pandoc
2017-06-14 18:13:46 -07:00
Matthew Hooker
8dae6b60c1
Merge pull request #4996 from hashicorp/mwhooker/4613
...
builder/amazon: Support Assume Role with MFA and ECS Task Roles
2017-06-13 17:40:09 -07:00
Justin Campbell
8810d0445e
website: Recommend vagrantcloud version from var
...
When using multiple builders, the post-processor could yield different results for the `{{timestamp}}` interpolation.
By using a variable instead, the version will be consistent across all builders.
https://github.com/hashicorp/packer/issues/4973
2017-06-13 17:14:30 -04:00
Rickard von Essen
8eedb24d74
cherry-pick changes to amazon-import from Pickard's PR and clean up formatting
2017-06-12 16:57:47 -07:00
Matthew Hooker
8e86f8fb12
document VAGRANT_CLOUD_TOKEN
2017-06-07 17:22:28 -07:00
Matthew Hooker
b56c6eca55
docs: more user friendly vagrant cloud example
2017-06-06 14:51:35 -07:00
Matthew Hooker
687f648506
Merge pull request #4634 from dayglojesus/add_amazon_import_license_type
...
amazon-import post-processor: support license_type
2017-06-05 15:23:14 -07:00
Matthew Hooker
b1bcf62ae1
Merge pull request #4619 from zhuzhih2017/master
...
Add packer plugin which support to create alicloud ecs image
2017-06-02 13:33:10 -07:00
Matthew Hooker
8db397765c
spelling and formatting
2017-06-01 15:47:46 -07:00
Brian Warsing
74de3782a2
fix spacing on related documentation
2017-05-24 11:35:46 -07:00
Brian Warsing
c23f212bbb
Update amazon-import.html.md
...
Include usage info and example for `license_type` configuration option
2017-05-24 11:30:24 -07:00
Justin Campbell
db91f94a08
website: Add Vagrant note to atlas post-processor
2017-05-23 11:21:34 -04:00
Justin Campbell
e934633df9
website: Remove Vagrant from Atlas post-processor
2017-05-23 11:16:50 -04:00
Justin Campbell
e554c3d8f7
website: Un-deprecate vagrant-cloud post-processor
2017-05-23 11:15:24 -04:00
Matthew Hooker
b0a6bb24e1
Merge pull request #4812 from hashicorp/checksumfix
...
post-processor/checksum: fix crash when invalid checksum is used
2017-05-16 10:42:38 -07:00
liz abinante
5139949d5c
docs: some stuff is easy, some stuff is not ⚡ let's be more descriptive
2017-05-09 11:49:02 -07:00
Matthew Hooker
e8cada8bf7
document and remove artifactID
2017-04-24 10:49:09 -07:00
Matthew Hooker
d30605fdfb
use json markdown syntax
2017-04-18 11:35:42 -07:00
zhuzhih2017
d646e1d035
refactor the code according hashicorp rename the repository
2017-04-18 15:14:45 +08:00
Andy Bulford
531887d2bb
Fix a couple of typos
2017-03-30 16:55:08 +01:00
Seth Vargo
38e0ba8bd3
Fix broken links
2017-03-28 18:28:34 -04:00
Seth Vargo
6b80c21043
Revamp pages and docs to fit HashiCorp brand
2017-03-28 16:05:19 -04:00
zhuzhih2017
b7c1765deb
Merge branch 'master' of github.com:zhuzhih2017/packer
2017-03-12 11:42:30 +08:00
Matthew Hooker
2f05010f5a
website/docs: atlas token not required
2017-03-09 13:27:23 -08:00
Matthew Hooker
f62d0abf4e
Merge pull request #4560 from guessi/deprecated_option_tag
...
Conditional ignore `force` flag for `docker-tag`
2017-02-26 17:43:25 -08:00
Basil Peace
eecaa8a722
Escape quotes in JSON in `shell-local` example
2017-02-24 19:16:26 +03:00
guessi
5eae809b0c
improve description
2017-02-16 01:14:21 +08:00
guessi
c5e01da3c6
Conditional ignore `force` flag for `docker-tag`
...
`docker tag -f` will now become an error, since it was removed after
upgrading docker daemon to 1.12.0 (or later)
this PR is to bypass `force` flag if docker >= 1.12.0 was detected
reference:
- https://docs.docker.com/engine/deprecated/#/f-flag-on-docker-tag
Signed-off-by: guessi <guessi@gmail.com>
2017-02-16 00:50:46 +08:00
Matthew Hooker
572493e9b4
Merge pull request #4216 from dave2/gh-3981
...
amazon-import: support AMI attributes on import
2017-02-10 23:36:38 -08:00
Matthew Hooker
0cfa532a1a
add other artifacts to atlas artifact list
2017-02-08 14:41:54 -08:00
dnABic (Andreja Babic)
4d5d89b328
small documentation typos
2017-01-11 20:43:54 +01:00
Matthew Hooker
9e71730c38
Document changes to shell-local post-processor
2016-12-08 12:37:38 -08:00
Vasiliy Tolstov
332a208fee
post-processor/shell-local: run only once for each builder
...
don't run post-processor for each artifact file, but only for
each builder to be consistent with other post-processors
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-12-07 20:54:55 -08:00
Kerim Satirli
a31da3fb07
updates quoting for `amazon-import.html.md`
2016-12-07 09:27:46 +01:00
Zanetti, David
a0e179b556
Description on imported AMIs is not actually empty, it's set by AMI importer
2016-11-29 16:58:14 +13:00
Zanetti, David
c22b97dd43
Support setting AMI attributes when using amazon-import post-processor
...
- ami_user and ami_group for launch permissions
- ami_description to set the description attribute
Closes #3981
2016-11-29 16:54:02 +13:00
Matthew Hooker
a6e6b0dfd7
Merge pull request #4192 from mitchellh/manifestoutput
...
post-processor/manifest: fixes interpolation of output
2016-11-22 12:51:27 -08:00
Matthew Hooker
a05817ee26
fix docs, remove escaping
2016-11-21 16:36:10 -08:00
Matthew Hooker
70ca8486ba
update docs
2016-11-21 15:35:57 -08:00
Rickard von Essen
574fb995b0
Merge pull request #4067 from jrnt30/website-updates
...
- Adding in links for new post-processors missing
(And removed some trailing spaces)
2016-10-26 20:44:44 +02:00
Tyler Tidman
5b25ba655b
Match title capitalization of compress to other post-processors
2016-10-26 14:18:47 -04:00
Justin Nauman
38bf53ed84
- Adding in links for new post-processors missing
2016-10-26 12:27:07 -05:00
Ian Duffy
641ae2d837
Allow naming of vm imported AMIs
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-09-29 16:12:57 +01:00
Rickard von Essen
c5e9944969
Merge pull request #3790 from yoctocloud/manifest
...
post-processor/manifest: add artifact file size to manifest
2016-09-14 21:20:29 +02:00
Vasiliy Tolstov
fe76081e0a
post-processor/manifest: allow to strip path components from artifact path
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-09-14 11:32:25 +03:00
Rickard von Essen
b2d9782a9e
Improved support for Amazon EC2 Container Registry - ECR
...
This adds support for authenticating towards ECR in the docker builder
and docker-push post-processor using them same mechanisms as in the
amazon builders. I.g. access key/secret key, credentials on file,
environment variables, sts tokens or IAM instance roles.
2016-09-04 14:33:47 +02:00
crunk1
55b5a45ae4
Created googlecompute-export post-processor. Modified the googlecompute builder to pass a few configuration values to its resulting artifact. These values can then be used in googlecompute-export post-processor.
...
Added documentation and changed authentication stuff on temporary VM.
2016-08-15 14:36:26 -07:00
Chris Bednarski
7a9c3bc2a0
Added -force truncation behavior for manifest, and added docs
2016-06-10 15:57:01 -07:00
Vasiliy Tolstov
d64603e137
initial import of checksum post-processor ( #3492 )
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-05-18 17:31:16 -07:00
Vasiliy Tolstov
b67ee530c8
post-processor/shell-local: don't set executable bit for artifact files ( #3505 )
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-05-18 16:15:26 -07:00
Avi Deitcher
e9a9219725
Clarify how shell-local post-processor gets called and when, with an example ( #3511 )
2016-05-18 16:07:21 -07:00
Vasiliy Tolstov
6a5f6938ef
post-processor/compress: add bgzf format support
...
* add bgzf compressor (it allows seek inside compressed file)
* add optional format config variable to specify archive format
* Update pgzip to get sse4 and avx optimizations.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-05-13 11:51:00 +02:00
Chris Bednarski
b41b408800
Update atlas.html.md ( #3520 )
2016-05-09 16:53:27 -07:00
Chris Bednarski
f28d8a18c5
Added documentation for ATLAS_CA* environment variables
2016-05-03 17:19:12 -07:00
Thomas Vendetta
e362cd6b8b
Use new Ubuntu AMI thats t2.micro & us-east-1 eligible
...
Uses this free tier eligible ebs/hvm AMI:
Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-fce3c696
2016-03-16 22:28:10 -04:00
Chris Bednarski
1256babce3
Change .markdown to .md because it's shorter
2016-03-11 17:06:36 -08:00
Chris Bednarski
7ea815024d
Removed beta warning; this is live now
2016-02-22 17:58:41 -08:00
Chris Bednarski
48a6c17d91
Merge pull request #3240 from dave2/docs-missing-amazon-import
...
Minor amazon-import doc fixes (formatting, doc sidebar)
2016-02-22 10:45:09 -08:00
Cameron Stokes
8fbe7a4182
Fix `shell-local` post-processor exmaple.
2016-02-22 09:23:24 -08:00