8000
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
Running CoreOS 1298.7.0 with rkt 1.21.0 and I try a rkt torrent pull on hyperkube I get:
sudo ./quayctl rkt torrent pull quay.io/coreos/hyperkube:v1.6.0_coreos.0 2017/04/10 22:19:14 Discovering image quay.io/coreos/hyperkube:v1.6.0_coreos.0 2017/04/10 22:19:14 Downloading torrent for image quay.io/coreos/hyperkube:v1.6.0_coreos.0 quay.io/coreos/hype Completed 2017/04/10 22:19:39 Downloading signature for image quay.io/coreos/hyperkube:v1.6.0_coreos.0 2017/04/10 22:19:39 Loading image quay.io/coreos/hyperkube:v1.6.0_coreos.0 fetch: invalid image string "file:///tmp/quayctl/torrents/b92f739992b46ccb3b48ecc73f0cd63d62b73e69259e4a589b3c90c1bad748bc" 2017/04/10 22:19:39 Could not load image quay.io/coreos/hyperkube:v1.6.0_coreos.0 into rkt: exit status 254
Works with docker on the same machine.
Looking at some some tests in rkt I suspect the file just needs a .aci extension.
rkt fetch failing by fetching file directly
$ sudo rkt fetch file:///tmp/quayctl/torrents/b92f739992b46ccb3b48ecc73f0cd63d62b73e69259e4a589b3c90c1bad748bc fetch: invalid image string "file:///tmp/quayctl/torrents/b92f739992b46ccb3b48ecc73f0cd63d62b73e69259e4a589b3c90c1bad748bc"
make the file an aci
$ mv /tmp/quayctl/torrents/b92f739992b46ccb3b48ecc73f0cd63d62b73e69259e4a589b3c90c1bad748bc /tmp/quayctl/torrents/b92f739992b46ccb3b48ecc73f0cd63d62b73e69259e4a589b3c90c1bad748bc.aci
then
sudo rkt fetch file:///tmp/quayctl/torrents/b92f739992b46ccb3b48ecc73f0cd63d62b73e69259e4a589b3c90c1bad748bc.aci --insecure-options=image sha512-c08555c700e23912225ba45faa569299
Fetch works!
The text was updated successfully, but these errors were encountered:
Seems this solution is fairly easy to change.. maybe validate the extension is aci?
Sorry, something went wrong.
Or link to a rkt issue on this
No branches or pull requests
Running CoreOS 1298.7.0 with rkt 1.21.0 and I try a rkt torrent pull on hyperkube I get:
Works with docker on the same machine.
Looking at some some tests in rkt I suspect the file just needs a .aci extension.
rkt fetch failing by fetching file directly
make the file an aci
then
Fetch works!
The text was updated successfully, but these errors were encountered: