If we run --build-type skip, we do not create a new docker image or push the image to dockerhub. We just pull the images directly from dockerhub.
The problem is, we still create a genesis. So that genesis is going to waste. Since that is built into the docker image. So we will be using an old docker image.
Only really problematic I think with Clients. Will need to be updated in the future.