{"id":13813895,"url":"https://github.com/tonyseek/docker-devpi","last_synced_at":"2026-01-10T06:12:56.891Z","repository":{"id":26474557,"uuid":"29926317","full_name":"tonyseek/docker-devpi","owner":"tonyseek","description":"The Docker image of devpi with LDAP integration.","archived":true,"fork":false,"pushed_at":"2021-04-20T17:39:53.000Z","size":29,"stargazers_count":10,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-04T04:04:51.918Z","etag":null,"topics":["devpi","devpi-server","docker","ldap"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/tonyseek/devpi/","language":"Python","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/tonyseek.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}},"created_at":"2015-01-27T17:45:33.000Z","updated_at":"2023-01-28T06:11:32.000Z","dependencies_parsed_at":"2022-07-25T15:30:05.732Z","dependency_job_id":null,"html_url":"https://github.com/tonyseek/docker-devpi","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fdocker-devpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fdocker-devpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fdocker-devpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fdocker-devpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonyseek","download_url":"https://codeload.github.com/tonyseek/docker-devpi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225319386,"owners_count":17455761,"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":["devpi","devpi-server","docker","ldap"],"created_at":"2024-08-04T04:01:34.906Z","updated_at":"2026-01-10T06:12:56.849Z","avatar_url":"https://github.com/tonyseek.png","language":"Python","readme":"![Docker Pulls](https://img.shields.io/docker/pulls/tonyseek/devpi.svg)\n![Docker Stars](https://img.shields.io/docker/stars/tonyseek/devpi.svg)\n![Docker Image Size](https://images.microbadger.com/badges/image/tonyseek/devpi.svg)\n\n# devpi-docker\n\nThe [Docker][docker] image of [devpi][devpi] with LDAP integration.\n\n## Quick Start\n\nCreate the data directory:\n\n    docker run --rm --volume ./lib/devpi:/var/lib/devpi \\\n        tonyseek/devpi:4.4.0-1 --init\n\nRun the server:\n\n    docker run --rm --volume ./lib/devpi:/var/lib/devpi \\\n        tonyseek/devpi:4.4.0-1\n\n## Upgrading\n\nExport data from the volume of old container:\n\n    docker run --rm --volume ./lib/devpi:/var/lib/devpi \\\n        --volume ./backup:/var/lib/devpi-backup tonyseek/devpi:$OLD_VERSION \\\n        --export /var/lib/devpi-backup\n\nImport data to the volume of new container:\n\n    docker run --rm --volume ./lib/devpi:/var/lib/devpi \\\n        --volume ./backup:/var/lib/devpi-backup tonyseek/devpi:4.4.0-1 \\\n        --import /var/lib/devpi-backup\n\n## Development\n\nThe docker-compose makes development be easy:\n\n    make init\n    make up\n\nOnce the `requirements.in` was changed, the `requirements.txt` should be\ncompiled again:\n\n    make compile-deps\n\nMore commands are described in `make help`.\n\n## Contributing\n\nIf you want to report bugs or request features, please feel free to open\nissues or pull requests on GitHub.\n\n[devpi]: http://doc.devpi.net/latest/\n[docker]: http://www.docker.com\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyseek%2Fdocker-devpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonyseek%2Fdocker-devpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyseek%2Fdocker-devpi/lists"}