sha256:a7d9f323c6111df75737b4aae1bc9cb8c57171b15fbd6d25488d765574d3e571
OS/ARCH
Compressed size
166.73 MB
Last pushed
about 2 months by kroese
Type
Image
Manifest digest
sha256:759965676afbbb08ba769a853db70f8b9e3fd76dc9aa75a8fa8efb4a3012de2d
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.04 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.64 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG TARGETARCH=amd640 B11ENV NODE_ENV=production0 B12RUN |1 TARGETARCH=amd64 /bin/sh -c5.19 MB13COPY --chown=node:node /usr/src/app/dist /app/dist #2.59 MB14COPY --chown=node:node /usr/src/app/node_modules /app/node_modules #80.87 MB15RUN |1 TARGETARCH=amd64 /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 {Test:[CMD curl -ILfSs http://localhost:1234/]0 B21USER node0 B22EXPOSE [1234/tcp]0 B23WORKDIR /app32 B24ENTRYPOINT ["/usr/bin/tini" "--" "node" "dist/js/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'