Google has introduced Kaniko, an open-source tool for building container images from a Dockerfile even without privileged access. With Kaniko, it is possible build an image from a Dockerfile and push it to a registry. Users can run Kaniko in a standard Kubernetes cluster or the Google Kubernetes Engine.
Read more about Kaniko on the Google Blog.