Cannot get image from quay.io
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 265
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
docker run \
-v /your/absolute/path/to/oasis/directory/:/data \
-e OASIS_DB_PATH=/data/OASis_9mers_v1.db \
-p 5000:5000 \
quay.io/biocontainers/biophi:1.0.5--pyhdfd78af_0 \
biophi web --host 0.0.0.0
Unable to find image 'quay.io/biocontainers/biophi:1.0.5--pyhdfd78af_0' locally
docker: Error response from daemon: Get "https://quay.io/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the documented docker run command with the quay.io/biocontainers/biophi:1.0.5--pyhdfd78af_0 image. Investigate the Docker daemon's certificate validation for https://quay.io/v2/ and determine whether the failure is project-specific or environment-specific. Done means the documented image pull works or the documentation clearly explains the required certificate setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100