Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build docker file #75

Open
0xrgg opened this issue Mar 25, 2020 · 0 comments
Open

Unable to build docker file #75

0xrgg opened this issue Mar 25, 2020 · 0 comments

Comments

@0xrgg
Copy link

0xrgg commented Mar 25, 2020

Hey,
I'm encountering an issue while trying to run the build command in the documentation. The system is running on CentOS7 (I believe it's 7.7). I've tried both commands I could find in regards to building this and am facing the same error message. I'm not particularly seasoned in Docker so I'm probably just using an obsolete syntax or something but can't seem to find anything online

docker build -t nginx-ldap-auth-daemon --build-arg PYTHON_VERSION=3 . Sending build context to Docker daemon 210.9 kB Step 1/7 : ARG PYTHON_VERSION=2 Please provide a source image with fromprior to commit

docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 . Sending build context to Docker daemon 210.9 kB Step 1/17 : ARG PYTHON_VERSION=2 Please provide a source image with fromprior to commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant