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

fix: update local builder image #520

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

tnsimon
Copy link
Contributor

@tnsimon tnsimon commented Feb 20, 2025

Make local-start failing. The issue below is node needs to be >=18.0. I've updated the image to match CI 20-alpine.

➜  openyurt.io git:(master) ✗ docker run -it -v $(pwd):/app node:16-alpine sh
/app # yarn install --frozen-lockfile
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["react-helmet-async@npm:@slorber/react-helmet-async@*"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-react-helmet-async-1.3.0-11fbc6094605cf60aa04a28c17e0aab894b4ecff-integrity/node_modules/react-helmet-async" as pattern ["react-helmet-async@npm:@slorber/react-helmet-async@1.3.0"]. This could result in non-deterministic behavior, skipping.
error @docusaurus/core@3.7.0: The engine "node" is incompatible with this module. Expected version ">=18.0". Got "16.20.2"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

@rambohe-ch
Copy link
Member

/LGTM

@rambohe-ch rambohe-ch merged commit b3efd79 into openyurtio:master Feb 20, 2025
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