Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update usage
  • Loading branch information
ramaddepally committed Nov 20, 2018
commit 5ec7cb75bf476962dcabb160ff9a3672d9482bd5
4 changes: 2 additions & 2 deletions bin/docker-image-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ Examples:
- Build image in minikube with tag "testing"
$0 -m -t testing build

- Skip building SparkR docker image
$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

- Build and push image with tag "v2.3.0" to docker.io/myrepo
$0 -r docker.io/myrepo -t v2.3.0 build
Expand Down