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.
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 commiti 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.