aztk
aztk copied to clipboard
Setup_host.sh retry docker image pull bug
This line in setup_host.sh is invalid bash: https://github.com/Azure/aztk/blob/72c7833fbfa3d7e166a07c64c3a170ff6c17b651/aztk/node_scripts/setup_host.sh#L49
As a result, image pull retries never fire. Arithmetic should be enclosed in double parenthesis.
Also another line in the same file: https://github.com/Azure/aztk/blob/72c7833fbfa3d7e166a07c64c3a170ff6c17b651/aztk/node_scripts/setup_host.sh#L69