[GH-ISSUE #23] dashboard docker build fails on ZFS #14

Open
opened 2026-03-01 14:35:57 +03:00 by kerem · 0 comments
Owner

Originally created by @sublimal on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/alpkeskin/rota/issues/23

Not sure this needs to be fixed here. Mostly adding as an FYI in case someone else comes across it.

On ZFS supported systems Docker build will fail with :

ERR_PNPM_EAGAIN  EAGAIN: resource temporarily unavailable, copyfile [...]

on step github.com/alpkeskin/rota@52a9be790d/dashboard/Dockerfile (L10)

Workaround, change to:

RUN pnpm install --frozen-lockfile --package-import-method=hardlink

Relates https://github.com/pnpm/pnpm/issues/7024#issuecomment-1825412952
pnpm version pin in Dockerfile will need updating if fixed upstream.

Originally created by @sublimal on GitHub (Feb 4, 2026). Original GitHub issue: https://github.com/alpkeskin/rota/issues/23 Not sure this needs to be fixed here. Mostly adding as an FYI in case someone else comes across it. On ZFS supported systems Docker build will fail with : ``` ERR_PNPM_EAGAIN  EAGAIN: resource temporarily unavailable, copyfile [...] ``` on step https://github.com/alpkeskin/rota/blob/52a9be790d895a614b79a4ebb5957a82f2a06251/dashboard/Dockerfile#L10 Workaround, change to: ```Dockerfile RUN pnpm install --frozen-lockfile --package-import-method=hardlink ``` Relates https://github.com/pnpm/pnpm/issues/7024#issuecomment-1825412952 pnpm version pin in Dockerfile will need updating if fixed upstream.
Sign in to join this conversation.
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
starred/rota#14
No description provided.