https://github.com/coatl-dev/docker-devpi
🐳 Docker image with devpi server, a powerfull PyPI-compatible server, which works as a PyPI mirror and local index.
https://github.com/coatl-dev/docker-devpi
amd64 arm64 devpi devpi-client devpi-server docker dockerfile pypi-mirror python3 quayio
Last synced: 10 months ago
JSON representation
🐳 Docker image with devpi server, a powerfull PyPI-compatible server, which works as a PyPI mirror and local index.
- Host: GitHub
- URL: https://github.com/coatl-dev/docker-devpi
- Owner: coatl-dev
- License: mit
- Created: 2023-06-14T14:33:16.000Z (over 2 years ago)
- Default Branch: coatl
- Last Pushed: 2024-10-29T17:06:49.000Z (about 1 year ago)
- Last Synced: 2024-10-29T18:32:55.367Z (about 1 year ago)
- Topics: amd64, arm64, devpi, devpi-client, devpi-server, docker, dockerfile, pypi-mirror, python3, quayio
- Language: Shell
- Homepage:
- Size: 398 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-devpi
[](https://github.com/coatl-dev/docker-devpi/actions/workflows/self-test.yml)
[](https://results.pre-commit.ci/latest/github/coatl-dev/docker-devpi/coatl)
[](https://hub.docker.com/r/coatldev/devpi)
[](https://quay.io/repository/coatldev/devpi)
Docker image with `devpi-client`, `devpi-server` and `devpi-web` pre-installed
using [`coatldev/python:3.13-slim`].
## How to use this image
To run locally:
### Docker Hub
```bash
docker run \
--name devpi-server \
--detach \
--publish 3141:3141 \
--volume devpi-data:/data
--env DEVPI_PASSWORD=password \
coatldev/devpi:latest
```
### Quay
```bash
docker run \
--name devpi-server \
--detach \
--publish 3141:3141 \
--volume devpi-data:/data
--env DEVPI_PASSWORD=password \
quay.io/coatldev/devpi:latest
```
[`coatldev/python:3.13-slim`]: https://github.com/coatl-dev/docker-python/blob/HEAD/3.13/slim-bookworm/Dockerfile