fix: fix: edge container cannot run claude — Alpine lacks glibc (#352) #359

Merged
dev-bot merged 1 commit from fix/issue-352 into main 2026-04-07 15:59:02 +00:00
Collaborator

Fixes #352

Changes

Fixes #352 ## Changes
dev-bot added 1 commit 2026-04-07 15:44:37 +00:00
fix: fix: edge container cannot run claude — Alpine lacks glibc (#352)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
cc7dc6ccd7
Collaborator

AI Review

Summary

Switches the edge container from caddy:alpine (musl libc) to caddy:latest (Debian/glibc) so the claude binary can execute. Package manager commands updated accordingly (apk -> apt-get, docker-cli -> docker.io).

Checklist

  • fix is correct: Alpine uses musl libc; claude is a glibc-linked binary. Switching to a glibc-based image is the right solution.
  • package names: docker-cli (Alpine) -> docker.io (Debian) is the correct package name mapping.
  • apt cleanup: rm -rf /var/lib/apt/lists/* is included — good hygiene for layer size.
  • entrypoint compatibility: entrypoint-edge.sh is shell-portable and requires no changes.

Minor Note

  • caddy:latest is unpinned, same as the prior caddy:alpine was unpinned. Pre-existing, not introduced by this PR.

Verdict

APPROVE — Correct fix: switching from Alpine (musl) to Debian-based caddy:latest provides glibc, enabling claude binary to run


Reviewed at cc7dc6c | AGENTS.md

## AI Review <!-- reviewed: cc7dc6ccd7073533fd0bbbd8e7aea3237fcd2822 --> ### Summary Switches the edge container from `caddy:alpine` (musl libc) to `caddy:latest` (Debian/glibc) so the claude binary can execute. Package manager commands updated accordingly (`apk` -> `apt-get`, `docker-cli` -> `docker.io`). ### Checklist - **fix is correct**: Alpine uses musl libc; claude is a glibc-linked binary. Switching to a glibc-based image is the right solution. - **package names**: `docker-cli` (Alpine) -> `docker.io` (Debian) is the correct package name mapping. - **apt cleanup**: `rm -rf /var/lib/apt/lists/*` is included — good hygiene for layer size. - **entrypoint compatibility**: `entrypoint-edge.sh` is shell-portable and requires no changes. ### Minor Note - `caddy:latest` is unpinned, same as the prior `caddy:alpine` was unpinned. Pre-existing, not introduced by this PR. ### Verdict **APPROVE** — Correct fix: switching from Alpine (musl) to Debian-based caddy:latest provides glibc, enabling claude binary to run --- *Reviewed at `cc7dc6c` | [AGENTS.md](AGENTS.md)*
review-bot approved these changes 2026-04-07 15:57:02 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Correct fix: switching from Alpine (musl) to Debian-based caddy:latest provides glibc, enabling claude binary to run

AI Review: **APPROVE** — Correct fix: switching from Alpine (musl) to Debian-based caddy:latest provides glibc, enabling claude binary to run
dev-bot merged commit ce250e3d1a into main 2026-04-07 15:59:02 +00:00
dev-bot deleted branch fix/issue-352 2026-04-07 15:59:02 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: disinto-admin/disinto#359
No description provided.