{"id":43316929,"url":"https://github.com/zed-extensions/dockerfile","last_synced_at":"2026-02-01T22:05:08.395Z","repository":{"id":229925267,"uuid":"759444619","full_name":"zed-extensions/dockerfile","owner":"zed-extensions","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-15T22:25:08.000Z","size":28,"stargazers_count":48,"open_issues_count":9,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-12-19T06:50:58.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/zed-extensions.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}},"created_at":"2024-02-18T16:04:24.000Z","updated_at":"2025-12-15T22:25:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f3e69f3-caa1-4c76-8689-820b355c952b","html_url":"https://github.com/zed-extensions/dockerfile","commit_stats":null,"previous_names":["d1y/dockerfile.zed","zed-extensions/dockerfile"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zed-extensions/dockerfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fdockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fdockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fdockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fdockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zed-extensions","download_url":"https://codeload.github.com/zed-extensions/dockerfile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fdockerfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28992671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-02-01T22:05:07.898Z","updated_at":"2026-02-01T22:05:08.390Z","avatar_url":"https://github.com/zed-extensions.png","language":"Rust","funding_links":[],"categories":["🌐 Languages"],"sub_categories":[],"readme":"# Dockerfile Zed Extension\n\n- Tree Sitter: [tree-sitter-dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile)\n- Language Server: [dockerfile-language-server](https://github.com/rcjsuen/dockerfile-language-server)\n\n## Configuration\n\nTo support matching filenames other than `Dockerfile` you can add [`file_types`](https://zed.dev/docs/configuring-zed#file-types) to your Zed project or user settings:\n\n```json\n{\n  \"file_types\": {\n    \"Dockerfile\": [\"Dockerfile.*\"]\n  }\n}\n```\n\n## Debugging\n\nThe extension supports debugging Dockerfile builds with [Buildx](https://github.com/docker/buildx). The minimal required version of Buildx is v0.28.0. To get Buildx, we recommend installing or updating [Docker Desktop](https://docs.docker.com/install/). You may alternatively install Buildx manually by following the instructions [here](https://github.com/docker/buildx?tab=readme-ov-file#manual-download).\n\nYou can validate your Buildx installation by running `BUILDX_EXPERIMENTAL=1 docker buildx dap`.\n\nYou can create a debug configuration by modifying your project's `.zed/debug.json`.\n\n```json\n{\n  \"label\": \"Docker: Build\", // required, configurable\n  \"adapter\": \"buildx-dockerfile\", // required, must not be modified\n  \"request\": \"launch\", // required, must not be modified\n  \"contextPath\": \"/home/username/worktree\", // optional, defaults to ${ZED_WORKTREE_ROOT}\n  \"dockerfile\": \"/home/username/worktree/Dockerfile\", // optional, defaults to ${ZED_WORKTREE_ROOT}/Dockerfile\n  \"target\": \"test\", // optional, should be a build stage in the Dockerfile\n  \"stopOnEntry\": true, // if the debugger should suspend on the first line, defaults to false\n  \"args\": [\n    // additional arguments for the build command\n    \"--build-arg\",\n    \"NODE_ENV=development\"\n  ]\n}\n```\n\nWhile a build has been suspended, you can evaluate `exec` to open a shell into the Docker image that has been built up to that point in time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fdockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzed-extensions%2Fdockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fdockerfile/lists"}