nikolaik / docker-python-nodejs

🐳 Python with Node.js docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FROM syntax doesn't work

PabloSzx opened this issue · 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