n8n/n8n (1.113.3)

Published 2026-02-23 21:07:13 +08:00 by thamw

Installation

docker pull git.tham.one/thamw/n8n/n8n:1.113.3
sha256:61caad66cbf40ae2029a7660e3fa475c7b62aa696bf0677128ee36561ac54da1

About this package

Workflow Automation Tool

Image layers

add root layout
mount /out from exec sh -c /install amd64
add users and groups
apply fs for artifact dhi/pkg-node:22.22.0-alpine3.22@sha256:05c92536596a426004243183a9499d78365a6a2a55b32bdeac8a3f4ec69cebdf
mkdir /app
add metadata
ARG NODE_VERSION=22
RUN |1 NODE_VERSION=22 /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 && rm -rf /tmp/* /root/.npm /root/.cache/node /opt/yarn* && apk del apk-tools # buildkit
WORKDIR /home/node
ENV NODE_PATH=/opt/nodejs/node-v22/lib/node_modules
EXPOSE [5678/tcp]
ARG N8N_VERSION=1.113.3
ARG N8N_RELEASE_TYPE=dev
ENV NODE_ENV=production
ENV N8N_RELEASE_TYPE=stable
ENV NODE_ICU_DATA=/usr/local/lib/node_modules/full-icu
ENV SHELL=/bin/sh
WORKDIR /home/node
COPY /app /usr/local/lib/node_modules/n8n # buildkit
COPY /launcher-bin/* /usr/local/bin/ # buildkit
COPY docker/images/n8n/docker-entrypoint.sh / # buildkit
COPY docker/images/n8n/n8n-task-runners.json /etc/n8n-task-runners.json # buildkit
RUN |2 N8N_VERSION=1.113.3 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 # buildkit
RUN |2 N8N_VERSION=1.113.3 N8N_RELEASE_TYPE=stable /bin/sh -c cd /usr/local/lib/node_modules/n8n/node_modules/pdfjs-dist && npm install @napi-rs/canvas # buildkit
RUN |2 N8N_VERSION=1.113.3 N8N_RELEASE_TYPE=stable /bin/sh -c npm i -g jsdom # buildkit
RUN |2 N8N_VERSION=1.113.3 N8N_RELEASE_TYPE=stable /bin/sh -c npm i -g @mozilla/readability # buildkit
RUN |2 N8N_VERSION=1.113.3 N8N_RELEASE_TYPE=stable /bin/sh -c npm i -g markdown-it # buildkit
RUN |2 N8N_VERSION=1.113.3 N8N_RELEASE_TYPE=stable /bin/sh -c npm i -g qrcode # buildkit
RUN |2 N8N_VERSION=1.113.3 N8N_RELEASE_TYPE=stable /bin/sh -c npm i -g oauth-1.0a # buildkit
RUN |2 N8N_VERSION=1.113.3 N8N_RELEASE_TYPE=stable /bin/sh -c npm i -g axios # buildkit
ENV NODE_FUNCTION_ALLOW_EXTERNAL=qrcode,markdown-it,jsdom,@mozilla/readability,oauth-1.0a,axios
ENV NODE_FUNCTION_ALLOW_BUILTIN=*
EXPOSE [5678/tcp]
USER node
ENTRYPOINT ["tini" "--" "/docker-entrypoint.sh"]
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=1.113.3

Labels

Key Value
com.docker.dhi.chain-id sha256:e0e124bd43234a02f77394b5eff0823fa4c693c168901f6b65593670514aa9f4
com.docker.dhi.compliance cis
com.docker.dhi.created 2026-02-12T11:34:06Z
com.docker.dhi.date.end-of-life 2027-04-30
com.docker.dhi.date.release 2024-04-24
com.docker.dhi.definition image/node/alpine-3.22/22-dev
com.docker.dhi.distro alpine-3.22
com.docker.dhi.flavor
com.docker.dhi.name dhi/node
com.docker.dhi.package-manager apk
com.docker.dhi.shell busybox
com.docker.dhi.title Node.js 22.x (dev)
com.docker.dhi.url https://dhi.io/catalog/node
com.docker.dhi.variant dev
com.docker.dhi.version 22.22.0-alpine3.22-dev
org.opencontainers.image.description Workflow Automation Tool
org.opencontainers.image.source https://github.com/n8n-io/n8n
org.opencontainers.image.title n8n
org.opencontainers.image.url https://n8n.io
org.opencontainers.image.version 1.113.3
Details
Container
2026-02-23 21:07:13 +08:00
1
OCI / Docker
linux/amd64
272 MiB
Versions (1) View all
1.113.3 2026-02-23