{"id":19221038,"url":"https://github.com/midnighter/pip-compile","last_synced_at":"2026-04-14T06:04:08.438Z","repository":{"id":138077745,"uuid":"204051127","full_name":"Midnighter/pip-compile","owner":"Midnighter","description":"A minimal Docker image that provides a Python environment with pip-tools in order to lock requirements files.","archived":false,"fork":false,"pushed_at":"2020-07-03T15:27:01.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"stable","last_synced_at":"2025-02-23T09:30:29.466Z","etag":null,"topics":["alpine-image","debian-image","docker","docker-image","pip-tools","py38","python"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/midnighter/pip-compile","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Midnighter.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":"2019-08-23T18:33:05.000Z","updated_at":"2024-07-31T13:03:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a05293f-f026-4e57-8b6b-a95bebaa7801","html_url":"https://github.com/Midnighter/pip-compile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Midnighter/pip-compile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Midnighter%2Fpip-compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Midnighter%2Fpip-compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Midnighter%2Fpip-compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Midnighter%2Fpip-compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Midnighter","download_url":"https://codeload.github.com/Midnighter/pip-compile/tar.gz/refs/heads/stable","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Midnighter%2Fpip-compile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272935718,"owners_count":25018133,"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-08-31T02:00:09.071Z","response_time":79,"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":["alpine-image","debian-image","docker","docker-image","pip-tools","py38","python"],"created_at":"2024-11-09T14:39:45.833Z","updated_at":"2026-04-14T06:04:08.400Z","avatar_url":"https://github.com/Midnighter.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal Environment for `pip-compile`\n\n[![Docker image CI](https://github.com/Midnighter/pip-compile/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/Midnighter/pip-compile/actions)\n[![Docker image pulls](https://img.shields.io/docker/pulls/midnighter/pip-compile)](https://hub.docker.com/r/midnighter/pip-compile)\n[![License](https://img.shields.io/badge/license-Apache--2.0-blueviolet)](https://opensource.org/licenses/Apache-2.0)\n\nA minimal Docker image that provides a Python environment with\n[`pip-tools`](https://pypi.org/project/pip-tools/) in order to lock requirements\nfiles.\n\n## Usage\n\nSimply mount your requirements file to `/opt/requirements` and run the\ncontainer.  The [Docker\nentrypoint](https://docs.docker.com/engine/reference/builder/#entrypoint) is\n`pip-compile --generate-hashes`, for example,\n\n```\ndocker run --rm \\\n    --mount \"source=${PWD},target=/opt/requirements,type=bind\" \\\n    midnighter/pip-compile:3.8-alpine3.12 \\\n    --upgrade --verbose requirements.in\n```\n\nThis will create a corresponding compiled `.txt` file in the mounted directory;\nin this example `./requirements.txt`.\n\n## Python Environments\n\nImages are generated for the following environments. Please [open an\nissue](https://github.com/Midnighter/pip-compile/issues/new) if you require\nothers.\n\n| Tag | Python | Distribution |\n| --- | ------ | ------------ |\n| 3.8-alpine3.12 | 3.8 | [Alpine Linux 3.12](https://www.alpinelinux.org/) |\n| 3.8-slim-buster | 3.8 | [Debian Buster](https://www.debian.org/) |\n\n## Copyright\n\n* Copyright © 2019, Moritz E. Beber.\n* Free software licensed under the [Apache Software License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidnighter%2Fpip-compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidnighter%2Fpip-compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidnighter%2Fpip-compile/lists"}