Skip to content

fix: resolve Docker pnpm corepack signature verification issue for M1/Linux - #1325

Merged
bobbyonmagic merged 2 commits into
The-DevOps-Daily:mainfrom
rishavr920:main
Jun 2, 2026
Merged

fix: resolve Docker pnpm corepack signature verification issue for M1/Linux#1325
bobbyonmagic merged 2 commits into
The-DevOps-Daily:mainfrom
rishavr920:main

Conversation

@rishavr920

Copy link
Copy Markdown
Contributor

Problem

Docker build fails on M1/Linux with pnpm 10.28.1 corepack signature error:
Internal Error: Cannot find matching keyid

Root Cause

pnpm@10.28.1 has signature verification issues with corepack

Solution

  • Downgrade pnpm from 10.28.1 to 9.12.3 (stable version)
  • Replace corepack prepare with npm install -g
  • Updated both Dockerfile and docker-compose.yaml

Files Changed

  • Dockerfile
  • docker-compose.yaml

Testing

  • Docker build successful on M1 Mac ✅
  • Development server running correctly ✅
  • Hot-reload working ✅

@bobbyonmagic bobbyonmagic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bobbyonmagic
bobbyonmagic merged commit 19d32c2 into The-DevOps-Daily:main Jun 2, 2026
4 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