sha256:8dfe5572a099699c52b7a37f1f0a4465d53bfc2ccd92ce9f99c6fdb86b567fb6
OS/ARCH
Compressed size
161.78 MB
Last pushed
9 months by dessalines
Type
Image
Manifest digest
sha256:280173f06e287be7059a356b9bd2517043dee0cfad09fc4140c34c110b47e35f
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=25.2.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=45.52 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG TARGETARCH=arm640 B11ENV NODE_ENV=production0 B12RUN |1 TARGETARCH=arm64 /bin/sh -c4.28 MB13COPY --chown=node:node /usr/src/app/dist /app/dist #2.62 MB14COPY --chown=node:node /usr/src/app/node_modules /app/node_modules #80.93 MB15RUN |1 TARGETARCH=arm64 /bin/sh -c32 B16LABEL org.opencontainers.image.authors=The Lemmy Authors0 B17LABEL org.opencontainers.image.source=https://github.com/LemmyNet/lemmy-ui0 B18LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later0 B19LABEL org.opencontainers.image.description=The official web app0 B20HEALTHCHECK &{["CMD-SHELL" "curl -ILfSs http://localhost:1234/0 B21USER node0 B22EXPOSE [1234/tcp]0 B23WORKDIR /app32 B24CMD ["node" "dist/js/server.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1765152000'