fix(web): drop obsolete bun symlink workaround in dev Dockerfile #61

Merged
longjacksonle merged 1 commit from fix/web-dockerfile-bun-base-image-update into main 2026-06-04 04:07:49 +02:00

The rust-builder-glibc base image now ships /usr/local/bin/bun as a real world-readable file (mode 755) with /usr/local/bin/bunx symlinked to it, instead of a symlink into the root-only /root/.bun. The old BUNYIP-37 workaround that copied bun out of /root/.bun now fails the build with "cp: cannot stat '/root/.bun/bin/bun': No such file or directory", breaking just dev-sso. The base image already solves the /root traversal problem, so remove the RUN block entirely.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

The rust-builder-glibc base image now ships /usr/local/bin/bun as a real world-readable file (mode 755) with /usr/local/bin/bunx symlinked to it, instead of a symlink into the root-only /root/.bun. The old BUNYIP-37 workaround that copied bun out of /root/.bun now fails the build with "cp: cannot stat '/root/.bun/bin/bun': No such file or directory", breaking `just dev-sso`. The base image already solves the /root traversal problem, so remove the RUN block entirely. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix(web): drop obsolete bun symlink workaround in dev Dockerfile
All checks were successful
Create release / Create release from merged PR (pull_request) Has been skipped
Check / fmt / clippy / build / test (pull_request) Successful in 1m4s
c9da238fb5
The rust-builder-glibc base image now ships /usr/local/bin/bun as a real world-readable file (mode 755) with /usr/local/bin/bunx symlinked to it, instead of a symlink into the root-only /root/.bun. The old BUNYIP-37 workaround that copied bun out of /root/.bun now fails the build with "cp: cannot stat '/root/.bun/bin/bun': No such file or directory", breaking `just dev-sso`. The base image already solves the /root traversal problem, so remove the RUN block entirely.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
longjacksonle deleted branch fix/web-dockerfile-bun-base-image-update 2026-06-04 04:07:49 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
psa-systems/bunyip!61
No description provided.