{"id":15008790,"url":"https://github.com/coatl-dev/docker-six","last_synced_at":"2025-11-17T03:37:59.977Z","repository":{"id":171806681,"uuid":"648431733","full_name":"coatl-dev/docker-six","owner":"coatl-dev","description":"🐳 Docker image with Python 3.12, 2.7.18 and uv pre-installed.","archived":false,"fork":false,"pushed_at":"2025-11-14T18:27:28.000Z","size":327,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"coatl","last_synced_at":"2025-11-14T20:36:09.170Z","etag":null,"topics":["azure-pipelines","ci-cd","docker","docker-image","dockerfile","github-actions","python","python2","python27","python3","python312","uv"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coatl-dev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"cesarcoatl","patreon":"coatldev"}},"created_at":"2023-06-02T00:50:28.000Z","updated_at":"2025-11-14T18:27:32.000Z","dependencies_parsed_at":"2023-10-13T12:49:36.751Z","dependency_job_id":"11625165-f818-459b-b92d-dee5f3702c8d","html_url":"https://github.com/coatl-dev/docker-six","commit_stats":{"total_commits":207,"total_committers":5,"mean_commits":41.4,"dds":"0.27053140096618356","last_synced_commit":"64d44f64f43c44e83ee692b61ab71cc614003e32"},"previous_names":["coatl-dev/docker-six"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/coatl-dev/docker-six","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fdocker-six","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fdocker-six/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fdocker-six/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fdocker-six/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coatl-dev","download_url":"https://codeload.github.com/coatl-dev/docker-six/tar.gz/refs/heads/coatl","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fdocker-six/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284818574,"owners_count":27068110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"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":["azure-pipelines","ci-cd","docker","docker-image","dockerfile","github-actions","python","python2","python27","python3","python312","uv"],"created_at":"2024-09-24T19:20:34.310Z","updated_at":"2025-11-17T03:37:59.965Z","avatar_url":"https://github.com/coatl-dev.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/cesarcoatl","https://patreon.com/coatldev"],"categories":[],"sub_categories":[],"readme":"# coatldev/six\n\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/coatl-dev/docker-six/coatl.svg \"pre-commit.ci status\")](https://results.pre-commit.ci/latest/github/coatl-dev/docker-six/coatl)\n[![Docker Repository on Docker Hub](https://img.shields.io/badge/hub.docker.com-white?logo=docker \"Docker Repository on Docker Hub\")](https://hub.docker.com/r/coatldev/six)\n[![Docker Repository on Quay](https://img.shields.io/badge/quay.io-red?logo=red-hat \"Docker Repository on Quay\")](https://quay.io/repository/coatldev/six)\n\nDocker image based on Ubuntu 24.04 (Noble Numbat) with Python 3.12.12 and 2.7.18\npre-installed, plus [`uv`].\n\n## Supported tags\n\n- [`3.12`, `3.12.12`, `latest`]\n\nFor the full list of supported tags, see:\n\n- [Docker Hub tags]\n- [Quay.io tags]\n\n## Supported platforms\n\n|Container image registry|amd64|arm64|\n|------------------------|-----|-----|\n|[Docker Hub]            | ✅ | ✅ |\n|[Quay.io]               | ✅ | ✅ |\n\n## How to use this image\n\nThe examples below will demonstrate how to use this image in [Azure Pipelines],\nand [GitHub Workflows].\n\n\u003e [!NOTE]\n\u003e `pip` caching is disabled by default.\n\u003e See: \u003chttps://github.com/actions/runner/issues/652\u003e\n\n### Azure Pipelines\n\n```yml\njobs:\n  - job: tox\n\n    pool:\n      vmImage: ubuntu-latest\n\n    container:\n      image: coatldev/six:latest # or quay.io/coatldev/six:latest\n      env:\n        UV_PYTHON: '3.14'\n\n    steps:\n      - script: |\n          sudo chown -R $(whoami):$(id -ng) \"${PYTHON_ROOT}\"\n        displayName: Change owner\n\n      - script: |\n          uvx tox\n        displayName: Run tests\n```\n\n### GitHub Actions workflow\n\n```yml\njobs:\n  tox:\n\n    runs-on: ubuntu-latest\n\n    container:\n      image: coatldev/six:latest # or quay.io/coatldev/six:latest\n      env:\n        UV_PYTHON: '3.14'\n\n    steps:\n      - name: Checkout repo\n        uses: actions/checkout@v4\n\n      - name: Run tests\n        run: |\n          uvx tox\n```\n\n\u003c!-- External links --\u003e\n[`3.12`, `3.12.12`, `latest`]: https://github.com/coatl-dev/docker-six/blob/coatl/Dockerfile\n[Azure Pipelines]: https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/jobs-job-container?view=azure-pipelines\n[GitHub Workflows]: https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container\n[Docker Hub]: https://hub.docker.com/r/coatldev/six\n[Docker Hub tags]: https://hub.docker.com/r/coatldev/six/tags\n[Quay.io]: https://quay.io/repository/coatldev/six\n[Quay.io tags]: https://quay.io/repository/coatldev/six?tab=tags\n[`uv`]: https://docs.astral.sh/uv/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatl-dev%2Fdocker-six","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoatl-dev%2Fdocker-six","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatl-dev%2Fdocker-six/lists"}