Skip to content

Add a Dockerfile to run with Docker #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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"
      }
    }
  }
}

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
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!

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.

3 participants