{"id":38596706,"url":"https://github.com/evryfs/base-python","last_synced_at":"2026-01-17T08:28:34.263Z","repository":{"id":36700831,"uuid":"213345098","full_name":"evryfs/base-python","owner":"evryfs","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-24T07:26:28.000Z","size":93,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-18T23:40:46.636Z","etag":null,"topics":["docker","docker-image"],"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/evryfs.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-07T09:37:15.000Z","updated_at":"2025-04-24T07:26:32.000Z","dependencies_parsed_at":"2024-01-03T10:38:36.975Z","dependency_job_id":"164f81bc-b268-495a-b5e0-3b172d7df216","html_url":"https://github.com/evryfs/base-python","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/evryfs/base-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evryfs%2Fbase-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evryfs%2Fbase-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evryfs%2Fbase-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evryfs%2Fbase-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evryfs","download_url":"https://codeload.github.com/evryfs/base-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evryfs%2Fbase-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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","docker-image"],"created_at":"2026-01-17T08:28:34.182Z","updated_at":"2026-01-17T08:28:34.245Z","avatar_url":"https://github.com/evryfs.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EVRY FS python base image\n\n[![Docker Repository on Quay](https://quay.io/repository/evryfs/base-python/status \"Docker Repository on Quay\")](https://quay.io/repository/evryfs/base-python)\n\nThis is the base image for running plain python applications. For WSGI or\nASGI web applications, use the other base images that are based on this.\n\n## Usage\n\nJust add your sauce to /app and proceed as befitting your platform.\n\n### Defaults\n\nAttribute | Value\n--------- | -------\nuser      | appuser \nUID       | 1001    \nGID       | 100     \ncwd       | /app    \n\n### Creating a Dockerfile\n\nTo utilize this image to create a container for your application, create a new\nDockerfile and extend this image. Then add your python sauce to the container\nand supply your own startup script. Check the [building containers](https://wiki.finods.com/display/architecture/Building+containers)\nguide for information about the required labels.\n\n```dockerfile\nFROM quay.io/evryfs/base-python:3.8.0\nARG BUILD_DATE\nARG BUILD_URL\nARG GIT_URL\nARG GIT_COMMIT\nLABEL maintainer=\"Your Name \u003cyour.email.here@tietoevry.com\u003e\"\n      com.finods.ccm.system=\"\"\n      com.finods.ccm.group=\"\"\n      org.opencontainers.image.title=\"\"\n      org.opencontainers.image.created=$BUILD_DATE\n      org.opencontainers.image.authors=\"\"\n      org.opencontainers.image.url=$BUILD_URL\n      org.opencontainers.image.documentation=\"\"\n      org.opencontainers.image.source=$GIT_URL\n      org.opencontainers.image.version=\"\"\n      org.opencontainers.image.revision=$GIT_COMMIT\n      org.opencontainers.image.vendor=\"EVRY Financial Services\"\n      org.opencontainers.image.licenses=\"proprietary-license\"\n      org.opencontainers.image.description=\"\"\n\nCOPY build/ .\nCMD \"/app/your_startup_script.sh\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevryfs%2Fbase-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevryfs%2Fbase-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevryfs%2Fbase-python/lists"}