nikolaik/docker-python-nodejs

FROM syntax doesn't work

PabloSzx opened this issue · 1 comments

When trying to use the FROM syntax with specific versions, this error is all I get

Step 1/21 : FROM nikolaik/python3.7-nodejs14
ERROR: Service 'XXX' failed to build : pull access denied for nikolaik/python3.7-nodejs14, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

As it turns out, the syntax should be FROM nikolaik/python-nodejs:python3.7-nodejs14, I'm pretty sure this should be mentioned in the README