sha256:54ffe1225126adf050b3d6c315abba097b7fdc8ca642a7fdce62c2ac6527b26b
OS/ARCH
Compressed size
156.46 MB
Last pushed
4 months by kroese
Type
Image
Manifest digest
sha256:cbaeddbe92460ae34789fc72d4e526042ec8887e66316c36b77fdde430ee7425
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=26.1.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.03 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8ARG TARGETARCH=arm640 B9ENV NODE_ENV=production0 B10RUN |1 TARGETARCH=arm64 /bin/sh -c4.77 MB11COPY --chown=node:node /usr/src/app/dist /app/dist #3.45 MB12COPY --chown=node:node /usr/src/app/node_modules /app/node_modules #67.46 MB13RUN |1 TARGETARCH=arm64 /bin/sh -c32 B14LABEL org.opencontainers.image.authors=The Lemmy Authors0 B15LABEL org.opencontainers.image.source=https://github.com/LemmyNet/lemmy-ui0 B16LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later0 B17LABEL org.opencontainers.image.description=The official web app0 B18HEALTHCHECK &{["CMD-SHELL" "curl -ILfSs http://localhost:1234/0 B19USER node0 B20EXPOSE [1234/tcp]0 B21WORKDIR /app32 B22CMD ["node" "--enable-source-maps" "dist/js/server.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1777939200'