2026-01-14 17:31:15 UTC
221 MB
stable
NODE_ENVproduction
NODE_ICU_DATA/usr/local/lib/node_modules/full-icu
NODE_VERSION22.21.1
NPM_CONFIG_UPDATE_NOTIFIERfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL/bin/sh
YARN_DISABLE_SELF_UPDATE_CHECKtrue
[#000] sha256:bc0cdc8ecc2f6364ced83299df42ebc3fbafc1974a2c09a8e2883f574d286c65 - 0.0% (1.85 KB)
[#001] sha256:66d634619c1cbefc8cdc36fc398c2d3af2a471df64756aa6ddf49869d73c0cbf - 4.11% (9.1 MB)
[#002] sha256:f860243118e9d5e20bc0ccc4542fd0a958afc6e48b156de721f1822a513e4227 - 0.0% (383 Bytes)
[#003] sha256:7ebb9aff85feb47842aaf0945d8232ba6fc12be6db5b43f17c97ec88f1711c77 - 17.98% (39.8 MB)
[#004] sha256:218829d6d7f2466a13dc065486bc34f1392c53134f7cd8db329efa04fa350786 - 0.0% (73 Bytes)
[#005] sha256:9cd9f54f6da223438239c926e3ba5e2b96a0ddb5c71d2d596098628afa259821 - 0.0% (1.9 KB)
[#006] sha256:e628b015b66d177f90e2ad9c84e085b72801c70889f6db0c44ba9d2b7574e582 - 8.77% (19.4 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:8a1247d33e5652c6e7f8ac9f7bc2120ff6a1ab97d4877f674229e681a104e1bb - 68.64% (152 MB)
[#010] sha256:eda5344952876f5cf6a1454dbf3f42c9071130099db0d2030be4a903b213921e - 0.0% (311 Bytes)
[#011] sha256:cd918d99aa586bde2b254dc8f55f0d39a110095436b2f073235a1f38ff8d0bae - 0.49% (1.09 MB)
add root layout
2025-12-16 09:07:32 UTC (buildkit.exporter.image.v0)mount /out from exec sh -c /install amd64
2025-12-16 10:49:47 UTC (buildkit.exporter.image.v0)add users and groups
2025-12-16 10:49:47 UTC (buildkit.exporter.image.v0)apply fs for artifact dhi/pkg-node:22.21.1-alpine3.22@sha256:eafb856954b059fb399466f5c0a2ca7a5356e9f810f99169069676e1d8b92a7f
2025-12-16 10:49:47 UTC (buildkit.exporter.image.v0)mkdir /app
2025-12-16 10:49:47 UTC (buildkit.exporter.image.v0)add metadata
2026-01-08 09:33:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache busybox-binsh && apk --no-cache add --virtual .build-deps-fonts msttcorefonts-installer fontconfig && update-ms-fonts && fc-cache -f && apk del .build-deps-fonts && find /usr/share/fonts/truetype/msttcorefonts/ -type l -exec unlink {} \; && apk update && apk upgrade --no-cache && apk add --no-cache git openssh openssl graphicsmagick=1.3.45-r0 `# pinned to avoid ghostscript-fonts (AGPL)` tini tzdata ca-certificates libc6-compat && npm install -g full-icu@1.5.0 && rm -rf /tmp/* /root/.npm /root/.cache/node /opt/yarn* && apk del apk-tools # buildkit
2026-01-08 09:33:33 UTC (buildkit.dockerfile.v0)WORKDIR /home/node
2026-01-08 09:33:33 UTC (buildkit.dockerfile.v0)ENV NODE_ICU_DATA=/usr/local/lib/node_modules/full-icu
2026-01-08 09:33:33 UTC (buildkit.dockerfile.v0)EXPOSE [5678/tcp]
2026-01-13 16:46:18 UTC (buildkit.dockerfile.v0)ARG N8N_VERSION=2.4.2
2026-01-13 16:46:18 UTC (buildkit.dockerfile.v0)ARG N8N_RELEASE_TYPE=stable
2026-01-13 16:46:18 UTC (buildkit.dockerfile.v0)ENV NODE_ENV=production
2026-01-13 16:46:18 UTC (buildkit.dockerfile.v0)ENV N8N_RELEASE_TYPE=stable
2026-01-13 16:46:18 UTC (buildkit.dockerfile.v0)ENV NODE_ICU_DATA=/usr/local/lib/node_modules/full-icu
2026-01-13 16:46:18 UTC (buildkit.dockerfile.v0)ENV SHELL=/bin/sh
2026-01-13 16:46:18 UTC (buildkit.dockerfile.v0)WORKDIR /home/node
2026-01-14 17:31:08 UTC (buildkit.dockerfile.v0)COPY ./compiled /usr/local/lib/node_modules/n8n # buildkit
2026-01-14 17:31:09 UTC (buildkit.dockerfile.v0)COPY docker/images/n8n/docker-entrypoint.sh / # buildkit
2026-01-14 17:31:15 UTC (buildkit.dockerfile.v0)RUN |2 N8N_VERSION=2.4.2 N8N_RELEASE_TYPE=stable /bin/sh -c cd /usr/local/lib/node_modules/n8n && npm rebuild sqlite3 && ln -s /usr/local/lib/node_modules/n8n/bin/n8n /usr/local/bin/n8n && mkdir -p /home/node/.n8n && chown -R node:node /home/node && rm -rf /root/.npm /tmp/* # buildkit
2026-01-14 17:31:15 UTC (buildkit.dockerfile.v0)EXPOSE [5678/tcp]
2026-01-14 17:31:15 UTC (buildkit.dockerfile.v0)USER node
2026-01-14 17:31:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "--" "/docker-entrypoint.sh"]
2026-01-14 17:31:15 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=n8n org.opencontainers.image.description=Workflow Automation Tool org.opencontainers.image.source=https://github.com/n8n-io/n8n org.opencontainers.image.url=https://n8n.io org.opencontainers.image.version=2.4.2
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.