tom-pytel opened a new issue #5875: URL: https://github.com/apache/skywalking/issues/5875
Please answer these questions before submitting your issue. - Why do you submit this issue? - [x ] Question or discussion - [ ] Bug - [ ] Requirement - [ ] Feature or performance improvement ___ ### Question - What do you want to know? After doing everything I think I need to do I try to run the NodeJS agent test and I get the following: ``` > [email protected] test /home/tom/src/skywalking-nodejs > mocha -r ts-node/register 'tests/**/test.ts' Creating network "http_traveling-light" with the default driver Building server Step 1/5 : FROM nodejs-dependencies ✓ test /home/tom/src/skywalking-nodejs/tests/plugins/http Service 'server' failed to build: pull access denied for nodejs-dependencies, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Removing network http_traveling-light 1 passing (4s) ``` Where is nodejs-dependencies supposed to come from and what am I missing? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
