Skip to content

docs: add Dev Container Template references to all image READMEs#165

Merged
nozaq merged 1 commit into
mainfrom
claude/devcontainer-template-docs-dv0bj0
Jul 13, 2026
Merged

docs: add Dev Container Template references to all image READMEs#165
nozaq merged 1 commit into
mainfrom
claude/devcontainer-template-docs-dv0bj0

Conversation

@nozaq

@nozaq nozaq commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

Added "Dev Container Template" sections to all image README files, directing users to the corresponding templates in the bare-devcontainer/templates repository. Also enhanced the main README to provide more detailed information about the benefits of using these templates.

Key Changes

  • Added a new "Dev Container Template" section to 9 image README files (bun, golang, mise, rust, terraform, uv, zig, debian, and node)
  • Each section includes a link to the corresponding template and describes what it provides
  • For images with cache directory persistence (bun, golang, mise, rust, terraform, uv, zig), the description mentions "security hardening and volume mounts that persist cache directories for faster rebuilds"
  • For simpler images (debian, node), the description mentions "security hardening"
  • Updated the main README's "Using a Dev Container Template (Recommended)" section to provide more specific details about what the templates include: security hardening (dropped capabilities, no-new-privileges, non-root user) and cache directory persistence

Implementation Details

  • The new sections are consistently placed after the usage/pull command and before the Tags section
  • Each template link follows the pattern: https://github.com/bare-devcontainer/templates/tree/main/src/{image-name}
  • The main README enhancement clarifies the specific security and performance benefits users can expect from the templates

https://claude.ai/code/session_01RBmRbSubXmgPVedqR727rh

Point users to the bare-devcontainer/templates repository, which provides
the recommended Dev Container configuration for each image (security
hardening and, where applicable, cache directory volume mounts):

- Expand the template section in the root README to describe what the
  templates provide.
- Add a 'Dev Container Template' section to each image README linking to
  its corresponding template. The cache-mount wording is omitted for the
  debian and node templates, which define no cache volume mounts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RBmRbSubXmgPVedqR727rh
@nozaq nozaq changed the title Add Dev Container Template references to all image READMEs docs: add Dev Container Template references to all image READMEs Jul 13, 2026
@nozaq nozaq merged commit d7f4e27 into main Jul 13, 2026
3 of 4 checks passed
@nozaq nozaq deleted the claude/devcontainer-template-docs-dv0bj0 branch July 13, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants