Utilizing the build cache

Commands

docker image ls -a
docker image build -t jfahrer/myalpine:bash --cache-from jfahrer/myalpine:bash .
docker image ls -a
docker-compose build

Pinning images

Multistage builds