Add image affinity to test script (cherry picked from commit 4c2112dbfd4da219f2585569b716b59f7562b034) Signed-off-by: Aanand Prasad <[email protected]>
@@ -12,6 +12,7 @@ docker run \
--volume="$(pwd):/code" \
-e DOCKER_VERSIONS \
-e "TAG=$TAG" \
+ -e "affinity:image==$TAG" \
--entrypoint="script/test-versions" \
"$TAG" \
"$@"