spotify/docker-cassandra

Images aren't built in order

rohansingh opened this issue · 1 comments

The spotify/cassandra:base image needs to be built before the other images. However, this ordering is not guaranteed by the Docker Hub, so new builds of the :cassandra or :cluster image usually end up using the previous version of the :base image.

The current workaround is to do a second build.

You should tag image versions and use a specific version in FROM command.