Don't build docker-image-builder with docker-image-builder
This repo has a bootstrapping problem: you can't build the image unless you already built the image before. Using the upstream Kaniko image solves this.
This is important because soon you'll have to add support for building aarch64
docker images, and for that you will need an aarch64
version of docker-image-builder
.