Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set working corepack version to fix docker CI #1165

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

Takaros999
Copy link
Contributor

PR Type

  • Regular Task
  • Bug Fix
  • QA Tests

Description

nodejs/corepack#614
stackblitz-labs/bolt.diy#1250

Default corepack version was failing due to signature verification.

Pinned a working corepack version to fix docker build GH Action.

Checklist

  • I have self-reviewed this PR.
  • I have left comments in the code for clarity.
  • I have added necessary unit tests.
  • I have updated the documentation as needed.

@Takaros999 Takaros999 merged commit 5141e7a into main Feb 3, 2025
12 checks passed
@Takaros999 Takaros999 deleted the takis/update-corepack-to-fix-ci branch February 3, 2025 13:04
@@ -7,14 +7,21 @@ FROM base AS deps
RUN apk update && apk add --no-cache libc6-compat
WORKDIR /app

# Install working version of corepack
RUN npm install -g [email protected] && corepack --version
Copy link
Contributor

Choose a reason for hiding this comment

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

we use pnpm

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.

3 participants