Skip to content

Conversation

@dgageot
Copy link

@dgageot dgageot commented Apr 9, 2025

Use this MCP Server

{
  "mcpServers": {
    "elasticsearch": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e"
        "ES_URL"
        "-e"
        "ES_API_KEY"
        "mcp/elasticsearch"
      ],
      "env": {
        "ES_URL": "http://localhost:9200",
        "ES_API_KEY": "your-api-key"
      }
    }
  }
}

@cla-checker-service
Copy link

cla-checker-service bot commented Apr 9, 2025

💚 CLA has been signed

@dgageot dgageot marked this pull request as ready for review April 10, 2025 07:48
@dgageot dgageot requested a review from a team as a code owner April 10, 2025 07:48
@jedrazb jedrazb self-requested a review April 10, 2025 08:04
@jedrazb
Copy link
Member

jedrazb commented Apr 10, 2025

Hey @dgageot, thanks for your contribution!
Would it be possible to build the image on top of Chainguard’s hardened Wolfi base image instead? Using pinned Debian-based images doesn’t align with the standards we follow in other repos. Switching to the publicly available cgr.dev/chainguard/wolfi-base:latest (example) would reduce our maintenance burden in the long run.

@jedrazb jedrazb mentioned this pull request Apr 10, 2025
3 tasks
@jedrazb
Copy link
Member

jedrazb commented Apr 10, 2025

buildkite test this

@dgageot
Copy link
Author

dgageot commented Apr 14, 2025

@jedrazb I'll give it a try!

@JoshMock
Copy link
Member

Dockerfile using an Elastic-approved image was added in #80/#82.

@JoshMock JoshMock closed this Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants