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

Dockerfile no longer builds due to api.nodesecurity.io being dead #1

Open
Someguy123 opened this issue Dec 17, 2018 · 0 comments
Open

Comments

@Someguy123
Copy link

When the Dockerfile runs the make ci-test, it fails with a fatal error due to api.nodesecurity.io no longer resolving (I'm not even sure what that domain was used for).

Step 4/11 : RUN yarn install --non-interactive --frozen-lockfile
 ---> Using cache
 ---> 14b2249540a6
Step 5/11 : RUN make ci-test
 ---> Running in 868a2db27d19
nsp check
(+) Error: Client request error: getaddrinfo ENOTFOUND api.nodesecurity.io api.nodesecurity.io:443
Makefile:30: recipe for target 'ci-test' failed
make: *** [ci-test] Error 1

A makeshift fix for anyone running into this issue, is to simply comment out the RUN make ci-test line in the Dockerfile, and it builds just fine.

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