Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ PR作成後にCIが失敗した場合、**そのブランチで解決できる
## 5. 環境作成

基本的にdevcontainerを使用する。
またベースはghcr.io/keito4/config-base:1.48.0を使用する。
またベースはghcr.io/keito4/config-base:1.54.0を使用する。

## 6. デプロイ

Expand Down
12 changes: 6 additions & 6 deletions .claude/devcontainer-recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Elu-co-jp配下の全リポジトリで統一されたDevContainer環境を提

```json
{
"image": "ghcr.io/keito4/config-base:1.48.0"
"image": "ghcr.io/keito4/config-base:1.54.0"
}
```

**最新バージョン**: 1.48.0
**推奨バージョン**: 1.48.0+(安定版として広く採用)
**最新バージョン**: 1.54.0
**推奨バージョン**: 1.54.0+(安定版として広く採用)

## Claude Code動作のための必須設定

Expand All @@ -25,7 +25,7 @@ Claude Code(AI開発アシスタント)を動作させるための最小限

```json
{
"image": "ghcr.io/keito4/config-base:1.48.0"
"image": "ghcr.io/keito4/config-base:1.54.0"
}
```

Expand Down Expand Up @@ -155,7 +155,7 @@ OPENAI_API_KEY=*** # o3 MCP用
```json
{
"name": "Project Name",
"image": "ghcr.io/keito4/config-base:1.48.0",
"image": "ghcr.io/keito4/config-base:1.54.0",
"mounts": [
"source=${localEnv:HOME}/.codex,target=/home/vscode/.codex,type=bind,consistency=cached",
"source=${localEnv:HOME}/.claude,target=/home/vscode/.claude,type=bind,consistency=cached",
Expand Down Expand Up @@ -737,7 +737,7 @@ NODE_ENV=development

```json
- "image": "ghcr.io/keito4/config-base:1.0.40"
+ "image": "ghcr.io/keito4/config-base:1.48.0"
+ "image": "ghcr.io/keito4/config-base:1.54.0"
```

2. **非推奨Feature削除**
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This DevContainer image is automatically built and versioned using semantic-rele
- **Minor versions**: New features and enhancements (1.0.0 → 1.1.0)
- **Major versions**: Breaking changes (1.0.0 → 2.0.0)

**Latest Version**: `v1.48.0`
**Latest Version**: `v1.54.0`

Images are published to GitHub Container Registry: `ghcr.io/keito4/config-base`

Expand All @@ -102,7 +102,7 @@ Use the pre-built image without mounting host's `~/.claude` directory:
```json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.48.0",
"image": "ghcr.io/keito4/config-base:1.54.0",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
}
Expand All @@ -124,7 +124,7 @@ Mount host's `~/.claude` to persist custom plugin installations:
```json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.48.0",
"image": "ghcr.io/keito4/config-base:1.54.0",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
},
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Each release creates two tags:

```json
{
"image": "ghcr.io/keito4/config-base:1.48.0"
"image": "ghcr.io/keito4/config-base:1.54.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ The repository includes a complete DevContainer setup (`.devcontainer/`) that pr
- Integrated Claude Code configuration with specialized agents and commands
- Bell notification system for development workflow events

**Latest Version**: `ghcr.io/keito4/config-base:1.48.0`
**Latest Version**: `ghcr.io/keito4/config-base:1.54.0`

**Pre-installed Plugins** (v1.48.0):

Comment on lines +576 to 579

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Align plugin version label with the updated latest image.

This section now says the latest image is 1.54.0, but the plugin list is still labeled v1.48.0. Please update the label (or add a note that the list corresponds to 1.48.0) to avoid confusion.

🤖 Prompt for AI Agents
In `@README.md` around lines 576 - 579, Update the plugin-version label to match
the new image tag: change the "Pre-installed Plugins (v1.48.0):" label to
reflect the latest image tag (e.g., "Pre-installed Plugins (v1.54.0):") or add a
clarifying note that the plugin list corresponds to v1.48.0 while the image is
1.54.0; reference the version strings "ghcr.io/keito4/config-base:1.54.0" and
"v1.48.0" in your edit to ensure consistency.

Expand Down
2 changes: 1 addition & 1 deletion docs/devcontainer.json.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.45.3",
"image": "ghcr.io/keito4/config-base:1.54.0",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/using-config-base-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// .devcontainer/devcontainer.json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.48.0",
"image": "ghcr.io/keito4/config-base:1.54.0",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
}
Expand Down Expand Up @@ -82,7 +82,7 @@ claude --help
// .devcontainer/devcontainer.json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.48.0",
"image": "ghcr.io/keito4/config-base:1.54.0",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
},
Expand Down Expand Up @@ -133,7 +133,7 @@ my-plugin@marketplace
```json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.48.0",
"image": "ghcr.io/keito4/config-base:1.54.0",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
},
Expand Down
Loading