Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent base images from accidental prune
Base images sometimes used to be pruned as part of a rebuild when they became dangling. That could happen when the "rpm" image was based on a different version of the base image. This was super annoying since you had to wait for the whole package set to be downloaded and installed again. Luckily, base images don't change as often so we can perhaps afford to keep each version around. Do that by simply adding the Dockerfile hash to the tag name.
- Loading branch information