sha256:83bf0b3ae49bfc3dc76f6f9243416ea70e8b1ca7ef6542ea82f8bbb0faaef647
OS/ARCH
Compressed size
412.15 MB
Last pushed
about 1 month by rxchi1d
Type
Image
Manifest digest
sha256:83f15061a86957ab2aeebd2a83a976b226a406032907c692fbe0ffce03bab784
Image Layers
1add root layout2.32 KB2mount /out from exec sh46.59 MB3add users and groups374 B4mkdir /app77 B5add metadata5.98 KB6RUN /bin/sh -c apk add14.81 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.33.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 # buildkit300.8 MB18COPY docker/images/n8n/docker-entrypoint.sh / # buildkit313 B19RUN |2 N8N_VERSION=2.33.7 N8N_RELEASE_TYPE=stable /bin/sh244 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.08 MB26COPY /etc/apk/keys /tmp/apk-keys # buildkit2.22 KB27RUN /bin/sh -c RUNTIME_ALPINE_VERSION=$(. /etc/os-release47.86 MB28USER node0 B29RUN /bin/sh -c n8n --version32 BCommand
add root layout