...
1## cosign dockerfile
2
3Provides utilities for discovering images in and performing operations on Dockerfiles
4
5### Options
6
7```
8 -h, --help help for dockerfile
9```
10
11### Options inherited from parent commands
12
13```
14 --output-file string log output to a file
15 -t, --timeout duration timeout for commands (default 3m0s)
16 -d, --verbose log debug output
17```
18
19### SEE ALSO
20
21* [cosign](cosign.md) - A tool for Container Signing, Verification and Storage in an OCI registry.
22* [cosign dockerfile verify](cosign_dockerfile_verify.md) - Verify a signature on the base image specified in the Dockerfile
23
View as plain text