When constructing a tar for building a docker image, file I/O is required to read the Dockerfile. This is a problem when there are a lot of requests and requires increasing the ulimit nofile property.
Instead, the contents of these files can be kept in memory. It would also remove the necessity for a separate thread in Executor.
When constructing a tar for building a docker image, file I/O is required to read the Dockerfile. This is a problem when there are a lot of requests and requires increasing the
ulimit nofileproperty.Instead, the contents of these files can be kept in memory. It would also remove the necessity for a separate thread in
Executor.