{"id":19252448,"url":"https://github.com/ssciwr/dockerfile-kernel","last_synced_at":"2025-08-12T06:47:38.999Z","repository":{"id":165912145,"uuid":"641301461","full_name":"ssciwr/dockerfile-kernel","owner":"ssciwr","description":"Docker kernel for Jupyter Lab","archived":false,"fork":false,"pushed_at":"2024-01-08T15:37:11.000Z","size":8499,"stargazers_count":3,"open_issues_count":20,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-14T09:49:06.041Z","etag":null,"topics":["docker","dockerfile","jupyter","jupyter-kernel","jupyterlab"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dokempf/dockerfile-kernel","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssciwr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.md","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":"2023-05-16T07:35:48.000Z","updated_at":"2024-04-13T02:36:49.000Z","dependencies_parsed_at":"2024-04-10T19:21:48.030Z","dependency_job_id":"bc208a1b-9f5e-42f5-addd-af487aa7e0ff","html_url":"https://github.com/ssciwr/dockerfile-kernel","commit_stats":null,"previous_names":["ssciwr/dockerfile-kernel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ssciwr/dockerfile-kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Fdockerfile-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Fdockerfile-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Fdockerfile-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Fdockerfile-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssciwr","download_url":"https://codeload.github.com/ssciwr/dockerfile-kernel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Fdockerfile-kernel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270016712,"owners_count":24512964,"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-12T02:00:09.011Z","response_time":80,"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":["docker","dockerfile","jupyter","jupyter-kernel","jupyterlab"],"created_at":"2024-11-09T18:26:52.842Z","updated_at":"2025-08-12T06:47:38.965Z","avatar_url":"https://github.com/ssciwr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dockerfile-kernel\n\nThis implements a JupyterLab kernel to interpret Dockerfiles.\n\n## Features\n\n- Line-based execution of Dockerfiles in JupyterLab\n- Conveniently launch shell sessions running in a container created from the current image by clicking on a button.\n- Command auto-completion\n- Syntax Highlighting\n- Help text integration with the `?` operation\n- Export and Import from Dockerfiles\n- Custom magics for e.g.\n  - Tag the current Docker image with `%tag myimage:latest`\n  - Easily follow best practices of installation with `%install apt \u003cpackagename\u003e` (will expand to a `RUN` command doing all the required setup and cleanup). Also implemented for `pip` and `npm`.\n  - Manipulate build arguments with `%arg`\n  - Get an overview of existing build stages with `%stages`\n  - Manipulate the build context with `%context`\n\n## Prerequisites\n\n- Currently, only Linux is supported\n- [Docker](https://docs.docker.com/engine/install/ubuntu/) needs to be installed\n- The user needs to be in the `docker` group (see e.g. [here](https://askubuntu.com/a/739861))\n- [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html) \u003e= 4.0.0 needs to be installed\n\n## Installation\n\nWith pip:\n\n```bash\npython -m pip install dockerfile-kernel\npython -m dockerfile_kernel.install\n```\n\nWith conda (soon!):\n\n```bash\nconda install -c conda-forge dockerfile-kernel\n```\n\n#### Execution\n\n`jupyter lab`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssciwr%2Fdockerfile-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssciwr%2Fdockerfile-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssciwr%2Fdockerfile-kernel/lists"}