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?