{"id":18684843,"url":"https://github.com/j-sephb-lt-n/python-docker-container","last_synced_at":"2026-04-17T10:31:23.645Z","repository":{"id":210215709,"uuid":"725009451","full_name":"J-sephB-lt-n/python-docker-container","owner":"J-sephB-lt-n","description":"A basic python docker container (e.g. to use on GCP Compute Engine or AWS EC2)","archived":false,"fork":false,"pushed_at":"2024-04-05T10:30:42.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T18:17:27.517Z","etag":null,"topics":["docker","google-cloud","python"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/J-sephB-lt-n.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":"2023-11-29T08:51:40.000Z","updated_at":"2023-12-01T11:29:45.000Z","dependencies_parsed_at":"2024-04-05T11:33:32.724Z","dependency_job_id":"c8023015-06e2-4222-bba1-2b5ec983eba2","html_url":"https://github.com/J-sephB-lt-n/python-docker-container","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"c10ae221a6eae508c7349546b2ead0baa0fed3a2"},"previous_names":["j-sephb-lt-n/python-docker-container"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/J-sephB-lt-n/python-docker-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fpython-docker-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fpython-docker-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fpython-docker-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fpython-docker-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/J-sephB-lt-n","download_url":"https://codeload.github.com/J-sephB-lt-n/python-docker-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fpython-docker-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31925296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:19:20.377Z","status":"ssl_error","status_checked_at":"2026-04-17T10:19:18.682Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","google-cloud","python"],"created_at":"2024-11-07T10:19:31.193Z","updated_at":"2026-04-17T10:31:23.628Z","avatar_url":"https://github.com/J-sephB-lt-n.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-docker-container\n\nA basic python docker container (e.g. to use on GCP Compute Engine or AWS EC2).\n\nAdd the list of python packages which you wish to be installed in the container to [./requirements.txt](./requirements.txt).\n\nYou can build the container and deploy it to Google Cloud Platform as follows: \n(it can then be used by Compute Engine, Cloud Run etc.)\n\n```bash\nmake build_push_container_to_google_artifact_registry \\\nGCP_PROJECT_ID=\"your google cloud project id here\" \\\nGCP_REGION=\"e.g. europe-west2\" \\\nGCP_ARTIFACT_REG_REPO_NAME=\"the name of the repository to save the image to on google cloud artifact registry\" \\\nCONTAINER_NAME=\"choose whatever name you like for your container here\"\n```\n\nYou can build and run the container locally like this:\n\n```bash\ndocker build --tag python_dev .\ndocker run -it --name run_python_dev python_dev bash\ndocker stop run_python_dev\ndocker rm run_python_dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-sephb-lt-n%2Fpython-docker-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-sephb-lt-n%2Fpython-docker-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-sephb-lt-n%2Fpython-docker-container/lists"}