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
- With `DOCKER_HOST=tcp://host.docker.internal:2375`, host CLI requires `DOCKER_GIT_API_URL`.
27
-
- With `DOCKER_HOST` unset, Docker is not accessible in this container.
28
-
- With `DOCKER_GIT_API_URL=http://host.docker.internal:3334`, the stock harness reaches clone setup but its helper expects local project directories while the API controller stores projects in controller state.
29
-
30
-
Manual warm-cache verification was then run against the reachable controller:
bun packages/app/dist/src/docker-git/main.js clone \
35
-
https://github.com/octocat/Hello-World/issues/1 \
36
-
--force --gh-skip --no-ssh \
37
-
--container-name <temporary-name> \
38
-
--service-name <temporary-name> \
39
-
--volume-name <temporary-name>-home
30
+
```text
31
+
e2e/clone-cache: cache reuse verified for https://github.com/octocat/Hello-World/issues/1
40
32
```
41
33
42
-
Assertions passed:
34
+
Environment notes:
43
35
44
-
- container log contained `[clone-cache] using mirror:`;
45
-
- checkout branch was `issue-1`;
46
-
-`git rev-parse HEAD` returned a commit;
47
-
- container log did not contain `remote HEAD refers to nonexistent ref`.
48
-
49
-
Temporary verification containers were removed after the check.
36
+
-`DOCKER_HOST=tcp://host.docker.internal:2375` requires an explicit `DOCKER_GIT_API_URL`.
37
+
- The controller container is named `docker-git-api-cloudflared`; setting `DOCKER_GIT_API_CONTAINER_NAME` lets the e2e helper inspect the nested project Docker daemon.
38
+
- A shorter `300s` first attempt expired while cold-pulling/building the base runtime image, before clone-cache assertions could run.
50
39
51
40
## Current Workspace State
52
41
@@ -55,4 +44,3 @@ At archive time:
55
44
- working tree was clean before creating this audit trail;
56
45
- final code commits were present on branch `vk/2562-github-138`;
57
46
- archive artifacts are stored under `.kanban/changes/ABC-2`.
0 commit comments