{"id":13416341,"url":"https://github.com/spotify/dockerfile-mode","last_synced_at":"2025-11-28T03:30:14.648Z","repository":{"id":9919580,"uuid":"11930304","full_name":"spotify/dockerfile-mode","owner":"spotify","description":"An emacs mode for handling Dockerfiles","archived":false,"fork":false,"pushed_at":"2024-09-14T15:49:47.000Z","size":90,"stargazers_count":536,"open_issues_count":10,"forks_count":80,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-02-19T10:13:49.132Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"IcaliaLabs/furatto","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spotify.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":"2013-08-06T17:35:45.000Z","updated_at":"2025-01-15T05:56:58.000Z","dependencies_parsed_at":"2024-09-15T01:36:04.873Z","dependency_job_id":null,"html_url":"https://github.com/spotify/dockerfile-mode","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fdockerfile-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fdockerfile-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fdockerfile-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fdockerfile-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spotify","download_url":"https://codeload.github.com/spotify/dockerfile-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644115,"owners_count":19673577,"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":[],"created_at":"2024-07-30T21:00:57.365Z","updated_at":"2025-11-28T03:30:12.595Z","avatar_url":"https://github.com/spotify.png","language":"Emacs Lisp","readme":"dockerfile-mode\n===============\nKnown to work with Emacs 24 and later\n\nIf you just want to use it, you can get it via MELPA.\n\nA Dockerfile mode for emacs\n\n``` emacs-lisp\n(add-to-list 'load-path \"/your/path/to/dockerfile-mode/\")\n(require 'dockerfile-mode)\n```\n\nAdds syntax highlighting as well as the ability to build the image\ndirectly using `C-c C-b` from the buffer (`C-c M-b` to bypass docker build cache).\n\nYou can specify the image name in the file itself by adding a line like this\nat the top of your Dockerfile.\n\n``` emacs-lisp\n## -*- dockerfile-image-name: \"your-image-name-here\" -*-\n```\n\nIf you don't, you'll be prompted for an image name each time you build.\nYou may want to add the following to your emacs config:\n\n``` emacs-lisp\n(put 'dockerfile-image-name 'safe-local-variable #'stringp)\n```\n\nYou can change the binary to use with\n```emacs-lisp\n(setq dockerfile-mode-command \"docker\")\n```\n","funding_links":[],"categories":["Container Operations","Emacs Lisp"],"sub_categories":["User Interface"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotify%2Fdockerfile-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotify%2Fdockerfile-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotify%2Fdockerfile-mode/lists"}