Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bib throw error:error: unknown flag: --verbose #802

Open
chunfuwen opened this issue Jan 20, 2025 · 0 comments
Open

bib throw error:error: unknown flag: --verbose #802

chunfuwen opened this issue Jan 20, 2025 · 0 comments

Comments

@chunfuwen
Copy link

  1. Use below command:
sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json    -v /var/lib/libvirt/images/auth.json:/run/containers/0/auth.json   quay.io/centos-bootc/bootc-image-builder:latest  --type qcow2 --tls-verify=false  --config /config.json  --verbose  quay.io/centos-bootc/centos-bootc:stream9
Trying to pull quay.io/centos-bootc/bootc-image-builder:latest
  1. Throw below error:
[root@dxx]# sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json    -v /var/lib/libvirt/images/auth.json:/run/containers/0/auth.json   quay.io/centos-bootc/bootc-image-builder:latest  --type qcow2 --tls-verify=false  --config /config.json  --verbose  quay.io/centos-bootc/centos-bootc:stream9
Trying to pull quay.io/centos-bootc/bootc-image-builder:latest...
Getting image source signatures
Copying blob e554e6faffe5 done   | 
Copying blob 2ebe41b89b1d done   | 
Copying blob 22358cc5ee9a done   | 
Copying config bfc3eaae84 done   | 
Writing manifest to image destination
2025/01/20 03:15:09 error: unknown flag: --verbose

  1. Somehow it is related to PR:main: add --verbose,-v persistent flag that increases verbosity #790
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant