-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trust sign: add --local flag #575
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,14 @@ keywords: "sign, notary, trust" | |
# trust sign | ||
|
||
```markdown | ||
Usage: docker trust sign IMAGE:TAG | ||
Usage: docker trust sign [OPTIONS] IMAGE:TAG | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think @riyazdf pulled There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, we pulled it out because they didn't have options yet. This one now does. |
||
|
||
Sign an image | ||
|
||
Options: | ||
--help print usage | ||
--local force the signing of a local image | ||
|
||
``` | ||
|
||
## Description | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a strange expectation for a test case. Can't this use the notary fakes we have in
client_test.go
to make it a success case?