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

Fails with alpine node:12 images #58

Open
abdullateef97 opened this issue Mar 6, 2020 · 1 comment
Open

Fails with alpine node:12 images #58

abdullateef97 opened this issue Mar 6, 2020 · 1 comment

Comments

@abdullateef97
Copy link

abdullateef97 commented Mar 6, 2020

using node:12-alpine as my base image
after running bbrun --pipeline branches:development I get the following error

  throw err;
  ^

Error: Cannot find module '/ws/bash'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:982:15)
    at Function.Module._load (internal/modules/cjs/loader.js:864:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
    at internal/main/run_main_module.js:18:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}```
@ghost
Copy link

ghost commented Mar 11, 2021

I have the same issue on another image based on alpine, rastasheep/alpine-node-chromium:10-alpine.
Perhaps because it doesn't have bash installed?

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

No branches or pull requests

1 participant