Docker image with istioctl 1.4

I want to run istioctl within kubernetes and looked for an official image with istioctl. I found gcr.io/istio-testing/istioctl, but that repo only includes version 1.5 it seems. Is there any maintained repository with istioctl 1.4?

Hi @msv,

Did you take a look at the Docker Desktop tool.

@selmanj is working on docker image for istioctl. Joe can probably provide more here.

The istioctl docker image you linked to was just created a few days ago by https://github.com/istio/istio/pull/19079, so its not available on 1.4

Also I noticed that gcr.io/istio-testing/istioctl doesn’t include kubectl, so you can’t do for example istioctl manifest apply. I baked my own image instead.