Skip to content

Commit 6b24a4e

Browse files
barckcodeclaude
andcommitted
docs: add README per image and pin base image versions to 0.3.6
Each image directory now has a README with base image version, additional tools, and usage instructions. Dockerfiles pinned to 0.3.6 instead of latest for reproducibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7c7818a commit 6b24a4e

4 files changed

Lines changed: 40 additions & 2 deletions

File tree

claude_code/aws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/helmcode/agent_crew_agent:latest
1+
FROM ghcr.io/helmcode/agent_crew_agent:0.3.6
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
unzip \

claude_code/aws/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Claude Code Agent — AWS
2+
3+
Custom AgentCrew image with AWS CLI pre-installed for Claude Code agents.
4+
5+
## Base Image
6+
7+
`ghcr.io/helmcode/agent_crew_agent:0.3.6`
8+
9+
## Additional Tools
10+
11+
| Tool | Version |
12+
|------|---------|
13+
| AWS CLI | v2 (latest) |
14+
15+
## Usage
16+
17+
```
18+
ghcr.io/helmcode/agentcrew-cc-aws:latest
19+
```

open_code/aws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/helmcode/agent_crew_opencode_agent:latest
1+
FROM ghcr.io/helmcode/agent_crew_opencode_agent:0.3.6
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
unzip \

open_code/aws/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# OpenCode Agent — AWS
2+
3+
Custom AgentCrew image with AWS CLI pre-installed for OpenCode agents.
4+
5+
## Base Image
6+
7+
`ghcr.io/helmcode/agent_crew_opencode_agent:0.3.6`
8+
9+
## Additional Tools
10+
11+
| Tool | Version |
12+
|------|---------|
13+
| AWS CLI | v2 (latest) |
14+
15+
## Usage
16+
17+
```
18+
ghcr.io/helmcode/agentcrew-oc-aws:latest
19+
```

0 commit comments

Comments
 (0)