Does anyone use Kaniko for Docker builds?

Does anyone use Kaniko for Docker builds? https://github.com/GoogleContainerTools/kaniko

Is there any other solution for Azure DevOps?

Not sure i understand your question, what stops you from using any CLI tool inside azure devops pipeline ?

Docker cli is already in each hosted agents, worst case, install the CLI tool of you choice and go for it.

We use Kaniko on our kubernetes hosted agents (since kubernetes no longer has a docker daemon available).

> not sure i understand your question, what stops you from using any CLI tool inside azure devops pipeline ?
the main issue is docker layer caching. Azure DevOps doesn’t support it by default

> We use Kaniko on our kubernetes hosted agents (since kubernetes no longer has a docker daemon available).
That would be the second reason I guess although we are not there yet.

how are you using Kaniko’s cache?

I am not sure but I think cache caused too many issues so we don’t use it