We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add when attempting to pull quay.io/fedora:latest using https, one ends up with a blob with the following content that fails digest verification:
quay.io/fedora:latest
https
1 │ <!doctype html> 2 │ <html lang=en> 3 │ <title>Redirecting...</title> 4 │ <h1>Redirecting...</h1> 5 │ <p>You should be redirected automatically to the target URL: <a href="https://cdn03.quay.io/quayio-production-s3/sha256/83/837f684a586d2d12139f55cb18ba3a3b129c4 │ 9860a6c5a9e3289d131fda80db9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI5LUAQGPZRPNKSJA%2F20240916%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date │ =20240916T184134Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=f8329124f01c1dd34d9323a94fc02f4840ad8221fd12dc211fb3fc264a659d10&cf │ _sign=mJzpguG2g5hnJaU3eMmNRk8UYjSh8KledgZuVsF8iKLNItD7PVLK9%2Fz1MtQG2zQFPHAJdLhNZzQn5Oq90ZTCxZe2qGfpir0MCHjt5t4S9CbI8Q8ljG%2BIhH48ijsPJF8LIzeFoEkZVNSpOiy17YCi7Q │ 2SOEpTvyU9w5EPJN2eU7p0t3eO86%2BBVHXkcDG2TazabNh8275hrGOropAOgf8trfSUe7kzilvES%2BTsMXSiKTfMrGNmptGnsG7JoNZL2%2BHbgsef2iwy998zgGbng3%2BjuB%2F6NVr8qcFDcm4Jj3k8pSKU │ UzDw0uc1XwRAyY8lf%2Bs5ADMsVkp35Goqt8gx82TBeA%3D%3D&cf_expiry=1726512694&region=us-east-1&namespace=fedora&repo_name=fedora">https://cdn03.quay.i │ o/quayio-production-s3/sha256/83/837f684a586d2d12139f55cb18ba3a3b129c49860a6c5a9e3289d131fda80db9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI5LU │ AQGPZRPNKSJA%2F20240916%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240916T184134Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=f │ 8329124f01c1dd34d9323a94fc02f4840ad8221fd12dc211fb3fc264a659d10&cf_sign=mJzpguG2g5hnJaU3eMmNRk8UYjSh8KledgZuVsF8iKLNItD7PVLK9%2Fz1MtQG2zQFPHAJdLhNZzQn5Oq90Z │ TCxZe2qGfpir0MCHjt5t4S9CbI8Q8ljG%2BIhH48ijsPJF8LIzeFoEkZVNSpOiy17YCi7Q2SOEpTvyU9w5EPJN2eU7p0t3eO86%2BBVHXkcDG2TazabNh8275hrGOropAOgf8trfSUe7kzilvES%2BTsMXSiKTfM │ rGNmptGnsG7JoNZL2%2BHbgsef2iwy998zgGbng3%2BjuB%2F6NVr8qcFDcm4Jj3k8pSKUUzDw0uc1XwRAyY8lf%2Bs5ADMsVkp35Goqt8gx82TBeA%3D%3D&cf_expiry=1726512694&region=us- │ east-1&namespace=fedora&repo_name=fedora</a>. If not, click the link.
Currently there is no possibility to my knowledge to pass i.e. reqwest options, it would be great to add such.
reqwest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add when attempting to pull
quay.io/fedora:latest
usinghttps
, one ends up with a blob with the following content that fails digest verification:Currently there is no possibility to my knowledge to pass i.e.
reqwest
options, it would be great to add such.The text was updated successfully, but these errors were encountered: