You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
When build Docker images with more than 50-plus layers, the build will fail exactly at step 62 as shown below.
Step 62/100 : RUN touch foobar
error creating overlay mount to /mnt/sda1/var/lib/docker/overlay2/83fc9f0b117631bc8a412c13c44db45801ecb056068df501e6c093c7bc893a55-init/merged: no such file or directory
make: *** [Makefile:2: all] Error 1
Dockerfile.txt
Result for most recent released versions.
When build Docker images with more than 50-plus layers, the build will fail exactly at step 62 as shown below.
To reproduce the bug.