sha256:bfa6c7f7df4caf40d1e2d005610648f9cbb73a470c9897bc6de2ea32af9a045a
OS/ARCH
Compressed size
309.96 MB
Last pushed
about 1 month by need4swede
Type
Image
Manifest digest
sha256:1fb5074bed66c8c0e94bbb28a505c9a10e108e6e20720481ea74bed9b7cb98d6
Image Layers
1ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit4.01 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c addgroup -g41.53 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit443 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apk add110.49 MB11RUN /bin/sh -c addgroup -g1016 B12RUN /bin/sh -c mkdir -p96 B13USER nodejs0 B14WORKDIR /app32 B15COPY --chown=nodejs:nodejs server/package*.json ./ #55.99 KB16RUN /bin/sh -c npm ci79.57 MB17COPY --chown=nodejs:nodejs server/. . #35.77 MB18COPY --chown=nodejs:nodejs database /app/database #26.26 KB19COPY --chown=nodejs:nodejs athena /app/athena #62.02 KB20COPY --chown=nodejs:nodejs public /app/public #2.19 MB21RUN /bin/sh -c python3 -m3.75 MB22ENV PATH=/app/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B23ENV VIRTUAL_ENV=/app/venv0 B24RUN /bin/sh -c pip3 install30.98 MB25RUN /bin/sh -c npm run316.72 KB26COPY --chown=nodejs:nodejs server/docker-entrypoint.sh /app/docker-entrypoint.sh #32 B27RUN /bin/sh -c chmod +x2.64 KB28EXPOSE [36464/tcp]0 B29HEALTHCHECK {Test:[CMD-SHELL node healthcheck.js] Interval:30s0 B30ENTRYPOINT ["/app/docker-entrypoint.sh"]0 B31CMD ["npm" "start"]0 BCommand
ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit