Skip to content

base image eol lint for Zed

io.github.jmshinhwa/base-image-eol-lint

Marks every base image in your Dockerfiles, compose files and CI workflows whose security patches ha

client:Zed transport:stdio runtime:npm

Install base image eol lint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "base-image-eol-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/base-image-eol-lint"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

base image eol lint in other clients