You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ Refer to the [`podman push`](http://docs.podman.io/en/latest/markdown/podman-man
32
32
| password | Password, encrypted password, or access token to use to log in to the registry. Required unless already logged in to the registry. | None
33
33
| tls-verify | Verify TLS certificates when contacting the registry. Set to `false` to skip certificate verification. | `true`
34
34
| digestfile | After copying the image, write the digest of the resulting image to the file. The contents of this file are the digest output. | Auto-generated from image and tag
35
+
| sigstore-private-key | Sigstore private key to use to sign container images | None
36
+
| sign-passphrase | Passphrase to unlock the Sigstore private key | None
35
37
| extra-args | Extra args to be passed to podman push. Separate arguments by newline. Do not use quotes. | None
0 commit comments