rake-compiler / rake-compiler-dock

Easy to use and reliable cross compiler environment for building Windows, Linux, Mac and JRuby binary gems.
MIT License
77 stars 30 forks source link

ParallelDockerBuild: Use hashed file names to shorten then #98

Closed larskanis closed 1 year ago

larskanis commented 1 year ago

With the many images we now have, the file names of the common parts of docker images have grown to 220 characters. This already exceeds the maximum length of file names of some file systems (ecryptfs). Using a hash is less expressive, but usually the name of these files is just an internal thing.

Also add the tmp directory with these common-* files to "rake clean".