I followed the instructions in the README which redirected to https://quay.io/repository/biocontainers/intarna
There there are commands to download IntaRNA from either Docker or Podman. I tested both and they failed with the same error:
$ sudo docker pull quay.io/biocontainers/intarna
Using default tag: latest
Error response from daemon: manifest for quay.io/biocontainers/intarna:latest not found: manifest unknown: manifest unknown
$ podman pull quay.io/biocontainers/intarna
Trying to pull quay.io/biocontainers/intarna:latest...
Error: initializing source docker://quay.io/biocontainers/intarna:latest: reading manifest latest in quay.io/biocontainers/intarna: manifest unknown
However setting a version tag explicitly worked:
$ podman pull quay.io/biocontainers/intarna:3.4.1--pl5321h077b44d_3
Trying to pull quay.io/biocontainers/intarna:3.4.1--pl5321h077b44d_3...
Getting image source signatures
Copying blob 3cb252945602 done |
Copying blob 0cacab098358 done |
Copying blob bd9ddc54bea9 done |
Copying config 37b1fa201a done |
Writing manifest to image destination
37b1fa201a180983fac003a432396e421d48565de429990e7e99a579949393b6
It might be a Quay issue with the default latest tag... If not fixable on your side, write a warning in the readme. I almost gave up after both podman and docker failed.
I followed the instructions in the README which redirected to https://quay.io/repository/biocontainers/intarna
There there are commands to download IntaRNA from either Docker or Podman. I tested both and they failed with the same error:
However setting a version tag explicitly worked:
It might be a Quay issue with the default
latesttag... If not fixable on your side, write a warning in the readme. I almost gave up after both podman and docker failed.