tsuru / docker-nginx-with-modules

Build nginx docker image image with custom modules
107 stars 39 forks source link

are you sure the current Dockerfile on master branch works for "docker build" command set? #18

Closed whatis01 closed 1 year ago

whatis01 commented 1 year ago

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 1 year ago

the problem has been solved, i installed the docker-buildx-plugin external toolkits for the scripts executing.