summaryrefslogtreecommitdiff
path: root/cmd/podman/manifest
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2022-07-29 00:07:47 +0200
committerMiloslav Trmač <mitr@redhat.com>2022-07-30 17:26:08 +0200
commit7075e2e1d5cc669e698070081a74093bdcbf115e (patch)
treebf9be5892268655bd71351f55f16a7b8ce5623c2 /cmd/podman/manifest
parent68cf116110ac478443fbc0208be04709604f7077 (diff)
downloadpodman-7075e2e1d5cc669e698070081a74093bdcbf115e.tar.gz
podman-7075e2e1d5cc669e698070081a74093bdcbf115e.tar.bz2
podman-7075e2e1d5cc669e698070081a74093bdcbf115e.zip
Hide podman manifest push --sign-by on remote
... because it is documented to be ignored. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'cmd/podman/manifest')
-rw-r--r--cmd/podman/manifest/push.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/manifest/push.go b/cmd/podman/manifest/push.go
index 9479e79a3..df394d275 100644
--- a/cmd/podman/manifest/push.go
+++ b/cmd/podman/manifest/push.go
@@ -78,6 +78,7 @@ func init() {
if registry.IsRemote() {
_ = flags.MarkHidden("cert-dir")
+ _ = flags.MarkHidden(signByFlagName)
}
}