@dmvolod when you're connected or disconnected you can always attach to the same docker daemon used by Minishift/Minikube and build a image as `docker.io/apache/camel-k:0.0.2-SNAPSHOT` or tag a different image with that name (this is what these [two lines](https://github.com/apache/camel-k/blob/1bf909cb10759e7334dcc38af9f4672f38c3b5f9/build/install_minishift.sh#L14-L15) are doing).
The `Deployment` resource that instantiates the operator is set with a `imagePullPolicy: IfNotPresent`, meaning that it will try to contact Docker Hub only when there are no corresponding images in the local store. This means that docker hub will never be contacted if you provide a image for `docker.io/apache/camel-k:0.0.2-SNAPSHOT`. I think there's no need to use a different name... [ Full content available at: https://github.com/apache/camel-k/issues/97 ] This message was relayed via gitbox.apache.org for [email protected]
