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

Guestfish removes query string from URI #116

Closed
chintanrp opened this issue Apr 20, 2023 · 1 comment
Closed

Guestfish removes query string from URI #116

chintanrp opened this issue Apr 20, 2023 · 1 comment

Comments

@chintanrp
Copy link

chintanrp commented Apr 20, 2023

@rwmjones - Were we able to resolve this bug posted few years ago? Because I see the issue still exists. Or do we have a workaround for this?
https://bugzilla.redhat.com/show_bug.cgi?id=1092583

@rwmjones
Copy link
Member

The bug still exists AFAIK.

Nowadays it is easy to work around it using nbdkit, for example:

$ nbdkit curl 'https://download.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images/Fedora-Cloud-Base-38-1.6.x86_64.qcow2?foo=bar' \
        --filter=cow \
        --run 'guestfish -x --format=qcow2 -a $uri -i cat /etc/redhat-release'

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

2 participants