sha256:2d70797a7fbd007579732e40b2764a0d77c4e105687ff4b310d1ae6def644974
OS/ARCH
Compressed size
409.58 MB
Last pushed
22 days by rxchi1d
Type
Image
Manifest digest
sha256:8771d3e18a95c3eaf2006f66f6f025f730754e4f7a4379c9368adcea5b2c8d47
Image Layers
1add root layout2.31 KB2mount /out from exec sh46.62 MB3add users and groups372 B4mkdir /app76 B5add metadata5.98 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.36.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 # buildkit296.94 MB18COPY docker/images/n8n/docker-entrypoint.sh / # buildkit312 B19RUN |2 N8N_VERSION=2.36.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.08 MB26COPY /etc/apk/keys /tmp/apk-keys # buildkit2.22 KB27RUN /bin/sh -c RUNTIME_ALPINE_VERSION=$(. /etc/os-release47.87 MB28USER node0 B29RUN /bin/sh -c n8n --version32 BCommand
add root layout