Skip to content

fix: dockerfile because okd is sad - #28

Merged
Mstrodl merged 1 commit into
ComputerScienceHouse:masterfrom
aln730:master
Aug 10, 2026
Merged

fix: dockerfile because okd is sad#28
Mstrodl merged 1 commit into
ComputerScienceHouse:masterfrom
aln730:master

Conversation

@aln730

@aln730 aln730 commented Aug 9, 2026

Copy link
Copy Markdown
Member

What

fixed the dockerfile to make required stuff group writable

Why

[EACCES] EACCES: permission denied, open '/app/_tmp_19_f7c8fa8b6d464f0b4aa501a5a791f4de'



[ERROR] Command failed with exit code 243: /usr/local/bin/node /corepack/v1/pnpm/11.3.0/bin/pnpm.mjs install --production --no-optional

pnpm: Command failed with exit code 243: /usr/local/bin/node /corepack/v1/pnpm/11.3.0/bin/pnpm.mjs install --production --no-optional
    at getFinalError (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:29514:14)
    at makeError (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:31821:21)
    at getSyncResult (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:33665:10)
    at spawnSubprocessSync (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:33625:14)
    at execaCoreSync (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:33555:23)
    at callBoundExeca (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:36083:23)
    at boundExeca (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:36060:49)
    at sync (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:36219:10)
    at runPnpmCli (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:213566:5)
    at runDepsStatusCheck (file:///corepack/v1/pnpm/11.3.0/dist/pnpm.mjs:215280:7)

Test Plan

try running the docker image

Env Vars

N/A

Documentation

N/A

Checklist

  • Tested all changes locally

@aln730
aln730 force-pushed the master branch 3 times, most recently from b6f1a67 to ba0db42 Compare August 9, 2026 20:29
@Mstrodl

Mstrodl commented Aug 9, 2026

Copy link
Copy Markdown
Member

I don't think you should need to do this...

@aln730

aln730 commented Aug 9, 2026

Copy link
Copy Markdown
Member Author

I don't think you should need to do this...

Hmmm, from what i understand something in OKD is trying to run pnpm install at runtime.

@Mstrodl

Mstrodl commented Aug 9, 2026

Copy link
Copy Markdown
Member

Why would that be the case?

@Mstrodl

Mstrodl commented Aug 9, 2026

Copy link
Copy Markdown
Member

Looks like this might be the problem: https://pnpm.io/settings/build#verifydepsbeforerun

@aln730

aln730 commented Aug 9, 2026

Copy link
Copy Markdown
Member Author

Looks like this might be the problem: https://pnpm.io/settings/build#verifydepsbeforerun

do we set that false?

@Mstrodl
Mstrodl merged commit 12e5d18 into ComputerScienceHouse:master Aug 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants