I\'m working on a dockerfile.
I just realised that I\'ve been using FROM with indexed images all along.
So I wonder:
Verified: it works well in Docker 1.7.0.
Don't specify --pull=true when running the docker build command
From this thread on reference locally-built image using FROM at dockerfile:
If you want use the local image as the base image, pass without the option
--pull=true
--pull=truewill always attempt to pull a newer version of the image.