Skip to content
VS Code

base image eol lint for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install base image eol lint in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

base image eol lint in other clients