This repository contains a Dockerfile for devpi pypi server.
10K+
Docker image with devpi-client, devpi-server and devpi-web pre-installed
using coatldev/python:3.13-slim.
For the full list of supported tags, click here.
To run locally:
docker run \
--name devpi-server \
--detach \
--publish 3141:3141 \
--volume devpi-data:/data \
--env DEVPI_PASSWORD=password \
coatldev/devpi:latest
Content type
Image
Digest
sha256:4157222a7…
Size
67.7 MB
Last updated
2 days ago
docker pull coatldev/devpi