We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db4bbc commit 6887ab0Copy full SHA for 6887ab0
Dockerfile
@@ -27,10 +27,6 @@ FROM node:22-bookworm-slim AS build
27
# Set Python interpreter for `node-gyp` to use
28
ENV PYTHON=/usr/bin/python3
29
30
-# Critical: Increase memory and timeout for ARM64 cross-compilation
31
-ENV NODE_OPTIONS="--max-old-space-size=8192"
32
-ENV YARN_NETWORK_TIMEOUT=300000
33
-
34
# Install isolate-vm dependencies, these are needed by the @backstage/plugin-scaffolder-backend.
35
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
36
--mount=type=cache,target=/var/lib/apt,sharing=locked \
0 commit comments