Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Component/s: Kubernetes
-
Labels:None
Description
I am trying to build kubernetes image for version 2.3.0, using
./bin/docker-image-tool.sh -r ninadingole/spark-docker -t v2.3.0 build
giving me an issue for docker build
error:
"docker build" requires exactly 1 argument. See 'docker build --help'. Usage: docker build [OPTIONS] PATH | URL | - [flags] Build an image from a Dockerfile
Executing the command within the spark distribution directory. Please let me know what's the issue.