Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
0e8b61c1
Commit
0e8b61c1
authored
Jun 24, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: remove the hook TODO
parent
41f4ce56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
website/source/docs/extend/builder.html.markdown
website/source/docs/extend/builder.html.markdown
+7
-4
No files found.
website/source/docs/extend/builder.html.markdown
View file @
0e8b61c1
...
...
@@ -138,10 +138,6 @@ about the artifact results, so it is important it never changes.
Other than the builder ID, the rest should be self-explanatory by reading
the
[
packer.Artifact interface documentation
](
#
)
.
## Hooks
TODO: Hooks are still undergoing some thought...
## Provisioning
Packer has built-in support for provisioning, but the moment when provisioning
...
...
@@ -159,6 +155,13 @@ hook.Run(packer.HookProvision, ui, comm, nil)
At this point, Packer will run the provisioners and no additional work
is necessary.
<div
class=
"alert alert-info alert-block"
>
<strong>
Note:
</strong>
Hooks are still undergoing thought around their
general design and will likely change in a future version. They aren't
fully "baked" yet, so they aren't documented here other than to tell you
how to hook in provisioners.
</div>
## Caching Files
It is common for some builders to deal with very large files, or files that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment