WDL (at least as currently in FireCloud) requires Docker images to be pulled from Dockerhub; Quay and other repositories are not supported.
@mlin would it be possible to tweak the build.sh script in vg_docker to do a:
docker login # logs into dockerhub
docker push docker push "${image_release_with_tag}"
at the end of the build.sh script?