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
@@ -95,97 +78,39 @@ The `docker` command is present but is a stub—there is no Docker daemon runnin
95
78
96
79
## Agent-Act Image Tools
97
80
98
-
The `agent-act` image (based on Ubuntu 24.04) includes all tools from the `agent` image plus additional runtimes and build tools for GitHub Actions compatibility.
The `agent-act` image has Node.js v18 in PATH by default (from `/opt/hostedtoolcache`) and Node.js v22 available at `/usr/bin/node`. Use `which node` to check which version is active, or specify the full path for a specific version.
114
-
:::
115
-
116
-
### Version Control & CI/CD
117
-
118
-
| Tool | Version | Notes |
119
-
|------|---------|-------|
120
-
| git | 2.52.0 | Standard git client |
121
-
| GitHub CLI | 2.45.0 |`gh` command for GitHub API |
122
-
| git-lfs | 3.7.1 | Git Large File Storage |
123
-
124
-
### Build Tools
81
+
The `agent-act` image (based on Ubuntu 24.04) includes the following pre-installed tools:
The `docker` command is present but is a stub—there is no Docker daemon running inside the container. Docker-in-Docker is not supported. Use `--mount` to access Docker sockets from the host if needed.
153
112
:::
154
113
155
-
## GitHub Actions Runner Compatibility
156
-
157
-
The `agent-act` image is based on `catthehacker/ubuntu:act-24.04`, which provides a medium-sized subset of the official GitHub Actions runner environment.
@@ -90,93 +73,37 @@ The default `agent` image (based on Ubuntu 22.04) includes the following pre-ins
90
73
91
74
## Agent-Act Image Tools
92
75
93
-
The `agent-act` image (based on Ubuntu 24.04) includes all tools from the `agent` image plus additional runtimes and build tools for GitHub Actions compatibility.
**💡 Tip:** The `agent-act` image has Node.js v18 in PATH by default (from `/opt/hostedtoolcache`) and Node.js v22 available at `/usr/bin/node`. Use `which node` to check which version is active, or specify the full path for a specific version.
108
-
109
-
### Version Control & CI/CD
110
-
111
-
| Tool | Version | Notes |
112
-
|------|---------|-------|
113
-
| git | 2.52.0 | Standard git client |
114
-
| GitHub CLI | 2.45.0 |`gh` command for GitHub API |
115
-
| git-lfs | 3.7.1 | Git Large File Storage |
116
-
117
-
### Build Tools
76
+
The `agent-act` image (based on Ubuntu 24.04) includes the following pre-installed tools:
**⚠️ Docker CLI Stub:** The `docker` command is present but is a stub—there is no Docker daemon running inside the container. Docker-in-Docker is not supported. Use `--mount` to access Docker sockets from the host if needed.
145
106
146
-
## GitHub Actions Runner Compatibility
147
-
148
-
The `agent-act` image is based on `catthehacker/ubuntu:act-24.04`, which provides a medium-sized subset of the official GitHub Actions runner environment.
0 commit comments