Tried to build docker-for-win iso file failed

I’ve tried to build docker-for-win iso file but not success. I got errors when pulling some necessary images such as vpnkit-9pmount-vsock, desktop-host-tools, etc. as below:

FATA[0012] Failed to build init tarball from docker/desktop-host-tools:current: Could not pull image docker/desktop-host-tools:current: Error response from daemon: pull access denied for docker/desktop-host-tools, repository does not exist or may require ‘docker login’

I already logged in docker hub with my acc but still getting these errors. I’m using “Docker version 18.09.0, build 4d60db4” on Ubuntu 16.04.
Having any way which I can pull these private images or rebuild them? Thanks in advance.