Re: [PATCH 1/8] docker.py/build: support -t and -f arguments

2020-04-22 Thread Philippe Mathieu-Daudé
On 4/22/20 7:23 PM, Paolo Bonzini wrote: The docker.py command line is subtly different from docker and podman's, in that the tag and Dockerfile are passed via positional arguments. Remove this gratuitous difference and just parse -f and -t. -f was previously used by --extra-files, only keep the

[PATCH 1/8] docker.py/build: support -t and -f arguments

2020-04-22 Thread Paolo Bonzini
The docker.py command line is subtly different from docker and podman's, in that the tag and Dockerfile are passed via positional arguments. Remove this gratuitous difference and just parse -f and -t. -f was previously used by --extra-files, only keep the long option. Signed-off-by: Paolo Bonzini