{"id":21314446,"url":"https://github.com/polyconseil/grocker","last_synced_at":"2025-07-12T01:31:12.278Z","repository":{"id":31094593,"uuid":"34653719","full_name":"Polyconseil/grocker","owner":"Polyconseil","description":"Grocker, docker image builder","archived":false,"fork":false,"pushed_at":"2024-02-27T14:28:45.000Z","size":525,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":34,"default_branch":"main","last_synced_at":"2025-06-09T08:16:34.407Z","etag":null,"topics":["docker","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Polyconseil.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2015-04-27T08:05:18.000Z","updated_at":"2025-03-29T09:54:05.000Z","dependencies_parsed_at":"2024-02-22T13:51:00.112Z","dependency_job_id":null,"html_url":"https://github.com/Polyconseil/grocker","commit_stats":{"total_commits":548,"total_committers":30,"mean_commits":"18.266666666666666","dds":"0.46350364963503654","last_synced_commit":"c28c5a02a6d967ec79d8f25c7e90a4f05aaac3b4"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/Polyconseil/grocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fgrocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fgrocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fgrocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fgrocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Polyconseil","download_url":"https://codeload.github.com/Polyconseil/grocker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fgrocker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264851502,"owners_count":23673240,"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","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","python"],"created_at":"2024-11-21T18:12:58.016Z","updated_at":"2025-07-12T01:31:11.968Z","avatar_url":"https://github.com/Polyconseil.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Grocker - a Docker image builder for Python applications\n========================================================\n\n*Grocker* allows you to bundle your Python applications as Docker image\nwhile keeping the image size as minimal as possible.\n\n*Grocker* uses ``debian:buster``, ``debian:bookworm`` or ``alpine:latest`` as its\nbase image.\n\n*Grocker* is hosted on Github at https://github.com/polyconseil/Grocker.\n*Grocker* full documentation is available on https://grocker.readthedocs.io/.\n\nInstallation\n============\n\n1. Install Docker Engine. See `its official documentation \u003chttps://docs.docker.com/engine/\u003e`_.\n2. Install Grocker with *pip*: ``pip install grocker``.\n\nBasic usage\n===========\n\n.. code-block:: console\n\n    $ grocker build ipython==5.0.0 --entrypoint ipython\n    $ docker run --rm -ti ipython:5.0.0-\u003cgrocker-version\u003e\n\nDirect wheel path\n=================\n\nA wheel can also be directly passed to grocker to avoid the need to upload an artefact to\nbuild an image.\n\nGrocker will switch to this mode if a ``/`` is present in the argument. Pip ``extra``\nrequirements can be used in this mode.\n\n.. code-block:: console\n\n    $ grocker build ./path/to/ipython-7.1.1-py3-none-any.whl[doc] --entrypoint ipython\n    $ docker run --rm -ti ipython-doc:7.1.1-\u003cgrocker-version\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyconseil%2Fgrocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyconseil%2Fgrocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyconseil%2Fgrocker/lists"}