Skip to content

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

@Someguy123

Description

@Someguy123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions