are you sure the current Dockerfile on master branch works for "docker build" command set?
whatis01 opened this issue · 1 comments
whatis01 commented
hi, i just cloned the master branch to my local centos node; but while i was running the docker build command, the below error info promoted:
Step 1/29 : ARG nginx_version=stable
Please provide a source image with from
prior to commit
i checked the Docker file, and found the first line had some very particular variable uses:
ARG nginx_version=stable
FROM nginx:${nginx_version} AS build
my local docker version is:
Docker version 1.13.1, build 7d71120/1.13.1
So, could you please me, how to successfully running the docker build from your source? thanks in advance.
whatis01 commented
the problem has been solved, i installed the docker-buildx-plugin external toolkits for the scripts executing.