-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
[Bug]: Runfiles in Docker Image not working #612
Comments
This looks like a dup of #553 as |
The fix for this landed in rules_nodejs: bazel-contrib/rules_nodejs@11395ea Will be available in the next release of |
|
@supercairos Can you please update to that version and confirm it solves your problem? |
@devversion Confirmed this fixes the issue. |
What happened?
While using a
js_rules
inside thejs_image_helper
, some environement variable seems to be missing since 1.6.XIn 1.6.X:
In 1.5.3
Running the Runfile library in 1.6.X version trigger this error:
Version
Bazel 5.3.2
rules_js 1.6.X
How to reproduce
Use the runfile in the E2E js_image project
Any other information?
No response
Fund our work
The text was updated successfully, but these errors were encountered: