{"id":17543140,"url":"https://github.com/zzzsochi/docker-devpi","last_synced_at":"2025-04-23T23:48:59.287Z","repository":{"id":142554626,"uuid":"123788699","full_name":"zzzsochi/docker-devpi","owner":"zzzsochi","description":"Simple and small devpi server","archived":false,"fork":false,"pushed_at":"2020-11-16T12:27:50.000Z","size":5,"stargazers_count":14,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T23:48:52.750Z","etag":null,"topics":["alpine","devpi","devpi-server","docker","python"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/zzzsochi/devpi/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzzsochi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-04T12:58:57.000Z","updated_at":"2025-03-03T06:26:19.000Z","dependencies_parsed_at":"2023-07-08T16:45:20.798Z","dependency_job_id":null,"html_url":"https://github.com/zzzsochi/docker-devpi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fdocker-devpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fdocker-devpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fdocker-devpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzsochi%2Fdocker-devpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzzsochi","download_url":"https://codeload.github.com/zzzsochi/docker-devpi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535108,"owners_count":21446506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","devpi","devpi-server","docker","python"],"created_at":"2024-10-21T00:23:00.897Z","updated_at":"2025-04-23T23:48:59.275Z","avatar_url":"https://github.com/zzzsochi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container With Devpi Server\n\nA Docker image based on [python:3.7-alpine3.8](https://hub.docker.com/_/python) that runs\na [devpi](http://doc.devpi.net) server (*a PyPi Cache*).\n\n\n## Usage\n\n```bash\ndocker run -it --rm -p 3141:3141 --name devpi zzzsochi/devpi\n```\n\nDirectory with persistent data: ``/srv/devpi``.\n\n```bash\ndocker run -it --rm -p 3141:3141 -v /local/path/to/data:/srv/devpi --name devpi zzzsochi/devpi\n```\n\n### Automated initialization\n\n| Variable                  | Description                                           |\n|---------------------------|-------------------------------------------------------|\n| DEVPISERVER_ROOT_PASSWORD | Set password for root user                            |\n| DEVPISERVER_USER          | Create user                                           |\n| DEVPISERVER_PASSWORD      | Password for user ``$DEVPISERVER_USER``               |\n| DEVPISERVER_INDEX         | Create index named ``$DEVPISERVER_USER/$DEVPI_INDEX`` |\n| DEVPISERVER_HOST          | Default: ``0.0.0.0``                                  |\n| DEVPISERVER_PORT          | Default: ``3141``                                     |\n\n#### Example\n\n```bash\ndocker run -it --rm --name devpi \\\n    -p 0.0.0.0:3141:3141 \\\n    -v /srv/devpi_data:/srv/devpi \\\n    -e DEVPISERVER_ROOT_PASSWORD=abracadabra \\\n    -e DEVPISERVER_USER=ci \\\n    -e DEVPISERVER_PASSWORD=else-abracadabra \\\n    -e DEVPISERVER_INDEX=mirror \\\n    zzzsochi/devpi\n```\n\n\n### pip\n\nUse a configuration similar to this in your `~/.pip/pip.conf`:\n\n```ini\n[global]\nindex-url = http://localhost:3141/root/pypi/+simple/\n```\n\n### setuptools\n\nUse a configuration similar to this in your `~/.pydistutils.cfg`:\n\n```ini\n[easy_install]\nindex_url = http://localhost:3141/root/pypi/+simple/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzzsochi%2Fdocker-devpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzzsochi%2Fdocker-devpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzzsochi%2Fdocker-devpi/lists"}