containers: update composer log level flag

The osbuild-composer log level flag was changed from
`-v` to `-verbose`. This change updates the container
entrypoint to reflect this.
This commit is contained in:
Gianluca Zuccarelli 2021-09-22 19:29:13 +02:00 committed by Tom Gundersen
parent 6bd7282f8b
commit 7bf6dc4cd4

View file

@ -213,7 +213,7 @@ class Cli(contextlib.AbstractContextManager):
def _spawn_composer(sockets): def _spawn_composer(sockets):
cmd = [ cmd = [
"/usr/libexec/osbuild-composer/osbuild-composer", "/usr/libexec/osbuild-composer/osbuild-composer",
"-v", "-verbose",
] ]
# Prepare the environment for osbuild-composer. Note that we cannot use # Prepare the environment for osbuild-composer. Note that we cannot use