-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
chore(local-stack): improve make targets and avoid node17 issues for docker #2955
Conversation
…sl3 issues with webpack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hey @jbarbin , thanks for the PR! Looking good so far, though I have to admit I'm not too aware of the docker/node issues. Can you explain it to me? Also, what'd be the consequence of locking the docker install to that specific version of node? Many thanks!
Hello @I-Valchev,
That will be solve with webpack 6 🤞. While waiting for this version we have 3 options to solve that (to my knowledge) :
Would you prefere i check other options like change the hash function ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jbarbin , thanks a lot for helping me understand this 🙌
I think your current solution works fine 👍 Let's roll with it
@I-Valchev , no problem ;) |
Hi @jbarbin, yes you're right! Cypress is fixed by @Joossensei + I don't think the changes here will have affected the tests. I'll get somebody to provide a second review and merge this in swiftly :-) Thanks a lot! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @jbarbin 👍
These changes skip database creation if exist for make targets and avoid node 17 openssl3 issues with webpack with docker.
Changelog