Dogfooding :: Impossible to build che-code docker image due to reaching the maximum amount of opened files #22292
Labels
area/dogfooding
Using Eclispe Che to code, test and build Eclipse Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
I'm trying to build che-code docker image on the dogfooding instance, but the build continuously fails with
EMFILE: too many opened files
Che version
next (development version)
Steps to reproduce
build/dockerfiles/linux-libc.Dockerfile
, remove all the content related to testing ( Lines between### Testing
and# Store the content of the result
)podman build -f build/dockerfiles/linux-libc.no-test.Dockerfile -t linux-libc-amd64 .
Expected behavior
The
linux-libc-amd64
image should be successfully built.Runtime
OpenShift
The text was updated successfully, but these errors were encountered: