sha256:624dca761277c2d541a6d419d7dffb429e71fa1d39a36d9afa58a248d3b7dc90
OS/ARCH
Compressed size
290.13 MB
Last pushed
16 days by juliopolycarpo
Type
Image
Manifest digest
sha256:4487d4e3b896bd72d422be6d225998b0242141976e75850c119d646537a9be6d
Image Layers
1add root layout2.31 KB2mount /out from exec sh49.4 MB3add users and groups374 B4mkdir /app78 B5add metadata5.96 KB6RUN /bin/sh -c apk add16.06 MB7RUN /bin/sh -c mkdir -p161 B8WORKDIR /home/node32 B9ENV NODE_PATH=/usr/local/lib/node_modules0 B10EXPOSE [5678/tcp]0 B11ARG N8N_VERSION=2.39.10 B12ARG N8N_RELEASE_TYPE=stable0 B13ARG IMAGE_DESCRIPTION=Workflow Automation Tool0 B14ENV NODE_ENV=production0 B15ENV N8N_RELEASE_TYPE=stable0 B16ENV SHELL=/bin/sh0 B17WORKDIR /home/node16 B18COPY ./compiled /usr/local/lib/node_modules/n8n # buildkit194.47 MB19COPY docker/images/n8n/docker-entrypoint.sh / # buildkit301 B20COPY /build/node_modules/sqlite3/build/Release/node_sqlite3.node /usr/local/lib/node_modules/n8n/node_modules/sqlite3/build/Release/node_sqlite3.node # buildkit1.13 MB21COPY /build/isolated-vm/build/Release/isolated_vm.node /usr/local/lib/node_modules/n8n/node_modules/isolated-vm/build/Release/isolated_vm.node # buildkit9.68 MB22COPY /build/node_modules/@confluentinc/kafka-javascript/build/Release/confluent-kafka-javascript.node /tmp/ # buildkit195.13 KB23RUN |3 N8N_VERSION=2.39.1 N8N_RELEASE_TYPE=stable IMAGE_DESCRIPTION=Workflow195.94 KB24EXPOSE [5678/tcp]0 B25USER node0 B26ENTRYPOINT ["tini" "--" "/docker-entrypoint.sh"]0 B27LABEL org.opencontainers.image.title=n8n org.opencontainers.image.description=Workflow Automation Tool0 B28USER root0 B29ARG APK_STATIC_VERSION=2.14.40 B30ARG ALPINE_VERSION=3.220 B31RUN |2 APK_STATIC_VERSION=2.14.4 ALPINE_VERSION=3.22 /bin/sh19 MB32USER node0 BCommand
add root layout