On 2/8/2019 5:25 PM, P. Baillet wrote:

I’ve been playing with |raco distribute| to build small docker images with racket binaries in them and it seems that the command sometimes creates a very deep tree and crashes in the end (with Racket 7.2):


On some platforms [those that use AUFS], a Docker image is limited to a maximum of 127 layers.  As you know, every run command creates at least one new layer.

Why not build the executable separately and just copy it into the image?

George

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to