Skip to content

Repository files navigation

Dev Container Features

Dev Container Features published by thatgoofydev.

This collection is pre-release. The initial Features are versioned 0.1.0 while their interfaces and platform coverage are validated. Stable 1.0.0 releases will follow once the collection has proven reliable.

Available Features

Feature Description Version
codex-cli Installs OpenAI Codex CLI with optional automatic updates when the container starts. 0.1.1
just Installs just, a command runner for project-specific tasks. 0.1.0
playwright-cli Installs Playwright CLI for coding agents, with optional browser installation. 0.1.0

Usage

Add a Feature to .devcontainer/devcontainer.json:

{
  "features": {
    "ghcr.io/thatgoofydev/devcontainer-features/just:1": {}
  }
}

Install selected Playwright browsers explicitly:

{
  "features": {
    "ghcr.io/thatgoofydev/devcontainer-features/playwright-cli:1": {
      "browsers": "chromium,firefox"
    }
  }
}

Each Feature directory contains its options, compatibility notes, and changelog.

Development

Open the repository in its development container, then use the root justfile:

just validate
just test just
just test-scenarios playwright-cli
just test-all

The repository follows the Dev Container Feature specification and publishes Features to GitHub Container Registry.

License

Licensed under the MIT License.

About

Features for Dev Containers

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages