mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
Merge pull request #22133 from Luap99/remote-buildah-isolation-client
fix remote build isolation on client side
This commit is contained in:
@ -113,6 +113,9 @@ func DefineBuildFlags(cmd *cobra.Command, buildOpts *BuildFlagsWrapper, isFarmBu
|
||||
completion.CompleteCommandFlags(cmd, fromAndBudFlagsCompletions)
|
||||
flags.SetNormalizeFunc(buildahCLI.AliasFlags)
|
||||
if registry.IsRemote() {
|
||||
// Unset the isolation default as we never want to send this over the API
|
||||
// as it can be wrong (root vs rootless).
|
||||
_ = flags.Lookup("isolation").Value.Set("")
|
||||
_ = flags.MarkHidden("disable-content-trust")
|
||||
_ = flags.MarkHidden("sign-by")
|
||||
_ = flags.MarkHidden("signature-policy")
|
||||
|
Reference in New Issue
Block a user