summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-14 14:55:21 +0000
committerGitHub <noreply@github.com>2022-06-14 14:55:21 +0000
commitcffed099b8404fa7f136643116020edac2336155 (patch)
treeac5cced17ea86cca6f4b79dc0f95856dd0663649 /cmd/podman
parent78ecdad5f8f16dbb6146f2741a3d7ead1ce837bc (diff)
parent5e9d20448c52fd134ac990e9f897cbc378760fce (diff)
downloadpodman-cffed099b8404fa7f136643116020edac2336155.tar.gz
podman-cffed099b8404fa7f136643116020edac2336155.tar.bz2
podman-cffed099b8404fa7f136643116020edac2336155.zip
Merge pull request #14561 from rhatdan/VENDOR
Update vendor of containers/buildah
Diffstat (limited to 'cmd/podman')
-rw-r--r--cmd/podman/images/build.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/images/build.go b/cmd/podman/images/build.go
index 1a7661638..94b7c43a2 100644
--- a/cmd/podman/images/build.go
+++ b/cmd/podman/images/build.go
@@ -191,6 +191,7 @@ func buildFlags(cmd *cobra.Command) {
_ = flags.MarkHidden("compress")
_ = flags.MarkHidden("volume")
_ = flags.MarkHidden("output")
+ _ = flags.MarkHidden("logsplit")
}
}