Skip to content

Instantly share code, notes, and snippets.

@rafaelfelix
Last active November 14, 2019 09:10
Show Gist options
  • Save rafaelfelix/1303c9c26332bc600ef54f1a9c2e8fde to your computer and use it in GitHub Desktop.
Save rafaelfelix/1303c9c26332bc600ef54f1a9c2e8fde to your computer and use it in GitHub Desktop.
spark-on-k8s-build-docker-images.sh
#!/bin/bash
./spark/bin/docker-image-tool.sh -r $(minikube ip):30000 -t latest build
# building will take a bit of time. then:
./spark/bin/docker-image-tool.sh -r $(minikube ip):30000 -t latest push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment