mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
Escape periods in path
Unescaped periods in things like paths in tables can trigger failed man page builds. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@@ -1730,7 +1730,7 @@ Valid options for `[Build]` are listed below:
|
|||||||
| ForceRM=false | --force-rm=false |
|
| ForceRM=false | --force-rm=false |
|
||||||
| GlobalArgs=--log-level=debug | --log-level=debug |
|
| GlobalArgs=--log-level=debug | --log-level=debug |
|
||||||
| GroupAdd=keep-groups | --group-add=keep-groups |
|
| GroupAdd=keep-groups | --group-add=keep-groups |
|
||||||
| IgnoreFile=/path/to/.customignore | --ignorefile=/path/to/.customignore |
|
| IgnoreFile=/path/to/\.customignore | --ignorefile=/path/to/\.customignore |
|
||||||
| ImageTag=localhost/imagename | --tag=localhost/imagename |
|
| ImageTag=localhost/imagename | --tag=localhost/imagename |
|
||||||
| Label=label | --label=label |
|
| Label=label | --label=label |
|
||||||
| Network=host | --network=host |
|
| Network=host | --network=host |
|
||||||
|
|||||||
Reference in New Issue
Block a user