Docker pull quay.io/travisci/ci-python fails

I’m trying to pull the ci-python docker image on quay.io/travisci/ with the command docker pull quay.io/travisci/ci-python.

I get thrown

- Using default tag: latest
- Pulling repository quay.io/travisci/ci-python
- Tag latest not found in repository quay.io/travisci/ci-python

I expected this command to download the docker image.

I tried pulling quoy.io/travisci/travis-ruby , the image downloaded properly, so I think something is wrong with the ci-python image on quay.io I think, any ideas?

There is no image named ci-python on quay.io. The name of the image you are looking for is travis-python. I’d recommend using the search functionality quay.io has.