sha256:12c675260371e9b8e33de9076261f157084b2be354687e9d3c273da0a2b5645d
OS/ARCH
Compressed size
412.15 MB
Last pushed
about 1 month by rxchi1d
Type
Image
Manifest digest
sha256:07cead6ce2a730d23daa1d46b9a056eb5ed71023dc8a89a4bcf139fc4e4cad4c
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.50 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 / # buildkit312 B19RUN |2 N8N_VERSION=2.33.5 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