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