{"id":43246116,"url":"https://github.com/by275/docker-libtorrent","last_synced_at":"2026-03-15T05:27:12.964Z","repository":{"id":39866067,"uuid":"263815474","full_name":"by275/docker-libtorrent","owner":"by275","description":"Base image providing pre-built libtorrent with python-bindings","archived":false,"fork":false,"pushed_at":"2025-11-25T08:41:48.000Z","size":150,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-28T14:15:32.513Z","etag":null,"topics":["docker","libtorrent"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/by275.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-14T04:33:01.000Z","updated_at":"2025-11-25T06:58:45.000Z","dependencies_parsed_at":"2024-02-05T03:43:24.213Z","dependency_job_id":"44dc7ed1-8aca-4529-9850-2caec487b80b","html_url":"https://github.com/by275/docker-libtorrent","commit_stats":null,"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"purl":"pkg:github/by275/docker-libtorrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/by275%2Fdocker-libtorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/by275%2Fdocker-libtorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/by275%2Fdocker-libtorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/by275%2Fdocker-libtorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/by275","download_url":"https://codeload.github.com/by275/docker-libtorrent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/by275%2Fdocker-libtorrent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28977806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T11:31:13.034Z","status":"ssl_error","status_checked_at":"2026-02-01T11:30:25.558Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","libtorrent"],"created_at":"2026-02-01T12:11:15.431Z","updated_at":"2026-02-01T12:11:16.313Z","avatar_url":"https://github.com/by275.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-libtorrent\n\nBase image providing pre-built libtorrent with python-bindings\n\n## Tags\n\n```bash\n{libtorrent_ver}-{base_image}\n```\n\n| | description |\n|---|---|\n| ```libtorrent_ver```  | release version, e.g. ```2.0.5``` |\n| ```base_image``` | base image with version, e.g. ```alpine3.15``` |\n\n## Usage\n\nLibs are prepared in ```/libtorrent-build/usr/lib/``` so you can copy them to your own image as follows.\n\n### Build\n\n```Dockerfile\nARG LT_VER=2.0.6\nARG ALPINE_VER=3.16\n\nFROM ghcr.io/by275/libtorrent:${LT_VER}-alpine${ALPINE_VER} AS libtorrent\nFROM alpine:${ALPINE_VER}\n\n# install runtime library\nRUN apk add --no-cache \\\n      libstdc++ \\\n      boost-system \\\n      boost-python3 \\\n      python3\n\n# copy libtorrent libs\nCOPY --from=libtorrent /libtorrent-build/usr/lib/ /usr/lib/\n```\n\n```bash\ndocker build -t libtorrent-test .\n```\n\n### Test\n\n```bash\n\u003e\u003e docker run --rm libtorrent-test python3 -c 'import libtorrent; print(libtorrent.__version__)'\n2.0.6.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fby275%2Fdocker-libtorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fby275%2Fdocker-libtorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fby275%2Fdocker-libtorrent/lists"}