We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11080c9 commit 5ec7cb7Copy full SHA for 5ec7cb7
bin/docker-image-tool.sh
@@ -174,8 +174,8 @@ Examples:
174
- Build image in minikube with tag "testing"
175
$0 -m -t testing build
176
177
- - Skip building SparkR docker image
178
- $0 -r repo -t tag -R skip build
+ - Build PySpark docker image
+ $0 -r docker.io/myrepo -t v2.3.0 -p kubernetes/dockerfiles/spark/bindings/python/Dockerfile build
179
180
- Build and push image with tag "v2.3.0" to docker.io/myrepo
181
$0 -r docker.io/myrepo -t v2.3.0 build
0 commit comments