Skip to content

dashboard docker build fails on ZFS #23

@sublimal

Description

@sublimal

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

RUN pnpm install --frozen-lockfile

Workaround, change to:

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

Relates pnpm/pnpm#7024 (comment)
pnpm version pin in Dockerfile will need updating if fixed upstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions