sha256:f96f2f442352c8c4ec42b1a5df8169c11b12b0c510947eb723da4e9026f9166e
OS/ARCH
Compressed size
403.42 MB
Last pushed
26 days by rxchi1d
Type
Image
Manifest digest
sha256:842a882edddab254235e335fee17960c152130b983ffcacf24a17144bc9eb571
Image Layers
1add root layout2.03 KB2mount /out from exec sh46.56 MB3add users and groups372 B4mkdir /app76 B5add metadata5.98 KB6RUN /bin/sh -c apk add14.44 MB7RUN /bin/sh -c mkdir -p162 B8WORKDIR /home/node32 B9ENV NODE_PATH=/usr/local/lib/node_modules0 B10EXPOSE [5678/tcp]0 B11ARG N8N_VERSION=2.35.70 B12ARG N8N_RELEASE_TYPE=stable0 B13ENV NODE_ENV=production0 B14ENV N8N_RELEASE_TYPE=stable0 B15ENV SHELL=/bin/sh0 B16WORKDIR /home/node32 B17COPY /usr/local/lib/node_modules/n8n /usr/local/lib/node_modules/n8n # buildkit294.28 MB18COPY docker/images/n8n/docker-entrypoint.sh / # buildkit311 B19RUN |2 N8N_VERSION=2.35.7 N8N_RELEASE_TYPE=stable /bin/sh246 B20EXPOSE [5678/tcp]0 B21USER node0 B22ENTRYPOINT ["tini" "--" "/docker-entrypoint.sh"]0 B23LABEL org.opencontainers.image.title=n8n org.opencontainers.image.description=Workflow Automation Tool0 B24USER root0 B25COPY /sbin/apk.static /sbin/apk.static # buildkit2.39 MB26COPY /etc/apk/keys /tmp/apk-keys # buildkit2.49 KB27RUN /bin/sh -c RUNTIME_ALPINE_VERSION=$(. /etc/os-release45.74 MB28USER node0 B29RUN /bin/sh -c n8n --version32 BCommand
add root layout