Dev Container Features published by thatgoofydev.
This collection is pre-release. The initial Features are versioned
0.1.0while their interfaces and platform coverage are validated. Stable1.0.0releases will follow once the collection has proven reliable.
| 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 |
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.
Open the repository in its development container, then use the root justfile:
just validate
just test just
just test-scenarios playwright-cli
just test-allThe repository follows the Dev Container Feature specification and publishes Features to GitHub Container Registry.
Licensed under the MIT License.