This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Thorsten Klein <[email protected]>
- Loading branch information
1 parent
93db967
commit 0e7824c
Showing
8 changed files
with
498 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
docs/docs/100-reference/01-command-line/acorn_image_sign.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: "acorn image sign" | ||
--- | ||
## acorn image sign | ||
|
||
Sign an Image | ||
|
||
``` | ||
acorn image sign IMAGE_NAME [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
acorn image sign my-image --key ./my-key | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --annotations strings Annotations to add to the signature | ||
-h, --help help for sign | ||
-k, --key string Key to use for signing (default "./cosign.key") | ||
-p, --push Push the signature to the signature repository | ||
-r, --signature-repository string Repository to push the signature to | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-A, --all-projects Use all known projects | ||
--debug Enable debug logging | ||
--debug-level int Debug log level (valid 0-9) (default 7) | ||
--kubeconfig string Explicitly use kubeconfig file, overriding current project | ||
-j, --project string Project to work in | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [acorn image](acorn_image.md) - Manage images | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.