mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
- Normalize string option values ("1.18") to {"version": "1.18"} so
shorthand syntax correctly sets the VERSION env var
- Add option_id_to_env_name() to convert option IDs like "node-version"
to NODE_VERSION per the dev container spec
- Emit _REMOTE_USER, _CONTAINER_USER, _REMOTE_USER_HOME, and
_CONTAINER_USER_HOME in feature install snippets, threading remoteUser
from devcontainer.json through resolve_features/generate_layer
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| all-lifecycle/.devcontainer | ||
| compose-mode/.devcontainer | ||
| compose-multi/.devcontainer | ||
| dockerfile-mode/.devcontainer | ||
| feature-options/.devcontainer | ||
| image-only/.devcontainer | ||
| local-features/.devcontainer | ||
| realistic-compose/.devcontainer | ||
| realistic-python/.devcontainer | ||
| subdirectory-mode/.devcontainer/python | ||
| subdirectory-multiple/.devcontainer | ||
| subdirectory-with-standard/.devcontainer | ||
| variables/.devcontainer | ||
| with-features | ||