You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recoskyler
changed the title
Update tldr during setup, use global GSD installation, enable RC for all Claude sessions
Update tldr during setup, use global GSD installation
Mar 7, 2026
recoskyler
changed the title
Update tldr during setup, use global GSD installation
Update tldr during setup, use global GSD installation, include homebrew
Mar 7, 2026
recoskyler
changed the title
Update tldr during setup, use global GSD installation, include homebrew
Update tldr during setup, use global GSD installation, include linuxbrew
Mar 7, 2026
recoskyler
changed the title
Update tldr during setup, use global GSD installation, include linuxbrew
Refactor to shared base image, add Flutter/Rust variants, CI/CD, and tooling
Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major overhaul of the devcontainers repository:
base/Dockerfile(Debian Trixie) — all variant images now extend this basetrixie-*naming conventionbuild.yml(push-to-GHCR) andcheck.yml(PR gate) workflows with GHA caching and parallel matrix buildssetup-claude.sh,init-claude-mcp.sh, user-scopeCLAUDE.md, hook scripts, and bundled pluginsverify-tools.shpost-build verification andvalidate-flutter-runtime.shfor Flutter variantnoble-uv-vnc-claude/,templates/bun.Dockerfile, andtemplates/php.DockerfileChanges by area
Dockerfiles
base/Dockerfilewith all common dependenciestrixie-bun-*,trixie-php-*,trixie-rust-*,trixie-vnc-*,trixie-vnc-flutter-*)USER devat end, POSIX-compatible redirects, Trixie package namesCI/CD
basebuilds first, thenvariantsrun in parallel via matrixbuild.ymlwrites GHA cache;check.ymlonly reads itScripts
setup-claude.sh— Claude CLI installation and configurationinit-claude-mcp.sh— Runtime MCP server initializationntfy-hook.sh/suggest-context7-hook.sh— Claude Code hooksverify-tools.sh— Post-build tool verificationvalidate-flutter-runtime.sh— Flutter/Android runtime validationDocumentation
README.mdwith full project overviewCLAUDE.mdwith project conventionsbase/devcontainer-claude.md(user-scope instructions installed in all images)Test plan
gh act pushpasses locallyverify-tools.shpasses in built containers🤖 Generated with Claude Code