beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

feat: option --no-push #57

Closed schlichtanders closed 1 year ago

schlichtanders commented 1 year ago

this is useful for minikube, where you can directly build using the minikube docker instead of setting up and pushing to a dummy registry.

See here for the minikube instructions about how to directly build inside minikube.

I tested them locally and could speed up my build process significantly:

schlichtanders commented 1 year ago

Thank you for thumbs up.

I added documentation to the README.md (mind that my autosave config removed all trailing whitespace, the actual changes are rather a few. It helps to set the github's option to ignore whitespace changes - click on the gear symbol at the top)

I hope it is ready for merge now :slightly_smiling_face: