aztk icon indicating copy to clipboard operation
aztk copied to clipboard

Setup_host.sh retry docker image pull bug

Open jafreck opened this issue 6 years ago • 1 comments

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.

jafreck avatar Feb 07 '19 18:02 jafreck

Also another line in the same file: https://github.com/Azure/aztk/blob/72c7833fbfa3d7e166a07c64c3a170ff6c17b651/aztk/node_scripts/setup_host.sh#L69

mmduyzend avatar Feb 12 '19 11:02 mmduyzend