为什么使用 buildah 时 npm install 会失败,并出现 Assertion failed: (fd > STDERR_FILENO)?
嘿,我有一个项目的 Dockerfile,我想在 Kubernetes 上运行的 Gitlab ci/cd 管道内构建它。该映像是在 quay.io 的 buildah 容器内构建的,但虽然项目在本地编译,但管道却没有: STEP 4/7: RUN npm install yarn node: ../deps/uv/src/unix/core.c:633: uv__close: Assertion `fd > STDERR_FILENO' failed. Aborted (core dumped) subprocess exited with stat...