This image runs devpi service as a caching proxy.
Note: This repository is a fork from aanatoly/pip-cache with fixes that weren't merged.
Start the server
docker run --rm -t --name pip-cache \
-v /var/cache/pip-cache:/data \
-p 3141:3141 \
almavizca/pip-cache
PHOST=localhost
pip install --trusted-host $PHOST --index-url http://$PHOST:3141/root/pypi/+simple/ tox
If you are wondering how to integrate this into a workflow, take a look at the Caches repository.
Content type
Image
Digest
sha256:8ea514b7e…
Size
132 MB
Last updated
almost 3 years ago
docker pull almavizca/pip-cache