Jonas Stoehr
Jonas Stoehr
Hello Anna, you seem to misunderstand what Arduino CMake actually is and what it isn't. Let me explain: Arduino CMake is just a build system to give you more freedom...
Hi, sorry if my questions are silly, but I have 0 experience with ranger. So you are basically suggesting that when `--hetzner-use-private-network` is active, the machine's IP should be the...
Hi, as stated before I'm still unsure whether this is something the lower-level docker provisioner (i.e. `docker-machine`) should care about, but contributions are always welcome! You can try and see...
The IPAddress field is not part of the hetzner specific driver part, but of the base code for all docker machine drivers. Existing APIs, such as `GetIP()` rely on this....
The mutual exclusion logic is rather funky and still is there as it was in the archaic Cloud beta times. Could you please try with those [manual build](https://github.com/JonasProgrammer/docker-machine-driver-hetzner/actions/runs/2808508215) artifacts?
Now that is really strange... `ImageID` is only ever assigned once (from the flag value in `SetConfigFromFlags`) and the check runs on it being non-zero -- which should not be...
Hi Michael, see my comment in the other issue regarding the possibility of setting ImageID from the template. As for this specific issue: I have re-added the check for the...
Hi Michael, I have added some debug code (hidden behind `go build -tags flag_debug`) on the branch -- it pretty much dumps the entire driver config as well as flags...
I will release the fix allowing both an empty or the old default image being passed along with an ID tomorrow. This exemption will old configurations (and command line arguments...
Should work with 3.8.0 now, could you try it please?