{"id":19300983,"url":"https://github.com/opendrr/python-env","last_synced_at":"2026-03-19T09:10:58.356Z","repository":{"id":38444470,"uuid":"284082643","full_name":"OpenDRR/python-env","owner":"OpenDRR","description":"Docker image for Linux based python environment","archived":false,"fork":false,"pushed_at":"2023-03-07T17:00:05.000Z","size":67,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-24T01:38:28.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenDRR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-07-31T16:35:17.000Z","updated_at":"2022-03-11T03:20:07.000Z","dependencies_parsed_at":"2025-02-24T01:32:32.096Z","dependency_job_id":"4b6f72ae-0db4-459c-83ec-0f5d87ca48a7","html_url":"https://github.com/OpenDRR/python-env","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/OpenDRR/python-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDRR%2Fpython-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDRR%2Fpython-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDRR%2Fpython-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDRR%2Fpython-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenDRR","download_url":"https://codeload.github.com/OpenDRR/python-env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDRR%2Fpython-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29928234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T23:16:28.037Z","updated_at":"2026-02-28T08:09:25.061Z","avatar_url":"https://github.com/OpenDRR.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-env\n\n`python-env` is a Docker image for Linux-based Python environment,\ntailored for the OpenDRR/opendrr-api stack build process.\n\n[![GitHub Super-Linter](https://github.com/OpenDRR/python-env/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)\n\n## Versions and branches\n\nExisting versions/branches:\n\n* v1.0: Python 3.8.5, based on debian:sid-20200720-slim (between Debian 10 and Debian 11, `opendrr/python-env:1.0`)\n* v1.0.3: Python 3.8.5, based on debian:sid-20200720-slim (between Debian 10 and Debian 11, `ghcr.io/opendrr/python-env:1.0.3`)\n* v1.1.0: Python 3.8.6, based on debian:sid-20201012-slim (between Debian 10 and Debian 11)\n* v1.2.x, `latest` (stable): Python 3.8.6, Elasticsearch 7.16, based on debian:sid-20201012-slim, with the use of requirements.txt restored\n  * `debian-sid-20201012` branch, also the `master` branch currently\n* v1.3.x (dev): Python 3.9.2, Elasticsearch 7.17, based on debian:bullseye-slim (Debian 11, released August 2022)\n  * `debian-bullseye` branch\n\nPlanned branches/versions:\n\n* v1.4.x (dev): Python 3.10.x, Elasticsearch 8.x, based on debian:bookworm-slim (Debian 12, expected to be released in mid-2023)\n  * `debian-bookworm` branch\n\n## Updating ghcr.io/opendrr/python-env:edge (for testing)\n\n1. Push your latest commits to the `master` branch.\n2. Look in the [Actions menu](https://github.com/OpenDRR/python-env/actions) \u003chttps://github.com/OpenDRR/python-env/actions\u003e\n   to check that the \"Build and push container to GHCR\" workflow is run successfully for the `master` branch.\n3. Look in \u003chttps://github.com/OpenDRR/python-env/pkgs/container/python-env\u003e\n   and check under \"Recent tagged image versions\" that the a new `edge` version is published.\n\nTo test locally:\n\n```console\ndocker pull ghcr.io/opendrr/python-env:edge\ndocker run -it --rm ghcr.io/opendrr/python-env:edge\n```\n\nNot recommend to use the `edge` version in python/Dockerfile of OpenDRR/opendrr-api.\n\n## Creating ghcr.io/opendrr/python-env:latest production releases\n\n1. Create a new release tag,\n   e.g. a signed tag from the command-line by using `git tag -s v1.2.4`,\n   typing up a brief release notes, and `git push origin v1.2.4`. (optional)\n2. Alternatively or additionally, [draft a new release](https://github.com/OpenDRR/python-env/releases/new)\n   through the GitHub web interface so the new release and release notes are immediately visible.\n3. Visit \u003chttps://github.com/OpenDRR/python-env/pkgs/container/python-env\u003e\n   and check under \"Recent tagged image versions\" that the a new image versioned `latest` `1.2.4` is published.\n\nTo test locally:\n\n```console\ndocker run -it --rm ghcr.io/opendrr/python-env:1.2.4\n```\n\nTo test with OpenDRR/opendrr-api, edit the `FROM` line in python/Dockerfile accordingly, e.g. `FROM ghcr.io/opendrr/python-env:1.2.4`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopendrr%2Fpython-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopendrr%2Fpython-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopendrr%2Fpython-env/lists"}