Skip to content

Commit 5ec7cb7

Browse files
committed
Update usage
1 parent 11080c9 commit 5ec7cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/docker-image-tool.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ Examples:
174174
- Build image in minikube with tag "testing"
175175
$0 -m -t testing build
176176
177-
- Skip building SparkR docker image
178-
$0 -r repo -t tag -R skip build
177+
- Build PySpark docker image
178+
$0 -r docker.io/myrepo -t v2.3.0 -p kubernetes/dockerfiles/spark/bindings/python/Dockerfile build
179179
180180
- Build and push image with tag "v2.3.0" to docker.io/myrepo
181181
$0 -r docker.io/myrepo -t v2.3.0 build

0 commit comments

Comments
 (0)