goldmann / docker-squash

Docker image squashing tool
MIT License
848 stars 109 forks source link

Igonoring DOCKER_TIMEOUT #206

Closed caiofis closed 2 years ago

caiofis commented 2 years ago

I am facing the famous problem with large images. I tried setting the DOCKER_TIMEOUT variable by running export DOCKER_TIMEOUT=3600 before running docker-squash but it keeps falling after 600 seconds. Do you know what have I done wrong?