sha256:54ffe1225126adf050b3d6c315abba097b7fdc8ca642a7fdce62c2ac6527b26b
OS/ARCH
Compressed size
155.76 MB
Last pushed
4 months by kroese
Type
Image
Manifest digest
sha256:c9c301e2850443a1613a4e10053d76a5c318fa49b6a2fee2619f24fbc13b17a1
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=26.1.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=51.81 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8ARG TARGETARCH=amd640 B9ENV NODE_ENV=production0 B10RUN |1 TARGETARCH=amd64 /bin/sh -c4.84 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.26 MB13RUN |1 TARGETARCH=amd64 /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 'amd64' out/ 'trixie' '@1777939200'