sha256:a0d33ec4d48e53d79e5fb0595f21d9de2159b012b8b02615b7db8d72afef21b5
OS/ARCH
linux/amd64
Compressed size
220.37 MB
Last pushed
10 months by karsten13
Type
Image
Manifest digest
sha256:a0d33ec4d48e53d79e5fb0595f21d9de2159b012b8b02615b7db8d72afef21b5
Image Layers
1ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit3.63 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.11.10 B4RUN /bin/sh -c addgroup -g48.55 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c set -e
apk418.92 KB11USER node0 B12ENV NODE_ENV=production DAEMON=false SILENT=false APP_DIR=/usr/src/app0 B13WORKDIR /usr/src/app130 B14COPY --chown=node:node . install/package.json ./4.4 MB15COPY --chown=node:node --chmod=0755 entrypoint.sh ./422 B16ARG NODE_BB_PLUG_ADD=nodebb-plugin-custom-pages_nodebb-plugin-question-and-answer_nodebb-plugin-recent-cards0 B17RUN |1 NODE_BB_PLUG_ADD=nodebb-plugin-custom-pages_nodebb-plugin-question-and-answer_nodebb-plugin-recent-cards /bin/sh -c154.78 MB18EXPOSE [4567/tcp]0 B19VOLUME [/usr/src/app/node_modules /usr/src/app/public/uploads]0 B20HEALTHCHECK &{["CMD-SHELL" "wget -qO /dev/null0 B21ENTRYPOINT ["tini" "--" "./entrypoint.sh"]0 B22COPY --chown=node:node build/ /usr/src/app/build/ #7.4 MBCommand
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit