Skip to content

Devcontainer feature available for beans #188

@seb-schulz

Description

@seb-schulz

Hi! I've created a devcontainer feature that installs beans automatically in a dev container:

👉 https://github.com/sebatec-eu/devcontainer-features/tree/main/src/setup-beans

It can be used like this:

{
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
  "features": {
    "ghcr.io/sebatec-eu/devcontainer-features/setup-beans:1": {}
  }
}

This makes beans available immediately inside the container for both the developer and any coding agent so that no manual installation is needed.

Would you consider adding a mention of it in the Installation section of the README? Happy to open a PR for that if you'd like.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions