Closed
Description
Is your feature request related to a problem? Please describe.
Fabric8IstioIT uses an x64 binary checked into source control. This can create problems when trying to use docker on Apple Silicon, particularly nested VMs:
spring-cloud-kubernetes-test-support/src/main/resources/istio-cli/istio-1.16.0/bin/istioctl
Describe the solution you'd like
It is likely a better solution to copy this from the image pulled instead of checking 80MB binaries into source control
Describe alternatives you've considered
An alternative would be to also check in an arm64 binary