{"id":26658267,"url":"https://github.com/ltbringer/eoan-pyenv","last_synced_at":"2026-04-17T09:33:23.403Z","repository":{"id":99060783,"uuid":"273003572","full_name":"ltbringer/eoan-pyenv","owner":"ltbringer","description":"Docker image: Ubuntu 19.10 and Pyenv.","archived":false,"fork":false,"pushed_at":"2020-12-10T14:02:37.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-25T07:26:09.939Z","etag":null,"topics":["docker","pyenv","python"],"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/ltbringer.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}},"created_at":"2020-06-17T14:59:03.000Z","updated_at":"2023-03-05T02:08:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd096071-1eb1-4d7c-b637-145649a889b1","html_url":"https://github.com/ltbringer/eoan-pyenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ltbringer/eoan-pyenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltbringer%2Feoan-pyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltbringer%2Feoan-pyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltbringer%2Feoan-pyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltbringer%2Feoan-pyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltbringer","download_url":"https://codeload.github.com/ltbringer/eoan-pyenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltbringer%2Feoan-pyenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31923198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T09:10:15.403Z","status":"ssl_error","status_checked_at":"2026-04-17T09:10:14.455Z","response_time":62,"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","pyenv","python"],"created_at":"2025-03-25T09:19:10.949Z","updated_at":"2026-04-17T09:33:23.398Z","avatar_url":"https://github.com/ltbringer.png","language":"Dockerfile","readme":"# eoan-pyenv\n\nThis builds a container over `ubuntu:19.10`. Shipping [`exegr`](https://github.com/ltbringer/exegr) requires\nthe host machine to install a number of dependencies. It seems convenient to have a docker image that can serve as the\nbase for python projects without worrying about the version and the error:\n\n```text\napt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found ...\n```\n\nThe image built from this dockerfile will also ship [`pyenv`](https://github.com/pyenv/pyenv), referencing this base \nimage would therefore make using different python versions easier by using:\n\n```dockerfile\nFROM ltbringer/eoan-pyenv:TAG\n\nENV PYTHON_VERSION=3.6.5\nRUN pyenv install $PYTHON_VERSION \u0026\u0026 pyenv global $PYTHON_VERSION\n```\n\n## Notes\nThe dependencies install `tzdata` which requires an interactive interface to set timezone info. I have used:\n```dockerfile\nENV DEBIAN_FRONTEND=noninteractive\nENV TZ=Asia/Kolkata\n``` \nTo serve my purpose, be aware of time related pitfalls.\n\n## Dockerhub\nThe image can be accessed via Dockerhub like so:\n```\ndocker pull ltbringer/eoan-pyenv:latest\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltbringer%2Feoan-pyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltbringer%2Feoan-pyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltbringer%2Feoan-pyenv/lists"}