Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Packer
Commits
7abe0a47
Commit
7abe0a47
authored
4 years ago
by
adeniyistephen
Browse files
Options
Download
Email Patches
Plain Diff
Add hcl Example to docker-save
parent
dc87825d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
website/content/docs/post-processors/checksum.mdx
+1
-1
website/content/docs/post-processors/checksum.mdx
website/content/docs/post-processors/docker-save.mdx
+1
-1
website/content/docs/post-processors/docker-save.mdx
with
2 additions
and
2 deletions
+2
-2
website/content/docs/post-processors/checksum.mdx
+
1
-
1
View file @
7abe0a47
...
...
@@ -43,7 +43,7 @@ a third-party post-processor.
<Tab heading="HCL2">
```hcl
post-processor "checksum" {
post-processor
s
"checksum" {
checksum_types = ["sha1", "sha256"]
output = "packer_{{.BuildName}}_{{.ChecksumType}}.checksum"
}
...
...
This diff is collapsed.
Click to expand it.
website/content/docs/post-processors/docker-save.mdx
+
1
-
1
View file @
7abe0a47
...
...
@@ -56,7 +56,7 @@ An example is shown below, showing only the post-processor configuration:
<Tab heading="HCL2">
```hcl
post-processor "docker-save" {
post-processor
s
"docker-save" {
type = "docker-save"
path = "foo.tar"
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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