sha256:83eb84207be9ddf709b65affdd5667f4495c8b463808915d37a1188d2618945e
OS/ARCH
Compressed size
409.94 MB
Last pushed
about 2 months by rxchi1d
Type
Image
Manifest digest
sha256:8759e956bbb574aa35d801ba21ee97b607689ff4050586ef33788961815ce91e
Image Layers
1add root layout2.03 KB2mount /out from exec sh46.55 MB3add users and groups375 B4mkdir /app77 B5add metadata5.98 KB6RUN /bin/sh -c apk add14.44 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.60 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.81 MB18COPY docker/images/n8n/docker-entrypoint.sh / # buildkit311 B19RUN |2 N8N_VERSION=2.33.6 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